Package Release Info

python-PyWavelets-1.1.1-bp152.1.10

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-PyWavelets

Change Logs

Version: 0.5.2-bp150.1.3
* Sun Aug 06 2017 toddrme2178@gmail.com
- Fix shebangs
* Wed May 24 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 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 2013 toddrme2178@gmail.com
- Update to 0.2.2
  * Bugfixes
* Wed Jun 13 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 2012 scorot@free.fr
- first package