File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22PyWavelets 0.5.0 Release Notes
33==============================
44
5- .. note :: PyWavelets 0.5.0 is not released yet!
65.. |MATLAB | unicode :: MATLAB U+02122 .. with trademark sign
76
87.. contents ::
@@ -238,4 +237,4 @@ Pull requests for v0.5.0
238237- `#229 <https://github.com/PyWavelets/pywt/pull/229 >`__: DOC: add swtn, iswt, iswt2 to the API documentation
239238- `#230 <https://github.com/PyWavelets/pywt/pull/230 >`__: add demo of batch processing via concurrent.futures
240239- `#234 <https://github.com/PyWavelets/pywt/pull/234 >`__: ENH: coeffs_to_array supports axes argument as recently added to wavedec*
241- - `#236 <https://github.com/PyWavelets/pywt/pull/236 >`__: BLD: raise an ImportError if Cython should be installed but isn't.
240+ - `#236 <https://github.com/PyWavelets/pywt/pull/236 >`__: BLD: raise an ImportError if Cython should be installed but isn't.
Original file line number Diff line number Diff line change 2626MAJOR = 0
2727MINOR = 5
2828MICRO = 0
29- ISRELEASED = False
29+ ISRELEASED = True
3030VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
3131
3232
You can’t perform that action at this time.
0 commit comments