Skip to content

Releases: nomadkaraoke/python-audio-separator

v0.33.0

03 May 21:47
fd37114
Compare
Choose a tag to compare
Update pyproject.toml (#212)

v0.32.0

28 Apr 06:17
aa09eb8
Compare
Choose a tag to compare
Added waveform & spectrogram verification to integration tests (#209)

* Added waveform & spectrogram verification to integration tests

* Raised minimum similarity threshold for waveform/spectrogram image comparison in integration tests, except for demucs which is pretty inconsistent with itself

* Updated dependencies, moved to using SSIM for wave/spect comparison in integration test

* Attempt to fix integration test volatility with demucs by fixing Y axis for waveform images, but spectrograms are still all over the place

* Added integration test verifying the output dir and custom output names work as expected

* Split waveform and spec thresholds, lowered all, added images to test artifacts for CI

* Split DEFAULT_SIMILARITY_THRESHOLD to override spectrogram threshold

* Only run integration tests in integration workflow...

v0.31.3

26 Apr 22:18
07918fd
Compare
Choose a tag to compare
Added integration test covering real execution with all model archite…

v0.31.2

26 Apr 05:10
851215d
Compare
Choose a tag to compare
Update pyproject.toml

v0.31.1

23 Apr 02:02
7387387
Compare
Choose a tag to compare
Bump version for release

v0.31.0

11 Apr 04:03
940edce
Compare
Choose a tag to compare
Update to weekly onnx and numpy 2.x  (#200)

* Committing to branch to check tests cross platform

* Fixed lockfile`

* Attempt to prevent onnx 1.17 install on python 3.13 despite transitive dep

* Test whether python version excudes onnx transitive

* Switched to using onnx2torch-py313 instead of onnx2torch to resolve python 3.13 dependency issues

v0.30.2

08 Apr 17:05
99840ee
Compare
Choose a tag to compare
Maybe fix the seek during model hash on windows (#198)

* Maybe fix the seek during model hash on windows

* Fixed hash calculation bug

v0.30.1

02 Mar 23:31
e9f5d0c
Compare
Choose a tag to compare
Added AUDIO_SEPARATOR_MODEL_DIR env var to override model dir. Relaxe…

v0.30.0

27 Feb 20:25
6177db4
Compare
Choose a tag to compare
Update pyproject.toml

v0.29.0

25 Feb 04:03
536f16d
Compare
Choose a tag to compare
Added new models from PR