Skip to content

Commit

Permalink
Release v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jun 21, 2023
1 parent 7b8f27d commit 2da0e21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle
from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask

__version__ = "0.30.0"
__version__ = "0.31.0"
13 changes: 12 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.31.0] - 2023-06-21

### Changed

* Raise exception instead of warning when the given multichannel ndarray has wrong shape
* Add support for the latest librosa 0.10 version
* Switch to a faster resampler internally in pitch shift, leading to much faster execution. This requires `soxr`.
* Bump min `scipy` requirement from 1.0 to 1.3
* Rename "_in_db" to "_db" in args and parameters. Passing args with the old names still works, but is deprecated and will stop working in a future version.

## [0.30.0] - 2023-05-02

### Added
Expand Down Expand Up @@ -437,7 +447,8 @@ Thanks to karpnv

* Initial release. Includes only one transform: `AddGaussianNoise`

[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.30.0...HEAD
[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.31.0...HEAD
[0.31.0]: https://github.com/iver56/audiomentations/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/iver56/audiomentations/compare/v0.29.0...v0.30.0
[0.29.0]: https://github.com/iver56/audiomentations/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/iver56/audiomentations/compare/v0.27.0...v0.28.0
Expand Down

0 comments on commit 2da0e21

Please sign in to comment.