diff --git a/CHANGELOG.md b/CHANGELOG.md index c1314f8..7098dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ Based on original code from [NIMH MEG Core Facility]. [NIMH MEG Core Facility]: https://kurage.nimh.nih.gov/meglab/Meg/Stockwell. -(c) 2021 Claudio Satriano +(c) 2021-2022 Claudio Satriano -## unreleased +## v1.0.5 - 2022-04-21 - New parameters for `st.st()`: `gamma` and `win_type`: - `gamma` can be used to tune the time and frequency resolutions of the S-transform. diff --git a/pyproject.toml b/pyproject.toml index b3e33e7..8824c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,6 @@ skip = '*-win32' test-requires = 'pytest' test-command = 'pytest --pyargs stockwell' -[[tool.cibuildwheel.overrides]] -select = 'cp37-win_amd64' -test-requires = 'pytest==4' - [tool.cibuildwheel.linux] before-all = 'yum install -y fftw-devel'