1
0

- update to 2.9.0:

* Support for PyPy (see PRs #467 and #740).  The full test suite
    should pass now, at least for the 3.10 version.
    providing help and additional fixes.
  * Fixed more sanitizer issues (see PR #469).
  * Modernized the test suite to avoid some warnings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=33
This commit is contained in:
2024-02-06 09:33:30 +00:00
committed by Git OBS Bridge
parent aefd57f1e1
commit 437a0fad72
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 6 09:32:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.9.0:
* Support for PyPy (see PRs #467 and #740). The full test suite
should pass now, at least for the 3.10 version.
providing help and additional fixes.
* Fixed more sanitizer issues (see PR #469).
* Modernized the test suite to avoid some warnings.
-------------------------------------------------------------------
Mon Dec 18 09:23:43 UTC 2023 - Dirk Müller <dmueller@suse.com>