Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Feb 11, 2022
1 parent cb7b3ec commit f36a9c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Apply band-pass filtering to the input audio.

## BandStopFilter

_Unreleased_
_Added in v0.10.0_

Apply band-stop filtering to the input audio. Also known as notch filter.

Expand Down Expand Up @@ -182,7 +182,7 @@ If the input audio is mono, this transform does nothing except emit a warning.

## TimeInversion

_Unreleased_
_Added in v0.10.0_

Reverse (invert) the audio along the time axis similar to random flip of
an image in the visual domain. This can be relevant in the context of audio
Expand All @@ -194,6 +194,8 @@ classification. It was successfully applied in the paper

## Unreleased

## [v0.10.0] - 2022-02-11

### Added

* Implement `OneOf` and `SomeOf` for applying one or more of a given set of transforms
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.9.1"
__version__ = "0.10.0"

0 comments on commit f36a9c9

Please sign in to comment.