Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jun 15, 2021
1 parent 2f1880c commit 5636b5b
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 @@ -102,13 +102,13 @@ See also https://en.wikipedia.org/wiki/Clipping_(audio)#Digital_clipping

## HighPassFilter

_To be added in v0.8.0_
_Added in v0.8.0_

Apply high-pass filtering to the input audio.

## LowPassFilter

_To be added in v0.8.0_
_Added in v0.8.0_

Apply low-pass filtering to the input audio.

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

## Unreleased

## [v0.8.0] - 2021-06-15

### Added

* Implement `HighPassFilter` and `LowPassFilter`
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.7.0"
__version__ = "0.8.0"

0 comments on commit 5636b5b

Please sign in to comment.