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

Bump librosa from 0.8.1 to 0.10.0 #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps librosa from 0.8.1 to 0.10.0.

Release notes

Sourced from librosa's releases.

0.10.0

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

... (truncated)

Changelog

Sourced from librosa's changelog.

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 - [#1614](https://github.com/librosa/librosa/issues/1614)_ Improved documentation for resampling. Jon Petter Åsen

Deprecations - [#1521](https://github.com/librosa/librosa/issues/1521)_ Removed backward compatibility support for positional arguments that are now keyword-only. Brian McFee - [#1577](https://github.com/librosa/librosa/issues/1577)_ Removed official support for python 3.6. Brian McFee - [#1625](https://github.com/librosa/librosa/issues/1625)_ The audioread backend is now deprecated and will be removed in a future release. Brian McFee

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [librosa](https://github.com/librosa/librosa) from 0.8.1 to 0.10.0.
- [Release notes](https://github.com/librosa/librosa/releases)
- [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst)
- [Commits](librosa/librosa@0.8.1...0.10.0)

---
updated-dependencies:
- dependency-name: librosa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
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.

None yet

0 participants