Skip to content

Commit

Permalink
Release v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 15, 2023
1 parent 864f73d commit 79b6752
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle
from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask

__version__ = "0.28.0"
__version__ = "0.29.0"
18 changes: 16 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ 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).

## Unreleased
## [0.29.0] - 2023-03-15

### Added

* Add `apply_to` parameter that can be set to `"only_too_loud_sounds"` in `Normalize`

### Changed

* Change default value of `noise_rms` from `"relative"` to `"relative_to_whole_input"` in `AddShortNoises`
* Change default values of `min_snr_in_db` (from `0.0` to `-6.0`), `max_snr_in_db` (from `24.0` to `18.0`), `min_time_between_sounds` (from `4.0` to `2.0`) and `max_time_between_sounds` (from `16.0` to `8.0`) in `AddShortNoises`

### Fixed

* Fix a bug where `Limiter` raised an exception when it got digital silence as input

## [0.28.0] - 2023-01-12

Expand Down Expand Up @@ -414,7 +427,8 @@ Thanks to karpnv

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

[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.28.0...HEAD
[Unreleased]: https://github.com/iver56/audiomentations/compare/v0.29.0...HEAD
[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
[0.27.0]: https://github.com/iver56/audiomentations/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/iver56/audiomentations/compare/v0.25.1...v0.26.0
Expand Down

0 comments on commit 79b6752

Please sign in to comment.