Skip to content

Releases: asteroid-team/asteroid-filterbanks

Drop support for torch<1.8.0 + remove deprecated code

09 Apr 20:04
Compare
Choose a tag to compare

Onnxable torch_stft + PCEN

09 Apr 18:53
Compare
Choose a tag to compare

Last release before dropping support for torch<1.8

Thanks to @faroit and @cameronmaske

Torch1.8x support

07 Dec 22:57
Compare
Choose a tag to compare

torch.rfft has been deprecated and the cycle is quite fast, it's been removed from nightly recently so we have to rely on the new torch.fft which returns complex numbers.

Native complex conversions

25 Nov 20:32
Compare
Choose a tag to compare

Added to_torch_complex and from_torch_complex.

Matching torch.stft and torch.istft

24 Nov 12:56
Compare
Choose a tag to compare

Add TorchSTFTFB which can be used in replacement of torch.stft and torch.istft for models which have been trained with torch ops but need to be transferred to ONNX for example.

Not all options are covered, see warning and note in the docstring.

Stable release #1

20 Nov 20:58
Compare
Choose a tag to compare
v0.1.0

Release v0.1.0

Woohoo

20 Nov 20:46
Compare
Choose a tag to compare

This will hopefully be useful to a broader community as a separate repo. After several requests, here it is !