File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11=========================
2- Announcing NumExpr 2.14.
2+ Announcing NumExpr 2.14.1
33=========================
44
55Hi 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
1110Project documentation is available at:
1211
1312https://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
2620What's Numexpr?
2721---------------
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Release notes for NumExpr 2.14 series
55Changes 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
1112Changes from 2.13.1 to 2.14.0
Original file line number Diff line number Diff line change 1- 2.14.1.dev0
1+ 2.14.1
You can’t perform that action at this time.
0 commit comments