17
0

Accepting request 1172519 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 1.6.0
  * This release is a minor update to 1.6.x. It adds support for
    NumPy 2.0, which also keeping compatibility with NumPy
    1.22-1.26. It requires Cython 3.0; support for 0.29.x is
    dropped.
  ## Other noteworthy improvements:
  * Improved documentation for ``pywt.cwt``
  * The documentation was migrated to the PyData Sphinx Theme and
    the content organization improved
  * Releases on PyPI now include wheels for ``musllinux`` (x86-64
    and aarch64)
  * The test suite is now passing and tested in CI with
    Emscripten/Pyodide
  * Nightly builds will be available at
    https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/
    going forward
- Release 1.5.0
  * This release is a minor update to 1.4.x. It adds support for
    Python 3.12 and drops support for Python 3.8. It also adds
    support for Cython 3.0.
  * PyWavelets now uses Meson as its build system, and meson-python
    as the build backend.

OBS-URL: https://build.opensuse.org/request/show/1172519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-PyWavelets?expand=0&rev=18
This commit is contained in:
2024-05-07 20:10:14 +00:00
committed by Git OBS Bridge
parent 7e52ef8535
commit e3691f382d
4 changed files with 46 additions and 35 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun May 5 15:11:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 1.6.0
* This release is a minor update to 1.6.x. It adds support for
NumPy 2.0, which also keeping compatibility with NumPy
1.22-1.26. It requires Cython 3.0; support for 0.29.x is
dropped.
## Other noteworthy improvements:
* Improved documentation for ``pywt.cwt``
* The documentation was migrated to the PyData Sphinx Theme and
the content organization improved
* Releases on PyPI now include wheels for ``musllinux`` (x86-64
and aarch64)
* The test suite is now passing and tested in CI with
Emscripten/Pyodide
* Nightly builds will be available at
https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/
going forward
- Release 1.5.0
* This release is a minor update to 1.4.x. It adds support for
Python 3.12 and drops support for Python 3.8. It also adds
support for Cython 3.0.
* PyWavelets now uses Meson as its build system, and meson-python
as the build backend.
-------------------------------------------------------------------
Sat Sep 17 15:22:43 UTC 2022 - Arun Persaud <arun@gmx.de>