Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Oct 12, 2020
1 parent e94bd84 commit a0a9453
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ Audio data augmentation in PyTorch. Inspired by [audiomentations](https://github

# Setup

`pip install git+https://github.com/asteroid-team/torch-audiomentations`

Note: torch-audiomentations will be published on PyPI for easier installation later.
`pip install torch-audiomentations`

# Contribute

Expand All @@ -25,6 +23,12 @@ comparison of the time it takes to run 1D convolution:
torch-audiomentations is in a very early development stage, so it's not ready for prime time yet.
Meanwhile, star the repo and stay tuned!

# Version history

## v0.1.0 (2020-10-12)

Initial release with `Gain` and `PolarityInversion`

# Development

## Setup
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .augmentations.gain import Gain
from .augmentations.polarity_inversion import PolarityInversion

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit a0a9453

Please sign in to comment.