File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,27 @@ PyWavelets 0.5.1 is a bug-fix release with no new features compared to 0.5.0
88Bugs Fixed
99==========
1010
11+ In release 0.5.0 the wrong edge mode was used for the following three
12+ deprecated modes: ``ppd ``, ``sp1 ``, and ``per ``. All deprecated edge mode
13+ names are now correctly converted to the corresponding new names.
14+
15+ One-dimensional discrete wavelet transforms did not properly respect the
16+ ``axis `` argument for complex-valued data. Prior to this release, the last
17+ axis was always transformed for arrays with complex dtype. This fix affects
18+ ``dwt ``, ``idwt ``, ``wavedec ``, ``waverec ``.
1119
1220Authors
1321=======
1422
23+ * Gregory R. Lee
1524
1625Issues closed for v0.5.1
1726------------------------
1827
28+ - `#245 <https://github.com/PyWavelets/pywt/issues/245 >`__: Keyword "per" for dwt extension mode
1929
2030Pull requests for v0.5.1
2131------------------------
32+
33+ - `#244 <https://github.com/PyWavelets/pywt/issues/244 >`__: FIX: dwt, idwt with complex data now pass axis argument properly
34+ - `#246 <https://github.com/PyWavelets/pywt/issues/246 >`__: fix bug in deprecated mode name conversion
You can’t perform that action at this time.
0 commit comments