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.1 #551

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on librosa to permit the latest version.

Release notes

Sourced from librosa's releases.

0.10.1

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

What's Changed

New Contributors

Full Changelog: librosa/librosa@0.10.0...0.10.1

Changelog

Sourced from librosa's changelog.

v0.10.1

2023-08-16

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

Bug fixes - [#1677](https://github.com/librosa/librosa/issues/1677)_ Correct handling of octave boundaries in Variable-Q transform. Brian McFee - [#1693](https://github.com/librosa/librosa/issues/1693)_ Stricter checks on yin and pyin parameters. Brian McFee - [#1726](https://github.com/librosa/librosa/issues/1726)_ Enforce consistency of time-to-sample unit conversion. Brian McFee

Documentation - [#1699](https://github.com/librosa/librosa/issues/1699)_ Update the documentation to support sphinx 6.x. Brian McFee - [#1703](https://github.com/librosa/librosa/issues/1703)_ Corrected pitch_shift documentation for bins_per_octave. Shin Hyun - [#1706](https://github.com/librosa/librosa/issues/1706)_ Corrected typo on README.md. Iliya S. - [#1713](https://github.com/librosa/librosa/issues/1713)_ Multiple minor documentation updates. Brian McFee - [#1718](https://github.com/librosa/librosa/issues/1718)_ Added continuous integration action for documentation builds. Brian McFee - [#1719](https://github.com/librosa/librosa/issues/1719)_ Added advanced example for patch generation. Brian McFee

Other changes - [#1704](https://github.com/librosa/librosa/issues/1704)_ Added scale= parameter to effects.pitch_shift. Shin Hyun - [#1722](https://github.com/librosa/librosa/issues/1722)_ Restructured lazy_loader usage of matplotlib. Brian McFee - [#1727](https://github.com/librosa/librosa/issues/1727)_ Support pooch>=1.7.0. Brian McFee - [#1731](https://github.com/librosa/librosa/issues/1731)_ Update test suite to support scipy>=1.11. Brian McFee

.. _#1677: librosa/librosa#1677 .. _#1693: librosa/librosa#1693 .. _#1726: librosa/librosa#1726 .. _#1699: librosa/librosa#1699 .. _#1703: librosa/librosa#1703 .. _#1706: librosa/librosa#1706 .. _#1713: librosa/librosa#1713 .. _#1718: librosa/librosa#1718 .. _#1719: librosa/librosa#1719 .. _#1704: librosa/librosa#1704 .. _#1722: librosa/librosa#1722 .. _#1727: librosa/librosa#1727 .. _#1731: librosa/librosa#1731

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

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.1)

---
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 Aug 17, 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.

1 participant