Releases: claudiodsf/stockwell
Releases · claudiodsf/stockwell
Release v1.1.2
-
Make it possible again to directly call functions from submodules, like it was
in versions prior to v1.1. Example:import stockwell stockwell.st.st(data, fmin, fmax)
Release v1.1.1
- 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
Release v1.1
- Use ctypes to wrap the modules written in C
- License changed to GPLv3
Release v1.0.7
- Packages for Python 3.10 and macOS arm (M1, M2)
Release v1.0.6
- Fix for missing file in source distribution
Release v1.0.5
- New parameters for
st.st()
:gamma
andwin_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)
Release v1.0.4
- Use
versioneer
to generate package version - Add tests
Release v1.0.3
- Automated wheel building and deploy to PyPI
Release v1.0.2
- Updated install instructions in
README
- Copy FFTW3 dynamic library into macOS wheel
Release v1.0.1
- Add
numpy
dependency