Skip to content

Commit c7f6e81

Browse files
committed
Getting ready for release 2.12.0
1 parent 885525d commit c7f6e81

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

ANNOUNCE.rst

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
=========================
2-
Announcing NumExpr 2.11.0
2+
Announcing NumExpr 2.12.0
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.11.0 Initial support for free-threaded Python 3.13t has been added.
8-
This is still experimental, so please report any issues you find.
9-
Finally, Python 3.10 is now the minimum supported version.
7+
NumExpr 2.12.0 comes with new isnan/isfinite/isinf functions.
8+
Most importantly, we have added instructions for adding new functions
9+
to the virtual machine. See ADDFUNCS.rst for more details. Thanks to
10+
Luke Shaw for these contributions.
1011

1112
Project documentation is available at:
1213

1314
http://numexpr.readthedocs.io/
1415

15-
Changes from 2.10.2 to 2.11.0
16+
Changes from 2.11.0 to 2.12.0
1617
-----------------------------
1718

18-
* Initial support for free-threaded Python 3.13t has been added.
19-
This is still experimental, so please report any issues you find.
20-
For more info, see discussions PRs #504, #505 and #508.
21-
Thanks to @andfoy, @rgommers and @FrancescAlted for the work.
19+
* Added isnan/isfinite/isinf functions. Thanks to Luke Shaw.
2220

23-
* Fix imaginary evaluation in the form of `1.1e1j`. This was
24-
previously not supported and would raise an error. Thanks to @27rabbitlt
25-
for the fix.
21+
* New instructions for adding new functions to the virtual machine.
22+
They are available at ADDFUNCS.rst. Thanks to Luke Shaw.
2623

27-
* The test suite has been modernized to use `pytest` instead of `unittest`.
28-
This should make it easier to run the tests and contribute to the project.
24+
* We are distributing binary wheels for Python 3.14 and 3.14t now.
2925

30-
* Python 3.10 is now the minimum supported version.
26+
* We are distributing musllinux wheels too! Thanks to Clément Robert.
3127

3228
What's Numexpr?
3329
---------------

RELEASE_NOTES.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
=====================================
2-
Release notes for NumExpr 2.11 series
2+
Release notes for NumExpr 2.12 series
33
=====================================
44

5-
Changes from 2.11.0 to 2.11.1
5+
Changes from 2.11.0 to 2.12.0
66
-----------------------------
77

8-
* **Under development.**
8+
* Added isnan/isfinite/isinf functions. Thanks to Luke Shaw.
9+
10+
* New instructions for adding new functions to the virtual machine.
11+
They are available at ADDFUNCS.rst. Thanks to Luke Shaw.
12+
13+
* We are distributing binary wheels for Python 3.14 and 3.14t now.
14+
15+
* We are distributing musllinux wheels too! Thanks to Clément Robert.
916

1017

1118
Changes from 2.10.2 to 2.11.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.1.dev0
1+
2.12.0

0 commit comments

Comments
 (0)