Accepting request 684487 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/684487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyWavelets?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c5cece36d4e17d395be6e9ac6b80ce7b774a1f71c251756c6163e63b6d878dc
|
||||
size 4544487
|
||||
3
PyWavelets-1.0.2.tar.gz
Normal file
3
PyWavelets-1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cbee5363e805a11effa982f533a203b21a602cd058efcb49304cc081b17ac9d
|
||||
size 4546818
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0234c3e5ebb544e304088134a66f470889ac9f14f516c9873edffd9a8df8bea4
|
||||
size 514904
|
||||
oid sha256:3b69f7afe23f7075bdd92e0b12331fc63db4c660d9faee3f001c571896b0b25e
|
||||
size 517691
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37eebdac36308059990b4b42fb14c63fb7cba3d5d2c631af929874461e57d8e1
|
||||
size 1891620
|
||||
oid sha256:949c90e5628ff89a9f66be3651b65f4957d9d8385fc86c94fded4ac9e466fec2
|
||||
size 1891580
|
||||
|
||||
Reference in New Issue
Block a user