Skip to content

Bump librosa from 0.10.2 to 0.11.0 - #4

Closed
dependabot[bot] wants to merge 55 commits into
mainfrom
dependabot/pip/librosa-0.11.0
Closed

dependabot[bot] wants to merge 55 commits into
mainfrom
dependabot/pip/librosa-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown

Bumps librosa from 0.10.2 to 0.11.0.

Release notes

Sourced from librosa's releases.

0.11.0

What's Changed

New Contributors

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

0.11.0rc1

This is the second pre-release for version 0.11.0.

Known issues

Full python 3.13 support currently requires manually installing the following packages:

  • standard-aifc
  • standard-sunau

With pip, this can be done by calling python -m pip install standard-aifc standard-sunau.

This step is not required for python 3.12 or earlier.

Windows users with python 3.13 environments may encounter problems with the optional samplerate backend package for sample rate conversion. Other platforms are (to our knowledge) unaffected, as are earlier python versions on windows. Users who only use the default sample rate conversion settings should not be affected.

... (truncated)

Changelog

Sourced from librosa's changelog.

v0.11.0

2025-03-11

Maintenance - [#1831](https://github.com/librosa/librosa/issues/1831)_ Numpy 2.0 is now supported. - [#1898](https://github.com/librosa/librosa/issues/1898)_ Updated codecov action. Brian McFee - [#1860](https://github.com/librosa/librosa/issues/1860)_ Updated GitHub issue templates. Brian McFee - [#1921](https://github.com/librosa/librosa/issues/1921)_ Added linux-arm64 to the test matrix. Brian McFee

Enhancements - [#1916](https://github.com/librosa/librosa/issues/1916)_ The default FFT backend has been changed from numpy to scipy. - [#1864](https://github.com/librosa/librosa/issues/1864)_ Accelerated abs2 calculation on real-typed inputs. Brian McFee

Bug fixes - [#1916](https://github.com/librosa/librosa/issues/1916)_ Utility decorators now preserve type annotations properly. Brian McFee - [#1900](https://github.com/librosa/librosa/issues/1900)_ Fixed an error in pooch registry definition. Brian McFee - [#1897](https://github.com/librosa/librosa/issues/1897)_ Accommodate dependency resolution issues with uv. David Südholt - [#1878](https://github.com/librosa/librosa/issues/1878)_ Improved accuracy for yin and pyin. David Südholt - [#1851](https://github.com/librosa/librosa/issues/1851)_ Fixed sparse matrix compatibility for scipy>=1.14. Brian McFee - [#1844](https://github.com/librosa/librosa/issues/1844)_ Fixed parameter name collision for norm argument in feature.mfcc. Slava Chaunin

Documentation - [#1899](https://github.com/librosa/librosa/issues/1899)_ Avoid documentation link-checking failures from unreliable URLs. Brian McFee - [#1891](https://github.com/librosa/librosa/issues/1891)_ Corrected typo in effects module. Scott VanRavenswaay - [#1878](https://github.com/librosa/librosa/issues/1878)_ Numerous documentation updates (spectral centroid, key_to_notes, effects.trim). Brian McFee - [#1866](https://github.com/librosa/librosa/issues/1866)_ Updated documentation for dtw. Brian McFee - [#1858](https://github.com/librosa/librosa/issues/1858)_ Fixed documentation example for onset detection. @​BenedictSt - [#1856](https://github.com/librosa/librosa/issues/1856)_ Updated documentation example for Fast Mellin Transform. Anmol Mishra

Deprecations - [#1916](https://github.com/librosa/librosa/issues/1916)_ librosa.set_fftlib is deprecated and will be removed in version 1.0. Users should transition to using scipy.fft.set_backend instead. - Expired deprecation of mono= parameter in util.valid_audio. - win_length parameter in yin and pyin

.. _#1921: librosa/librosa#1921 .. _#1916: librosa/librosa#1916 .. _#1831: librosa/librosa#1831 .. _#1898: librosa/librosa#1898 .. _#1860: librosa/librosa#1860 .. _#1864: librosa/librosa#1864 .. _#1900: librosa/librosa#1900 .. _#1897: librosa/librosa#1897 .. _#1878: librosa/librosa#1878 .. _#1851: librosa/librosa#1851 .. _#1844: librosa/librosa#1844 .. _#1899: librosa/librosa#1899 .. _#1891: librosa/librosa#1891 .. _#1866: librosa/librosa#1866 .. _#1858: librosa/librosa#1858

... (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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/librosa-0.11.0 branch May 30, 2026 19:07
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