Lightning-Universe / lightning-flash

Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
https://lightning-flash.readthedocs.io
Apache License 2.0
1.74k stars 213 forks source link

Update librosa requirement from <=0.9.2,>=0.8.1 to >=0.8.1,<=0.10.0.post2 in /requirements #1579

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #1579 (8e3da40) into master (3a36031) will increase coverage by 24%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1579 +/- ## ======================================== + Coverage 59% 83% +24% ======================================== Files 291 291 Lines 12862 12862 ======================================== + Hits 7611 10683 +3072 + Misses 5251 2179 -3072 ```