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:
committed by
Git OBS Bridge
parent
2fa5fbdd91
commit
fd1a2a94f4
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-PyWavelets
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: PyWavelets is a Python wavelet transforms module
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user