Skip to content

Releases: librosa/librosa

0.11.0

11 Mar 15:07
af8c839
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.2...0.11.0

0.11.0rc1

21 Feb 21:05
8949426
Compare
Choose a tag to compare
0.11.0rc1 Pre-release
Pre-release

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.

What's Changed

New Contributors

Full Changelog: 0.10.2.post1...0.11.0rc1

0.11.0rc0

11 Feb 15:11
3f88620
Compare
Choose a tag to compare
0.11.0rc0 Pre-release
Pre-release

This is a 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.

What's Changed

New Contributors

Full Changelog: 0.10.2...0.11.0rc0

0.10.2.post1

14 May 15:48
c295e2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.2.post1

0.10.2

02 May 15:56
5022290
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.1...0.10.2

0.10.1

16 Aug 13:51
09e4a62
Compare
Choose a tag to compare

This release consists primarily of corrections to documentation and updates to tests and development environment specifications.

What's Changed

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0.post2

17 Mar 19:48
Compare
Choose a tag to compare

This maintenance release updates the dependency specifications to avoid an incompatibility with
pooch >= 1.7.0. This restriction only affects loading of specific example files, and does not otherwise affect
functionality of the library.

0.10.0.post1

16 Mar 16:25
Compare
Choose a tag to compare

This maintenance release updates the dependency specifications to avoid an incompatibility with numpy versions 1.22.0, 1.22.1, and 1.22.2. Functionality is otherwise identical to librosa version 0.10.0.

0.10.0

20 Feb 14:07
1f770e8
Compare
Choose a tag to compare

This release provides many speedups and enhancements to core operations, faster importing and loading, and full type annotations.

A detailed changelog is provided below, and summarized at https://librosa.org/doc/main/changelog.html#v0-10-0

What's Changed

New Contributors

Full Changelog: 0.9.2...0.10.0

0.10.0rc1

17 Feb 15:35
910d1ba
Compare
Choose a tag to compare
0.10.0rc1 Pre-release
Pre-release

Second release candidate for 0.10.0.

This RC includes some minor documentation updates and incremented the minimum supported python-soundfile to 0.12.1.