Skip to content

Commit d9cf0f0

Browse files
committed
Getting ready for release 2.14.1
1 parent 1fcb012 commit d9cf0f0

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

ANNOUNCE.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
=========================
2-
Announcing NumExpr 2.14.
2+
Announcing NumExpr 2.14.1
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.14.0 introduces a couple of patches for tan / tanh and
8-
adds static typing support.
9-
Thanks to Luke Shaw and Joren Hammudoglu (@jorenham) for these contributions.
7+
NumExpr 2.14.1 introduces a patch to ensure compatibility with NumPy 1.26,
8+
rolling back static typing support.
109

1110
Project documentation is available at:
1211

1312
https://numexpr.readthedocs.io/
1413

15-
Changes from 2.13.1 to 2.14.0
14+
Changes from 2.14.0 to 2.14.1
1615
-----------------------------
1716

18-
* Numerical stability for overflow has been improved for ``tan`` and ``tanh``
19-
to handle possible overflows for complex numbers.
20-
21-
* Static typing support has been added, making NumExpr compatible with
22-
static type checkers like `mypy` and `pyright`.
23-
Thanks to Joren Hammudoglu (@jorenham) for the work.
24-
17+
* Rolled back static typing support to ensure compatibiity with NumPy 1.26.
18+
* Added CI tests for NumPy 1.26
2519

2620
What's Numexpr?
2721
---------------

RELEASE_NOTES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Release notes for NumExpr 2.14 series
55
Changes from 2.14.0 to 2.14.1
66
-----------------------------
77

8-
* **Under development.**
8+
* Rolled back static typing support to ensure compatibiity with NumPy 1.26.
9+
* Added CI tests for NumPy 1.26
910

1011

1112
Changes from 2.13.1 to 2.14.0

VERSION

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

0 commit comments

Comments
 (0)