Skip to content

Commit 23cb559

Browse files
committed
Merge pull request #149 from grlee77/rel040
DOC: update release notes for v0.4.0
2 parents 0199a77 + 8d44764 commit 23cb559

1 file changed

Lines changed: 39 additions & 5 deletions

File tree

doc/release/0.4.0-notes.rst

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This release requires Python 2.6, 2.7 or 3.3-3.5 and NumPy 1.6.2 or greater.
1212

1313
Highlights of this release include:
1414

15-
- 1D and 2D stationary wavelet transforms
15+
- 1D and 2D inverse stationary wavelet transforms
1616
- Substantially faster 2D and nD discrete wavelet transforms
1717
- Complex number support
1818
- nD versions of the multilevel DWT and IDWT
@@ -21,10 +21,10 @@ Highlights of this release include:
2121
New features
2222
============
2323

24-
1D and 2D stationary wavelet transforms
25-
---------------------------------------
26-
1D (``iswt``) and 2D (``iswt2``) stationary wavelet transforms were added.
27-
These currently only support even length inputs
24+
1D and 2D inverse stationary wavelet transforms
25+
-----------------------------------------------
26+
1D (``iswt``) and 2D (``iswt2``) inverse stationary wavelet transforms were
27+
added. These currently only support even length inputs.
2828

2929

3030
Faster 2D and nD wavelet transforms
@@ -126,7 +126,41 @@ This list of names is automatically generated, and may not be fully complete.
126126
Issues closed for v0.4.0
127127
------------------------
128128

129+
- `#46 <https://github.com/PyWavelets/pywt/issues/46>`__: Independent test comparison
130+
- `#95 <https://github.com/PyWavelets/pywt/issues/95>`__: Simplify Matlab tests
131+
- `#97 <https://github.com/PyWavelets/pywt/issues/97>`__: BUG: erroneous detail coefficients returned by downcoef with...
132+
- `#140 <https://github.com/PyWavelets/pywt/issues/140>`__: demo/dwt_signal_decomposition.py : TypeError: object of type...
133+
- `#141 <https://github.com/PyWavelets/pywt/issues/141>`__: Documentation needs update: ImportError: cannot import name 'multilevel'
134+
129135

130136
Pull requests for v0.4.0
131137
------------------------
132138

139+
- `#55 <https://github.com/PyWavelets/pywt/pull/55>`__: [RFC] Api changes
140+
- `#59 <https://github.com/PyWavelets/pywt/pull/59>`__: Refactor convolution.c.src
141+
- `#64 <https://github.com/PyWavelets/pywt/pull/64>`__: MAINT: make LH, HL variable names in idwt2 consistent with dwt2
142+
- `#67 <https://github.com/PyWavelets/pywt/pull/67>`__: ENH: add wavedecn and waverecn functions
143+
- `#68 <https://github.com/PyWavelets/pywt/pull/68>`__: ENH: Faster dwtn and idwtn
144+
- `#88 <https://github.com/PyWavelets/pywt/pull/88>`__: DOC minor edit about possible naming
145+
- `#93 <https://github.com/PyWavelets/pywt/pull/93>`__: Added implementation of iswt and iswt2
146+
- `#98 <https://github.com/PyWavelets/pywt/pull/98>`__: fix downcoef detail coefficients for level > 1
147+
- `#99 <https://github.com/PyWavelets/pywt/pull/99>`__: complex support in all dwt and idwt related functions
148+
- `#100 <https://github.com/PyWavelets/pywt/pull/100>`__: replace mlabwrap with python-matlab-bridge in Matlab tests
149+
- `#102 <https://github.com/PyWavelets/pywt/pull/102>`__: Replace some .src expansion with macros
150+
- `#104 <https://github.com/PyWavelets/pywt/pull/104>`__: Faster idwtn/dwtn
151+
- `#106 <https://github.com/PyWavelets/pywt/pull/106>`__: make sure transforms respect float32 dtype
152+
- `#109 <https://github.com/PyWavelets/pywt/pull/109>`__: DOC: fix broken link in sidebar for html docs.
153+
- `#112 <https://github.com/PyWavelets/pywt/pull/112>`__: Complex fix
154+
- `#113 <https://github.com/PyWavelets/pywt/pull/113>`__: TST: don't build .exe installers on Appveyor anymore, only wheels.
155+
- `#116 <https://github.com/PyWavelets/pywt/pull/116>`__: [RFC] ENH: Add axis argument to dwt
156+
- `#117 <https://github.com/PyWavelets/pywt/pull/117>`__: MAINT: remove deprecated for loop syntax from Cython code
157+
- `#121 <https://github.com/PyWavelets/pywt/pull/121>`__: Fix typo
158+
- `#123 <https://github.com/PyWavelets/pywt/pull/123>`__: MAINT: remove some unused imports
159+
- `#124 <https://github.com/PyWavelets/pywt/pull/124>`__: switch travis from python 3.5-dev to 3.5
160+
- `#130 <https://github.com/PyWavelets/pywt/pull/130>`__: Add axis argument to multidim
161+
- `#138 <https://github.com/PyWavelets/pywt/pull/138>`__: WIP: Documentation updates for v0.4.0
162+
- `#139 <https://github.com/PyWavelets/pywt/pull/139>`__: Autogenerate function API docs
163+
- `#142 <https://github.com/PyWavelets/pywt/pull/142>`__: fix broken docstring examples in _multilevel.py
164+
- `#143 <https://github.com/PyWavelets/pywt/pull/143>`__: handle None properly in waverec
165+
- `#144 <https://github.com/PyWavelets/pywt/pull/144>`__: Add importable images
166+
- `#145 <https://github.com/PyWavelets/pywt/pull/145>`__: DOC: Document MSVC versions

0 commit comments

Comments
 (0)