Skip to content

Commit

Permalink
Release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 9, 2025
1 parent c54e035 commit 5afcf89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ classification. It was successfully applied in the paper

* Add new transforms: `Mix`, `Padding`, `RandomCrop` and `SpliceOut`

## [v0.11.2] - 2025-01-09

### Fixed

* Fix a device-related bug in `transform_parameters` when training on multiple GPUs
* Fix a shape-related edge case bug in `AddColoredNoise`
* Fix a bug where an incompatible Path data type was passed to torchaudio.info

## [v0.11.1] - 2024-02-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.11.1"
__version__ = "0.11.2"

0 comments on commit 5afcf89

Please sign in to comment.