Changelog for
python-PyWavelets-0.5.2-2.3.x86_64.rpm :
Wed May 24 14:00:00 2017 toddrme2178AATTgmail.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 13:00:00 2016 toddrme2178AATTgmail.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 14:00:00 2013 toddrme2178AATTgmail.com
- Update to 0.2.2
* Bugfixes
Wed Jun 13 14:00:00 2012 scorotAATTfree.fr
- use proper python command instead of %%{__python} macro
- remove -O1 and --skip-build flags from the install command line
Wed Jun 13 14:00:00 2012 scorotAATTfree.fr
- first package