From 6e26871eec95d53447f1649053f0be60f230aedc1ef70b7a22b3410089bce208 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Feb 2022 09:26:55 +0000 Subject: [PATCH] Accepting request 952001 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/952001 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-PyWavelets?expand=0&rev=13 --- PyWavelets-1.1.1.tar.gz | 3 --- PyWavelets-1.2.0.tar.gz | 3 +++ python-PyWavelets.changes | 36 ++++++++++++++++++++++++++++++++++++ python-PyWavelets.spec | 12 ++++++------ 4 files changed, 45 insertions(+), 9 deletions(-) delete mode 100644 PyWavelets-1.1.1.tar.gz create mode 100644 PyWavelets-1.2.0.tar.gz diff --git a/PyWavelets-1.1.1.tar.gz b/PyWavelets-1.1.1.tar.gz deleted file mode 100644 index 45b1f99..0000000 --- a/PyWavelets-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a64b40f6acb4ffbaccce0545d7fc641744f95351f62e4c6aaa40549326008c9 -size 4578294 diff --git a/PyWavelets-1.2.0.tar.gz b/PyWavelets-1.2.0.tar.gz new file mode 100644 index 0000000..35d6764 --- /dev/null +++ b/PyWavelets-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd69b047bb4e00873097472133425f5f08a4e6bc8b3f0ae709274d4d5e9a8d +size 4590716 diff --git a/python-PyWavelets.changes b/python-PyWavelets.changes index 9176b57..6b7cf70 100644 --- a/python-PyWavelets.changes +++ b/python-PyWavelets.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Mon Feb 7 03:26:25 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.2.0: + * New features + + There is a new series of multilevel stationary wavelet + transforms (mra, mra2 and mran) suited for multiresolution + analysis of 1D, 2D or nD signals, respectively. This MRA + analysis is also known as the additive wavelet decomposition + because the corresponding inverse functions (imra, imra2 or + imran) reconstruct the original signal by simple addition of the + components. These are a good alternative to the use of the + existing SWT functions when it is important to have features + aligned across wavelet scales (see the new demo in + demo/mra_vs_swt.py). + + There is now an n-dimensional implementation available for the + wavelet packet transforms (see class WaveletPacketND). + * Backwards incompatible changes + + The image returned by pywt.data.camera has been replaced by a + similar, CC0-licensed image because the original image was + determined to only be licensed for non-commercial use. Any users + who still need the prior camera image for non-commercial use can + find it many places online by performing a web search for + "cameraman test image". + * Bugs Fixed + + Add input length check in dwt_single for reflect modes. + + Demos were updated for compatibility with recent Matplotlib + versions. + + Removed deprecated import from imp. + * Other changes + + PyWavelets has dropped support for Python 3.5 and 3.6 in this + release. + ------------------------------------------------------------------- Mon Feb 15 23:15:43 UTC 2021 - Ben Greiner diff --git a/python-PyWavelets.spec b/python-PyWavelets.spec index a46bbd2..6f1d904 100644 --- a/python-PyWavelets.spec +++ b/python-PyWavelets.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyWavelets # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # no python36-numpy in Tumbleweed (NEP 29) %define skip_python36 1 Name: python-PyWavelets -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: PyWavelets is a Python wavelet transforms module License: MIT @@ -35,12 +35,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -# SECTION test requirements -BuildRequires: %{python_module pytest} -# /SECTION Requires: python-numpy >= 1.13.3 Provides: python-PyWavelets-doc = %{version} Obsoletes: python-PyWavelets-doc < %{version} +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -77,7 +77,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_install # Fix wrong-script-interpreter %python_expand sed -i "s|#!%{_bindir}/env python.*$|#!%{_bindir}$python|" %{buildroot}%{$python_sitearch}/pywt/tests/*.py -%python_compileall +%{python_compileall} %python_expand %fdupes %{buildroot}%{$python_sitearch} %check