Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on librosa to permit the latest version.

Release notes

Sourced from librosa's releases.

0.10.0.post1

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.

Changelog

Sourced from librosa's changelog.

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

Documentation - [#1520](https://github.com/librosa/librosa/issues/1520)_ Improved CONTRIBUTING.md documentation. Kian Eliasi - [#1531](https://github.com/librosa/librosa/issues/1531)_ Updated LICENSE.md documentation. Anton Kostin - [#1536](https://github.com/librosa/librosa/issues/1536)_ Added keyword argument (kwargs) definitions to docstrings. Emily Halvachs - [#1537](https://github.com/librosa/librosa/issues/1537)_ Improvements to CONTRIBUTING.md. Juanita Gomez - [#1545](https://github.com/librosa/librosa/issues/1545)_ Correction to docstring for librosa.note_to_midi. Helmin Jinoz - [#1563](https://github.com/librosa/librosa/issues/1563)_ Improved librosa.display.specshow documentation to explain cmap= parameter. Kian Eliasi - [#1573](https://github.com/librosa/librosa/issues/1573)_ Improved documentation for librosa.filters.semitone_filterbank. BdeGraff - [#1586](https://github.com/librosa/librosa/issues/1586)_ Fixed figure layout in documentation builds. Brian McFee - [#1592](https://github.com/librosa/librosa/issues/1592)_ Fixed incorrect link to the documentation badge in README. Zvi Baratz

... (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/main/docs/changelog.rst)
- [Commits](librosa/librosa@v0.1.0...0.10.0.post1)

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

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

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #538.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/librosa-lte-0.10.0.post1 branch March 20, 2023 14:09
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.

3 participants