Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Dec 18, 2020
1 parent 9ded49e commit 7ab48dc
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 @@ -127,10 +127,12 @@ Shift the audio forwards or backwards, with or without rollover

# Version history

## v0.x.x (TBA)
## v0.5.1 (2020-12-18)

* Fix a bug where AddBackgroundNoise did not work on CUDA
* When looking for audio files, consider symlinked folders instead of disregarding them
* Fix a bug where symlinked audio files/folders were not found when looking for audio files
* Use torch.fft.rfft instead of the torch.rfft (deprecated in pytorch 1.7) when possible. As a
bonus, the change also improves performance in `ApplyImpulseResponse`.

## v0.5.0 (2020-12-08)

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

__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 7ab48dc

Please sign in to comment.