17
0

Accepting request 1004360 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1004360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-PyWavelets?expand=0&rev=16
This commit is contained in:
2022-09-19 07:36:54 +00:00
committed by Git OBS Bridge
parent 1bdfca04a9
commit 7e52ef8535
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 17 15:22:43 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update required numpy version
- update to version 1.4.1:
* This patch release updates setup.py to use python_requires>=3.8
and adds 3.11 to the trove classifiers.
- changes from version 1.4.0:
* adds wheels for Python 3.11 and drops support for Python 3.7.
* There is one new utility function, pywt.frequency2scale, that can
be used to determine CWT scale factors corresponding to a given
(normalized) frequency. It is the inverse of the existing
pywt.scale2frequency.
-------------------------------------------------------------------
Sat Mar 12 05:35:27 UTC 2022 - Arun Persaud <arun@gmx.de>