Skip to content

Commit 63c5dd9

Browse files
committed
DOC: update release notes
add Pavle to the authors.py name map [skip ci] [ci skip] DOC: add link to Lancaster University MODA toolbox [ci skip]
1 parent 29ce9bb commit 63c5dd9

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

doc/release/1.1.0-notes.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,24 @@ Deprecated features
1717
Backwards incompatible changes
1818
==============================
1919

20+
When using complex-valued wavelets with the ``cwt``, the output will now be
21+
the complex conjugate of the result that was produced by PyWavelets 1.0.x.
22+
This was done to account for a bug described below. The magnitude of the
23+
``cwt`` coefficients will still match those from previous releases.
24+
2025
Bugs Fixed
2126
==========
22-
For the complex wavelet transforms, the tests were based on older implementation of Matlab CWT function that had an issue with the phase of the complex wavelet coefficients.
23-
Consequently, the complex wavelet coefficients were complex conjugates of the proper result.
24-
The tests were made using cmor1.0-1.0 and compared to the WT implementation proposed by Matlab R2017b and Lancaster University, Physics department Matlab function ``wt.m``.
27+
28+
For a ``cwt`` with complex wavelets, the results in PyWavelets 1.0.x releases
29+
matched the output of Matlab R2012a's ``cwt``. Howveer, older Matlab releases
30+
like R2012a had a phase that was of opposite sign to that given in textbook
31+
definitions of the CWT (Eq. 2 of Torrence and Compo's review article, "A
32+
Practical Guide to Wavelet Analysis"). Consequently, the wavelet coefficients
33+
were the complex conjugates of the expected result. This was validated by
34+
comparing the results of a transform using ``cmor1.0-1.0`` as compared to the
35+
``cwt`` implementation available in Matlab R2017b as well as the function
36+
``wt.m`` from the Lancaster University Physics department's
37+
`MODA toolbox <https://github.com/luphysics/MODA>`_
2538

2639
Other changes
2740
=============

util/authors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
u('Helder'): u('Helder Oliveira'),
3131
u('Kai'): u('Kai Wohlfahrt'),
3232
u('asnt'): u('Alexandre Saint'),
33+
u('pavleb'): u('Pavle Boškoski'),
3334
}
3435

3536

0 commit comments

Comments
 (0)