AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix shebangs
- 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
- 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.
- Update to 0.2.2 * Bugfixes
- use proper python command instead of %%{__python} macro - remove -O1 and --skip-build flags from the install command line
- first package