Last release before dropping support for torch<1.8
Thanks to faroit and cameronmaske
0.3.1
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.
0.2.2
Added `to_torch_complex` and `from_torch_complex`.
0.2.0
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.