- Update to 2.11.0:

* Initial support for free-threaded Python 3.13t has been added.
  * Fix imaginary evaluation in the form of 1.1e1j.
  * The test suite has been modernized to use pytest instead of unittest.
  * Python 3.10 is now the minimum supported version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=45
This commit is contained in:
2025-08-27 04:11:40 +00:00
committed by Git OBS Bridge
parent 1b3671fe18
commit a232fae7f7
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 27 04:10:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.11.0:
* Initial support for free-threaded Python 3.13t has been added.
* Fix imaginary evaluation in the form of 1.1e1j.
* The test suite has been modernized to use pytest instead of unittest.
* Python 3.10 is now the minimum supported version.
-------------------------------------------------------------------
Wed Dec 4 10:38:19 UTC 2024 - Ben Greiner <code@bnavigator.de>