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.6.3 to 0.7.1 #44

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

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Oct 10, 2019

Bumps librosa from 0.6.3 to 0.7.1.

Release notes

Sourced from librosa's releases.

0.7.1

This minor revision includes mainly bug fixes, but there are a few new features as well:

  • Griffin-Lim for constant-Q spectra
  • Multi-dimensional in-place framing
  • Enhanced compatibility with HTK for MFCC generation
  • Time-frequency reassigned spectrograms

Please refer to the documentation for a full list of changes.

0.7.0

First release of the 0.7 series.

Major changes include streaming mode, feature inversion, faster decoding, more efficient spectral transformations, and numerous API enhancements.

0.7.0rc1

First release candidate of the 0.7 series.

Major changes include streaming mode, faster decoding, more efficient spectral transformations, and numerous API enhancements.

Changelog

Sourced from librosa's changelog.

v0.7.1

2019-10-09

New Features

: - #966 util.frame now supports multidimensional data. Includes a new helper function util.stack for contiguous concatenation. Brian McFee
- #934 `core.griffinlim_cqt`: Phase retrieval from constant-Q magnitude spectra. Brian McFee
- #940 Enhanced compatibility with HTK's MFCC implementation: effects.preemphasis and lifter= parameter in MFCC. Brian McFee
- #949 util.shear utility for shear-transforming 2D arrays. Brian McFee
- #926 `core.reassigned_spectrogram`: time-frequency reassigned spectrogram. Scott Seyfarth

Bug fixes

: - #983 Added a missing parameter to griffinlim_cqt. Voodoohop
- #978 Correct FFT normalization discrepancy in rms calculation. Brian McFee
- #930 Corrected an error in automatic tuning correction for CQT. Brian McFee
- #942 Fixed seeking behavior in librosa.stream when operating on file-handle inputs. Carl Thome
- #920 Fixed a boundary condition check in full-sequence DTW. Frank Zalkow

Documentation

: - #976 Fixed a typo in stream documentation. Alastair Porter
- #958 Visualization of reassigned spectrograms. Vincent Lostanlen
- #943 Improved documentation for core.stft. Vincent Lostanlen
- #939 Expanded documentation of feature.melspectrogram. Vincent Lostanlen

Other changes

: - #1004 Expose frame parameters in onset and chroma_stft functions. Brian McFee
- #1003 Removed warning filter reset, and changed the Python2 deprecation warning to class FutureWarning. Brian McFee, Fabian Keller
- #1000 Fixed an upstream deprecation warning from np.asscalar(). Vincent Lostanlen
- #971 Beat and tempo estimation now support prior distributions. Brian McFee
- #968 util.valid_audio now enforces memory contiguity. Vincent Lostanlen
- #963 Improved x-axis decoration types in display.waveplot. Vincent Lostanlen
- #960 Ensure memory contiguity of audio buffers after resampling. Brian McFee
- #957 Code-base audit for proper usage of times_like. Brian McFee
- #953 Deprecated core.ifgram in favor of reassigned_spectrogram. Brian McFee
- #950 Allow initial phase estimates for griffinlim methods. Brian McFee
- #949 Accelerated segment.lag_to_recurrence and segment.recurrence_to_lag. Deprecated util.roll_sparse. Brian McFee
- #930 A440= parameter has been deprecated across the library in favor of a standardized tuning= parameter. Brian McFee

v0.7.0

2019-07-07

Note: the 0.7 series will be the last to officially support Python 2.7.

... (truncated)
Commits
  • ef93c2c Merge pull request #1005 from librosa/071-release
  • 893243e fixed a doc thinko in onset strength
  • 7a2597f corrected doc build issues
  • 152260b updated version and changelog
  • 5bf9215 Merge pull request #1004 from librosa/kwarg-defaults
  • 91dc56a Merge pull request #1003 from librosa/future-warning
  • 1c8627b fixed #989, onset and chroma do not use kwarg-getting
  • 2dc0547 Removed warning filter, changed py2 deprecation warning to FutureWarning. fi...
  • 5a005ca Merge pull request #1000 from librosa/asscalar-988
  • aba8d29 np.asscalar -> .item() in test_core
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 10, 2019
@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview
Copy link
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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