Skip to content

Commit 31896ce

Browse files
committed
Release v0.11.0
1 parent 8f84099 commit 31896ce

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,24 @@ classification. It was successfully applied in the paper
206206

207207
### Added
208208

209-
* Add new transforms: `Identity`, `Mix`, `Padding`, `RandomCrop` and `SpliceOut`
209+
* Add new transforms: `Mix`, `Padding`, `RandomCrop` and `SpliceOut`
210+
211+
## [v0.11.0] - 2022-06-29
212+
213+
### Added
214+
215+
* Add new transform: `Identity`
216+
* Add API for processing of targets alongside inputs. Some transforms experimentally
217+
support this feature already.
210218

211219
### Changed
212220

213221
* Add `ObjectDict` output type as alternative to `torch.Tensor`. This alternative is opt-in for
214-
now (for backwards-compatibility), but note that the old output type (`torch.Tensor`) is
215-
deprecated and support for it will be removed in a future version.
222+
now (for backwards-compatibility), but note that the old output type (`torch.Tensor`) is
223+
deprecated and support for it will be removed in a future version.
216224
* Allow specifying a file path, a folder path, a list of files or a list of folders to
217225
`AddBackgroundNoise` and `ApplyImpulseResponse`
218226
* Require newer version of `torch-pitch-shift` to ensure support for torchaudio 0.11 in `PitchShift`
219-
* Add API for processing of targets alongside inputs. Some transforms experimentally
220-
support this feature already.
221227

222228
### Fixed
223229

torch_audiomentations/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .utils.config import from_dict, from_yaml
1818
from .utils.convolution import convolve
1919

20-
__version__ = "0.10.1"
20+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)