jonatasgrosman / asrecognition

ASRecognition: just an easy-to-use library for Automatic Speech Recognition.
MIT License
51 stars 6 forks source link

build(deps): bump librosa from 0.8.1 to 0.9.1 #35

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps librosa from 0.8.1 to 0.9.1.

Release notes

Sourced from librosa's releases.

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.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 parameters to be passed by keyword arguments instead. In 0.9.1, positional parameters now trigger warnings instead of errors, so 0.8-compatible code should work again.

Additional changes:

  • [#1448](https://github.com/librosa/librosa/issues/1448)_ Documentation for librosa.effects.trim and librosa.effects.split has been corrected to reflect a semantic change in the ref parameter introduced by [#1130](https://github.com/librosa/librosa/issues/1130)_. Explicit ref values now measure amplitude rather than power.

.. _#1448: librosa/librosa#1448

v0.9.0

2022-02-07

The main feature of this release is (nearly) full support for arbitrary multi-channel processing, along with several speed and stability enhancements. A detailed list of changes is provided below.

New Features - [#1130](https://github.com/librosa/librosa/issues/1130)_ Nearly full support for multi-channel processing. Brian McFee, Daniel Faronbi, Iran Roman - [#1331](https://github.com/librosa/librosa/issues/1331)_ Option to disable unicode characters in display functions. Brian McFee - [#1441](https://github.com/librosa/librosa/issues/1441)_ Significantly expanded the library of example audio clips. Brian McFee

API changes - [#1114](https://github.com/librosa/librosa/issues/1114)_ Most functions now require keyword arguments. Brian McFee - [#1382](https://github.com/librosa/librosa/issues/1382)_ The default padding mode for most functions (including STFT) is now zero-padding. Brian McFee - [#1418](https://github.com/librosa/librosa/issues/1418)_ librosa.load and librosa.stream can now operate directly on open soundfile objects. Brian McFee - [#1414](https://github.com/librosa/librosa/issues/1414)_ librosa.display.specshow now uses centered coordinate grids. Brian McFee - [#1398](https://github.com/librosa/librosa/issues/1398)_ librosa.iirt now exposes API control over resampling modes. Brian McFee - [#1416](https://github.com/librosa/librosa/issues/1416)_ Removed deprecated functions librosa.display.waveplot and librosa.util.example_audio_file. Brian McFee

Bug fixes - [#1387](https://github.com/librosa/librosa/issues/1387)_ Fixed errors in support of odd frame lengths in various functions. Brian McFee - [#1273](https://github.com/librosa/librosa/issues/1273)_ Minor corrections to constants in perceptual weighting functions. Brian McFee - [#1350](https://github.com/librosa/librosa/issues/1350)_ Removed uses of deprecated numpy numerical types. Brian McFee - [#1361](https://github.com/librosa/librosa/issues/1361)_ Maximum frequency is now correctly inferred as Nyquist in onset strength calculation. Brian McFee - [#1362](https://github.com/librosa/librosa/issues/1362)_ librosa.effects.deemphasis no longer modifies the input signal in-place. Brian McFee - [#1375](https://github.com/librosa/librosa/issues/1375)_ librosa.util.frame now correctly works for arbitrary memory layouts and numbers of axes. Brian McFee - [#1425](https://github.com/librosa/librosa/issues/1425)_ Fixed an off-by-one error in librosa.yin and librosa.pyin. @​philstem, Brian McFee - [#1430](https://github.com/librosa/librosa/issues/1430)_ Removed unnecessary __all__ specifications to better support static analysis. Fabian Keller - [#1407](https://github.com/librosa/librosa/issues/1407)_ Corrected a normalization error in inverse CQT. Brian McFee, Vincent Lostanlen

Documentation

... (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)
dependabot[bot] commented 2 years ago

Superseded by #45.