Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update librosa requirement from <=0.7.0 to <=0.10.0.post2 #538

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Updates the requirements on librosa to permit the latest version.

Release notes

Sourced from librosa's releases.

0.10.0.post2

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.

Changelog

Sourced from librosa's changelog.

v0.10.0.post2

2023-03-17

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.

v0.10.0.post1

2023-03-16

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.

v0.10.0

2023-02-20

New features - [#1485](https://github.com/librosa/librosa/issues/1485)_ Added support for "h" (hours) and "m" (minutes) in librosa.display.TimeFormatter. Vincent Lostanlen - [#1495](https://github.com/librosa/librosa/issues/1495)_ Expanded options for bandwidth calculation in librosa.segment.recurrence_matrix and librosa.segment.cross_similarity. Tom Xi - [#1529](https://github.com/librosa/librosa/issues/1529)_ Accelerated utility functions for squared magnitude librosa.util.abs2 and librosa.util.phasor. Brian McFee - [#1514](https://github.com/librosa/librosa/issues/1514)_ librosa.stft support for pre-allocated output arrays. Brian McFee - [#1533](https://github.com/librosa/librosa/issues/1533)_ Accelerated librosa.util.localmax and librosa.util.localmin. Brian McFee - [#1552](https://github.com/librosa/librosa/issues/1552)_ EXPERIMENTAL Support for just-intonation based variable-Q transforms librosa.vqt and functional just system (FJS) notation. Brian McFee, Vincent Lostanlen - [#1579](https://github.com/librosa/librosa/issues/1579)_ Imports are now done lazily, significantly reducing startup time. It is not longer necessary to explicitly import librosa.display. Brian McFee - [#1587](https://github.com/librosa/librosa/issues/1587), [#1632](https://github.com/librosa/librosa/issues/1632), [#1637](https://github.com/librosa/librosa/issues/1637)_ Type annotations. Matan Gover, Brian McFee, Fabian Keller - [#1647](https://github.com/librosa/librosa/issues/1647)_ Harmonic spectrum interpolation librosa.f0_harmonics and tempogram ratio features librosa.feature.tempogram_ratio. Brian McFee

Bug fixes - [#1560](https://github.com/librosa/librosa/issues/1560)_ Corrected an error in bandwidth estimation for window functions that take on negative sample values. Brian McFee - [#1571](https://github.com/librosa/librosa/issues/1571)_ Fixed rounding error in multirate filterbank calculation of sampling rates. Brian McFee - [#1594](https://github.com/librosa/librosa/issues/1594)_ Fixed incorrect use of deprecated numpy numerical types. Mattia Di Gangi - [#1596](https://github.com/librosa/librosa/issues/1596)_ Fixed harmonic interpolation for recent scipy releases. Brian McFee

API changes - [#1561](https://github.com/librosa/librosa/issues/1561)_ librosa.resample now supports axis= for all sample rate conversion backends. Brian McFee - [#1572](https://github.com/librosa/librosa/issues/1572)_ Notation conversion (e.g., librosa.midi_to_note) now vectorizes operations, and produces numpy.ndarray outputs rather than list when given iterable inputs. Brian McFee - [#1625](https://github.com/librosa/librosa/issues/1625)_ Deprecations now raise FutureWarning instead of DeprecationWarning. - [#1625](https://github.com/librosa/librosa/issues/1625)_ librosa.get_duration parameter filename has been renamed to path. Brian McFee - [#1643](https://github.com/librosa/librosa/issues/1643)_ Removed support for threshold=None in librosa.zero_crossings. Brian McFee - [#1665](https://github.com/librosa/librosa/issues/1665)_ Fixed overflow bug in librosa.feature.rms on integer inputs. Brian McFee

... (truncated)

Commits

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

Updates the requirements on [librosa](https://github.com/librosa/librosa) to permit the latest version.
- [Release notes](https://github.com/librosa/librosa/releases)
- [Changelog](https://github.com/librosa/librosa/blob/0.10.0.post2/docs/changelog.rst)
- [Commits](librosa/librosa@v0.1.0...0.10.0.post2)

---
updated-dependencies:
- dependency-name: librosa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

Superseded by #551.

@dependabot dependabot bot closed this Aug 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/librosa-lte-0.10.0.post2 branch August 17, 2023 13:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants