Skip to content

Commit 6002a82

Browse files
committed
Getting ready for release 2.12.1
1 parent 92b8195 commit 6002a82

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

ANNOUNCE.rst

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

55
Hi everyone,
66

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.
7+
NumExpr 2.12.1 allows isnan/isfinite/isinf functions to be used with complex.
8+
Also, OneAPI MKL has been fixed. Thanks to Luke Shaw for these contributions.
119

1210
Project documentation is available at:
1311

1412
http://numexpr.readthedocs.io/
1513

16-
Changes from 2.11.0 to 2.12.0
14+
Changes from 2.12.0 to 2.12.1
1715
-----------------------------
1816

19-
* Added isnan/isfinite/isinf functions. Thanks to Luke Shaw.
17+
* Added complex counterparts for isnan/isfinite/isinf functions.
18+
Thanks to Luke Shaw.
2019

21-
* New instructions for adding new functions to the virtual machine.
22-
They are available at ADDFUNCS.rst. Thanks to Luke Shaw.
20+
* Updated documentation for the new functions and instructions
21+
for adding new functions to the virtual machine. Thanks to Luke Shaw.
2322

24-
* We are distributing binary wheels for Python 3.14 and 3.14t now.
25-
26-
* We are distributing musllinux wheels too! Thanks to Clément Robert.
23+
* Fixed MKL support; it was broken in 2.12.0. Thanks to
24+
Christoph Gohlke for reporting the issue.
2725

2826
What's Numexpr?
2927
---------------

RELEASE_NOTES.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ Release notes for NumExpr 2.12 series
55
Changes from 2.12.0 to 2.12.1
66
-----------------------------
77

8-
* **Under development.**
8+
* Added complex counterparts for isnan/isfinite/isinf functions.
9+
Thanks to Luke Shaw.
10+
11+
* Updated documentation for the new functions and instructions
12+
for adding new functions to the virtual machine. Thanks to Luke Shaw.
13+
14+
* Fixed MKL support; it was broken in 2.12.0. Thanks to
15+
Christoph Gohlke for reporting the issue.
16+
917

1018
Changes from 2.11.0 to 2.12.0
1119
-----------------------------

VERSION

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

0 commit comments

Comments
 (0)