Librosa Versions Save

Python library for audio and music analysis

0.10.1

8 months ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/librosa/librosa/compare/0.10.0...0.10.1

0.10.0.post2

1 year ago

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

1 year ago

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

1 year ago

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: https://github.com/librosa/librosa/compare/0.9.2...0.10.0

0.10.0rc1

1 year ago

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.

0.10.0rc0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/librosa/librosa/compare/0.9.2...0.10.0rc0

0.9.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/librosa/librosa/compare/0.9.1...0.9.2

0.9.1

2 years ago

This minor release restores API compatibility for functions with positional arguments.

See https://librosa.org/doc/latest/changelog.html for details.

0.9.0

2 years ago

This release introduces multichannel support and substantial number of bug fixes and enhancements.

See https://librosa.org/doc/main/changelog.html#v0-9-0 for a full list of changes.

0.9.0rc0

2 years ago

First release candidate for 0.9.0 series.