Skip to content

Commit

Permalink
Add Homepage URL in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Aug 20, 2024
1 parent 60a5a12 commit 6b46e0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The API documentation, along with guides, example code, illustrations and exampl

### Changed

* Leverage the SIMD-accelerated [numpy-rms](https://pypi.org/project/numpy-rms/) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises`, `Mp3Compression` and `TanhDistortion`.
* Leverage the SIMD-accelerated [numpy-rms](https://github.com/nomonosound/numpy-rms) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises`, `Mp3Compression` and `TanhDistortion`.

For the full changelog, including older versions, see [https://iver56.github.io/audiomentations/changelog/](https://iver56.github.io/audiomentations/changelog/)

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Leverage the SIMD-accelerated [numpy-rms](https://pypi.org/project/numpy-rms/) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises`, `Mp3Compression` and `TanhDistortion`.
* Leverage the SIMD-accelerated [numpy-rms](https://github.com/nomonosound/numpy-rms) package for significant speed improvements. These transforms are faster now: `AddBackgroundNoise`, `AddColorNoise`, `AddGaussianSNR`, `AddShortNoises`, `Mp3Compression` and `TanhDistortion`.

## [0.36.0] - 2024-06-10

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def find_version(*file_paths):
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
project_urls={
"Homepage": "https://github.com/iver56/audiomentations",
"Documentation": "https://iver56.github.io/audiomentations/",
"Changelog": "https://iver56.github.io/audiomentations/changelog/",
"Issue Tracker": "https://github.com/iver56/audiomentations/issues",
Expand Down

0 comments on commit 6b46e0c

Please sign in to comment.