Skip to content

Commit 4a58665

Browse files
committed
Getting ready for release 2.14.0
1 parent b740223 commit 4a58665

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

ANNOUNCE.rst

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
11
=========================
2-
Announcing NumExpr 2.13.
2+
Announcing NumExpr 2.14.
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.13.1 introduces a couple of patches for maximum/minimum and
8-
multiplication/addition for booleans to match NumPy behaviour.
9-
Thanks to Luke Shaw for these contributions.
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.
1010

1111
Project documentation is available at:
1212

1313
https://numexpr.readthedocs.io/
1414

15-
Changes from 2.12.1 to 2.13.0
15+
Changes from 2.13.1 to 2.14.0
1616
-----------------------------
1717

18-
* New functionality has been added:
19-
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
20-
* New binary arithmetic operator for floor division: `//`
21-
* New functions: `signbit`, `hypot`, `copysign`, `nextafter`, `maximum`,
22-
`minimum`, `log2`, `trunc`, `round` and `sign`.
23-
* Also enables integer outputs for integer inputs for
24-
`abs`, `fmod`, `copy`, `ones_like`, `sign` and `round`.
18+
* Numerical stability for overflow has been improved for ``tan`` and ``tanh``
19+
to handle possible overflows for complex numbers.
2520

26-
Thanks to Luke Shaw for the contributions.
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.
2724

28-
* New wheels for Python 3.14 and 3.14t are provided.
2925

3026
What's Numexpr?
3127
---------------

RELEASE_NOTES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
=====================================
2-
Release notes for NumExpr 2.13 series
2+
Release notes for NumExpr 2.14 series
33
=====================================
44

5-
Changes from 2.13.1 to 2.13.2
5+
Changes from 2.13.1 to 2.14.0
66
-----------------------------
77

8-
* **Under development.**
8+
* Numerical stability for overflow has been improved for ``tan`` and ``tanh``
9+
to handle possible overflows for complex numbers.
910

1011
* Static typing support has been added, making NumExpr compatible with
1112
static type checkers like `mypy` and `pyright`.

VERSION

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

0 commit comments

Comments
 (0)