- Remove support for Python 3.6 and 3.7 - Add support for Python 3.11 and 3.12 - Support for Numpy 2.0! - Added a script to download and compile FFTW3
1.1
- Use ctypes to wrap the modules written in C - License changed to GPLv3
1.0.7
- Packages for Python 3.10 and macOS arm (M1, M2)
1.0.6
- Fix for missing file in source distribution
1.0.5
- New parameters for `st.st()`: `gamma` and `win_type`: - `gamma` can be used to tune the time and frequency resolutions of the S-transform. - `win_type` can be set to 'gauss' (default) and 'kazemi' (Kazemi, 2014)