File python-PyWavelets.changes of Package python-PyWavelets
-------------------------------------------------------------------
Sun Aug 6 04:34:02 UTC 2017 - toddrme2178@gmail.com
- Fix shebangs
-------------------------------------------------------------------
Wed May 24 13:46:05 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Fix source URL
- Update to version 0.5.2
Highlights:
* 1D, 2D and nD Forward and Inverse Discrete Wavelet Transform
(DWT and IDWT)
* 1D, 2D and nD Multilevel DWT and IDWT
* 1D and 2D Forward and Inverse Stationary Wavelet Transform
* 1D and 2D Wavelet Packet decomposition and reconstruction
* 1D Continuous Wavelet Transform
* When multiple valid implementations are available, we have
chosen to maintain consistency with |MATLAB|'s Wavelet Toolbox.
- Add add_default_to_switch_statement.patch
Fixes no-return-in-nonvoid-function error
From: https://github.com/PyWavelets/pywt/commit/91b0a7bdbdd181bfb765246a9ec949b1cf2d12ad
-------------------------------------------------------------------
Mon Jan 11 08:29:46 UTC 2016 - toddrme2178@gmail.com
- Update to 0.4.0
+ Highlights:
* 1D and 2D inverse stationary wavelet transforms
* Substantially faster 2D and nD discrete wavelet transforms
* Complex number support
* nD versions of the multilevel DWT and IDWT
- Update to 0.3.0
+ Highlights:
* Support for Python 3.x (>=3.3)
* Added a test suite
(based on nose, coverage up to 61% so far)
* Maintenance work: C style complying to the Numpy style guide,
improved templating system, more complete docstrings,
pep8/pyflakes compliance, and more.
-------------------------------------------------------------------
Thu Oct 24 17:40:23 UTC 2013 - toddrme2178@gmail.com
- Update to 0.2.2
* Bugfixes
-------------------------------------------------------------------
Wed Jun 13 20:31:30 UTC 2012 - scorot@free.fr
- use proper python command instead of %%{__python} macro
- remove -O1 and --skip-build flags from the install command line
-------------------------------------------------------------------
Wed Jun 13 19:10:42 UTC 2012 - scorot@free.fr
- first package