Skip to content

Comments

Bump librosa from 0.10.1 to 0.10.2.post1#2554

Merged
beat-buesser merged 1 commit intomainfrom
dependabot/pip/librosa-0.10.2.post1
Jan 16, 2025
Merged

Bump librosa from 0.10.1 to 0.10.2.post1#2554
beat-buesser merged 1 commit intomainfrom
dependabot/pip/librosa-0.10.2.post1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps librosa from 0.10.1 to 0.10.2.post1.

Release notes

Sourced from librosa's releases.

0.10.2.post1

What's Changed

Full Changelog: librosa/librosa@0.10.2...0.10.2.post1

0.10.2

What's Changed

New Contributors

Full Changelog: librosa/librosa@0.10.1...0.10.2

Changelog

Sourced from librosa's changelog.

v0.10.2.post1

2024-05-14

Maintenance - [#1839](https://github.com/librosa/librosa/issues/1839)_ Updated minimum matplotlib to 3.5.0. There are no changes to the code in this release, only package metadata and tests.

.. _#1839: librosa/librosa#1839

v0.10.2

2024-05-02

New features - [#1829](https://github.com/librosa/librosa/issues/1829)_ librosa.cite() returns a DOI (document object identifier) for citing librosa in academic publications. Brian McFee - [#1766](https://github.com/librosa/librosa/issues/1766)_ librosa.beat.beat_track, librosa.onset.onset_detect, and librosa.util.peak_pick now support multi-channel inputs. Brian McFee - [#1739](https://github.com/librosa/librosa/issues/1739), [#1756](https://github.com/librosa/librosa/issues/1756), [#1762](https://github.com/librosa/librosa/issues/1762)_ key_to_degrees and key_to_notes now support multiple accidentals in the tonic, and modes (ionian, dorian, etc). Eugene Rabinovich - [#1770](https://github.com/librosa/librosa/issues/1770)_ Out-of-key notes are now optionally decorated with natural (♮) accidentals. Eugene Rabinovich

Bug fixes - [#1814](https://github.com/librosa/librosa/issues/1814)_ Corrected an off-by-one error when computing phase advance in librosa.phase_vocoder. Brian McFee - [#1784](https://github.com/librosa/librosa/issues/1784)_ Improved handling of warnings in the test suite, and fixed a bug in dtype propagation through ivqt. Brian McFee - [#1733](https://github.com/librosa/librosa/issues/1733)_ Fixed an off-by-one error in trimming of detected beats. Brian McFee - [#1755](https://github.com/librosa/librosa/issues/1755)_ Avoid deprecated features in matplotlib and ensure compatibility with mpl 3.8. Brian McFee

Documentation - [#1827](https://github.com/librosa/librosa/issues/1827)_ Improvements to example code in documentation to include sampling rate parameters whenever necessary. Brian McFee - [#1821](https://github.com/librosa/librosa/issues/1821)_ Added "copy button" to code examples in documentation. Brian McFee - [#1789](https://github.com/librosa/librosa/issues/1789)_ Fixed type annotations for sampling rate parameters. Brian McFee - [#1780](https://github.com/librosa/librosa/issues/1780)_ Corrected mistake in util.frame documentation. Gao Lei - [#1783](https://github.com/librosa/librosa/issues/1783)_ Removed problematic language from test code and documentation. Dan Ellis

Other changes and maintenance - [#1826](https://github.com/librosa/librosa/issues/1826)_ Expanded parameter pass-through support in effects.hpss and related functions. Brian McFee - [#1822](https://github.com/librosa/librosa/issues/1822)_ Allow display.specshow to control min and max tempo in tempogram plots. Brian McFee - [#1820](https://github.com/librosa/librosa/issues/1820)_ Updated github actions. Brian McFee - [#1813](https://github.com/librosa/librosa/issues/1813)_ Improved performance of autocorrelate. Jize Guo - [#1808](https://github.com/librosa/librosa/issues/1808), [#1769](https://github.com/librosa/librosa/issues/1769) Added python 3.11 and 3.12 to CI test matrix. Brian McFee - [#1790](https://github.com/librosa/librosa/issues/1790)_ Explicitly allow scalar inputs in decibel conversions. Brian McFee - [#1782](https://github.com/librosa/librosa/issues/1782)_ Modernized usage of matplotlib colormaps. Phillip S.M. Skelton - [#1765](https://github.com/librosa/librosa/issues/1765)_ Modernized usage of importlib and package resources. Matt Pitkin

.. _#1829: librosa/librosa#1829 .. _#1766: librosa/librosa#1766 .. _#1739: librosa/librosa#1739 .. _#1756: librosa/librosa#1756 .. _#1762: librosa/librosa#1762

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [librosa](https://github.com/librosa/librosa) from 0.10.1 to 0.10.2.post1.
- [Release notes](https://github.com/librosa/librosa/releases)
- [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst)
- [Commits](librosa/librosa@0.10.1...0.10.2.post1)

---
updated-dependencies:
- dependency-name: librosa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 14, 2025
@codecov
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.40%. Comparing base (046b728) to head (07e11c2).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2554      +/-   ##
==========================================
- Coverage   85.41%   85.40%   -0.02%     
==========================================
  Files         334      334              
  Lines       31001    31001              
  Branches     5300     5300              
==========================================
- Hits        26481    26476       -5     
- Misses       3053     3056       +3     
- Partials     1467     1469       +2     

see 3 files with indirect coverage changes

@beat-buesser beat-buesser merged commit 2bf0bf8 into main Jan 16, 2025
33 checks passed
@beat-buesser beat-buesser deleted the dependabot/pip/librosa-0.10.2.post1 branch January 16, 2025 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant