Skip to content

Releases: claudiodsf/stockwell

Release v1.1.2

22 May 15:21
Compare
Choose a tag to compare
  • 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

21 May 16:11
Compare
Choose a tag to compare
  • 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

05 Jun 13:38
Compare
Choose a tag to compare
  • Use ctypes to wrap the modules written in C
  • License changed to GPLv3

Release v1.0.7

27 Jul 17:13
Compare
Choose a tag to compare
  • Packages for Python 3.10 and macOS arm (M1, M2)

Release v1.0.6

21 Apr 17:53
Compare
Choose a tag to compare
  • Fix for missing file in source distribution

Release v1.0.5

21 Apr 17:53
Compare
Choose a tag to compare
  • 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)

Release v1.0.4

04 Nov 17:13
Compare
Choose a tag to compare
  • Use versioneer to generate package version
  • Add tests

Release v1.0.3

15 Sep 18:15
Compare
Choose a tag to compare
  • Automated wheel building and deploy to PyPI

Release v1.0.2

15 Sep 18:00
Compare
Choose a tag to compare
  • Updated install instructions in README
  • Copy FFTW3 dynamic library into macOS wheel

Release v1.0.1

15 Sep 18:00
Compare
Choose a tag to compare
  • Add numpy dependency