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.9.2 #105

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps librosa from 0.8.1 to 0.9.2.

Release notes

Sourced from librosa's releases.

0.9.2

What's Changed

New Contributors

Full Changelog: librosa/librosa@0.9.1...0.9.2

0.9.1

This minor release restores API compatibility for functions with positional arguments.

See https://librosa.org/doc/latest/changelog.html for details.

0.9.0

This release introduces multichannel support and substantial number of bug fixes and enhancements.

See https://librosa.org/doc/main/changelog.html#v0-9-0 for a full list of changes.

0.9.0rc0

First release candidate for 0.9.0 series.

Changelog

Sourced from librosa's changelog.

v0.9.2

2022-06-27

Bug fixes - [#1457](https://github.com/librosa/librosa/issues/1457)_ Fixed librosa.show_versions to match package dependencies. Brian McFee - [#1493](https://github.com/librosa/librosa/issues/1493)_ Fixed a bug in librosa.effects.split when applied to multichannel data. Brian McFee

Documentation - [#1447](https://github.com/librosa/librosa/issues/1447)_ Migrated documentation builds to GitHub Actions. Brian McFee - [#1469](https://github.com/librosa/librosa/issues/1469)_ Corrected documentation for db_to_amplitude and amplitude_to_db. i-aki-y - [#1473](https://github.com/librosa/librosa/issues/1473)_ Readability improvements to package README. Asmitha Krishnakumar - [#1475](https://github.com/librosa/librosa/issues/1475)_ Expanded documentation to librosa.sequence.viterbi_discriminative. Brian McFee - [#1487](https://github.com/librosa/librosa/issues/1487)_ Readability improvements to package README. Chandrashekhar Ramaprasad - [#1491](https://github.com/librosa/librosa/issues/1491)_ Pinned sphinx version for documentation builds. Brian McFee - [#1511](https://github.com/librosa/librosa/issues/1511)_ Expanded documentation for find_files. Xiao-Ming - [#1513](https://github.com/librosa/librosa/issues/1513)_ Various documentation updates and enhancements. Brian McFee

Other changes - [#1453](https://github.com/librosa/librosa/issues/1453)_ Removed test data from main repository and reduced the git attic. Brian McFee - [#1479](https://github.com/librosa/librosa/issues/1479)_ Accept pre-constructed audioread objects in librosa.load. Brian McFee - [#1504](https://github.com/librosa/librosa/issues/1504)_ Accelerate librosa.magphase. Will Monroe - [#1507](https://github.com/librosa/librosa/issues/1507), [#1508](https://github.com/librosa/librosa/issues/1508), [#1509](https://github.com/librosa/librosa/issues/1509)_ Various spelling corrections in documentation, comments, and warnings. Lorenz Nickel

.. _#1457: librosa/librosa#1457 .. _#1493: librosa/librosa#1493 .. _#1447: librosa/librosa#1447 .. _#1469: librosa/librosa#1469 .. _#1473: librosa/librosa#1473 .. _#1475: librosa/librosa#1475 .. _#1487: librosa/librosa#1487 .. _#1491: librosa/librosa#1491 .. _#1511: librosa/librosa#1511 .. _#1513: librosa/librosa#1513 .. _#1453: librosa/librosa#1453 .. _#1479: librosa/librosa#1479 .. _#1504: librosa/librosa#1504 .. _#1507: librosa/librosa#1507 .. _#1508: librosa/librosa#1508 .. _#1509: librosa/librosa#1509

v0.9.1

2022-02-15

This release provides partial backward compatibility to the 0.8 series. The 0.9.0 release introduced restrictions on positional arguments to many functions, requiring

... (truncated)

Commits
  • b9830b4 Update publish.yml
  • e3dd3a2 Update publish.yml
  • ed2484e Update docs.yml
  • 15df6f8 Update changelog.rst
  • 8824cc2 fixing intersphinx and sphinx-gallery configuration
  • edee088 fixed typesetting of changelog
  • 41766a7 Documentation updates ahead of 0.9.2 release (#1513)
  • b553440 Escape special characters in the directory paths when calling find_files() (#...
  • 5fdc3b3 Speed up magphase (#1504)
  • 18c1b26 Fix multiple typos in spectral.py (#1509)
  • Additional commits viewable in compare view

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.9.2.
- [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.9.2)

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

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

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #131.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/librosa-0.9.2 branch March 1, 2023 09:59
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.

0 participants