@@ -11,7 +11,8 @@ transforms (``swt``, ``swt2``, ``swtn``) as well as the continuous wavelet
1111transform (``cwt ``). In addition, there are a handful of bug fixes as
1212described in more detail below.
1313
14- This release has dropped Python 2.7 support and now requires Python >=3.5.
14+ This release has dropped Python 2.7 support and now requires Python >= 3.5.
15+
1516
1617In addition to these changes to the software itself, a paper describing
1718PyWavelets was recently published in The Journal of Open Source Software:
@@ -37,12 +38,12 @@ New features
3738 A demo of this new ``swt `` functionality is available at
3839 https://github.com/PyWavelets/pywt/blob/master/demo/swt_variance.py
3940
40- - The contiuous wavelet transform (``cwt ``) now offers an FFT-based
41+ - The continuous wavelet transform (``cwt ``) now offers an FFT-based
4142 implementation in addition to the previous convolution based one. The new
4243 ``method `` argument can be set to either ``'conv' `` or ``'fft' `` to select
4344 between these two implementations. (#490).
4445
45- - The ``cwt `` now also has ``axis `` support so that cwts can be applied in
46+ - The ``cwt `` now also has ``axis `` support so that CWTs can be applied in
4647 batch along any axis of an n-dimensional array. This enables faster batch
4748 transformation of signals. (#509)
4849
@@ -99,7 +100,7 @@ Other changes
99100
100101- Cython code has been updated to use ``language_level=3 ``. (#435)
101102
102- - PyWavelets has adopted the Scipy Code of Conduct. (#521)
103+ - PyWavelets has adopted the SciPy Code of Conduct. (#521)
103104
104105Authors
105106=======
@@ -156,3 +157,4 @@ Pull requests for v1.1.0
156157- `#514 <https://github.com/PyWavelets/pywt/pull/514 >`__: Small typo in the doc
157158- `#516 <https://github.com/PyWavelets/pywt/pull/516 >`__: Fix docstrings to avoid sphinx warnings
158159- `#521 <https://github.com/PyWavelets/pywt/pull/521 >`__: DOC: adopt the SciPy Code of Conduct
160+ - `#525 <https://github.com/PyWavelets/pywt/pull/525 >`__: test against Python 3.8
0 commit comments