|
| 1 | +============================== |
| 2 | +PyWavelets 0.5.2 Release Notes |
| 3 | +============================== |
| 4 | + |
| 5 | +PyWavelets 0.5.2 is a bug-fix release with no new features compared to 0.5.1. |
| 6 | + |
| 7 | + |
| 8 | +Bugs Fixed |
| 9 | +========== |
| 10 | + |
| 11 | +The ``pywt.data.nino`` data reader is now compatible with numpy 1.12. (#273) |
| 12 | + |
| 13 | +The ``wp_scalogram.py`` demo is now compatibile with matplotlib 2.0. (#276) |
| 14 | + |
| 15 | +Fixed a sporadic segmentation fault affecting stationary wavelet transforms of |
| 16 | +multi-dimensional data. (#289) |
| 17 | + |
| 18 | +``idwtn`` now treats coefficients set to None to be treated as zeros (#291). |
| 19 | +This makes the behavior consistent with its docstring as well as idwt2. |
| 20 | +Previously this raised an error. |
| 21 | + |
| 22 | +The tests are now included when installing from wheels or when running |
| 23 | +``python setup.py install``. (#292) |
| 24 | + |
| 25 | +A bug leading to a potential ``RuntimeError`` was fixed in ``waverec``. |
| 26 | +This bug only affected transforms where the data was >1D and the transformed |
| 27 | +axis was not the first axis of the array. (#294). |
| 28 | + |
| 29 | +Authors |
| 30 | +======= |
| 31 | + |
| 32 | +* Ralf Gommers |
| 33 | +* Gregory R. Lee |
| 34 | + |
| 35 | +Issues closed for v0.5.2 |
| 36 | +------------------------ |
| 37 | + |
| 38 | +- `#280 <https://github.com/PyWavelets/pywt/issues/280>`__: No tests found from installed version |
| 39 | +- `#288 <https://github.com/PyWavelets/pywt/issues/288>`__: RuntimeErrors and segfaults from swt2() in threaded environments |
| 40 | +- `#290 <https://github.com/PyWavelets/pywt/issues/290>`__: idwtn should treat coefficients set to None as zeros |
| 41 | +- `#293 <https://github.com/PyWavelets/pywt/issues/293>`__: bug in waverec of n-dimensional data when axis != 0 |
| 42 | + |
| 43 | +Pull requests for v0.5.2 |
| 44 | +------------------------ |
| 45 | + |
| 46 | +- `#273 <https://github.com/PyWavelets/pywt/issues/273>`__: fix non-integer index error |
| 47 | +- `#276 <https://github.com/PyWavelets/pywt/issues/276>`__: update wp_scalogram demo work with matplotlib 2.0 |
| 48 | +- `#289 <https://github.com/PyWavelets/pywt/issues/289>`__: fix memory leak in swt_axis |
| 49 | +- `#291 <https://github.com/PyWavelets/pywt/issues/291>`__: idwtn should allow coefficients to be set as None |
| 50 | +- `#292 <https://github.com/PyWavelets/pywt/issues/292>`__: MAINT: ensure tests are included in wheels |
| 51 | +- `#294 <https://github.com/PyWavelets/pywt/issues/294>`__: FIX: shape adjustment in waverec should not assume a transform along … |
| 52 | +- `#295 <https://github.com/PyWavelets/pywt/issues/295>`__: MAINT: fix readthedocs build issue, update numpy version specifier |
0 commit comments