17
0

Accepting request 684464 from home:mcepl:branches:devel:languages:python:numeric

- Update to version 1.0.2:
  PyWavelets 1.0.2 is a bug-fix and maintenance release with no
  new features compared to 1.0.1.
  * Bugs Fixed
    - A bug in iswtn when using some combinations of
      user-specified axes was fixed.
    - A potential error related to coefficient shape mismatch
      during WaveletPacket or WaveletPacket2D reconstruction was
      fixed.
  * Other Changes
    - A deprecated import of Iterable was fixed.
    - The spelling of "Garrote" was fixed in the wavelet
      thresholding documentation. For backwards compatibility
      with 1.0.0, the incorrect ("garotte") spelling is also
      accepted for the mode parameter of pywt.threshold.
    - The spelling of "supported" was fixed in one of the
      ValueError messages that can be returned by pywt.cwt.
    - Cython language compatibility has been pinned to
      language_level = '2'. This is in contrast to the master
      branch which is now using language_level = '3'. To support
      this, the minimum supported Cython version has been raised
      to 0.23.5.

OBS-URL: https://build.opensuse.org/request/show/684464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-PyWavelets?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-03-12 20:59:57 +00:00
committed by Git OBS Bridge
parent 2fa5fbdd91
commit fd1a2a94f4
6 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Mar 12 19:30:58 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to version 1.0.2:
PyWavelets 1.0.2 is a bug-fix and maintenance release with no
new features compared to 1.0.1.
* Bugs Fixed
- A bug in iswtn when using some combinations of
user-specified axes was fixed.
- A potential error related to coefficient shape mismatch
during WaveletPacket or WaveletPacket2D reconstruction was
fixed.
* Other Changes
- A deprecated import of Iterable was fixed.
- The spelling of "Garrote" was fixed in the wavelet
thresholding documentation. For backwards compatibility
with 1.0.0, the incorrect ("garotte") spelling is also
accepted for the mode parameter of pywt.threshold.
- The spelling of "supported" was fixed in one of the
ValueError messages that can be returned by pywt.cwt.
- Cython language compatibility has been pinned to
language_level = '2'. This is in contrast to the master
branch which is now using language_level = '3'. To support
this, the minimum supported Cython version has been raised
to 0.23.5.
-------------------------------------------------------------------
Fri Jan 4 17:31:38 UTC 2019 - Todd R <toddrme2178@gmail.com>