Skip to content

Commit e789d78

Browse files
committed
Getting ready for release 2.13.0
1 parent d4d1b9c commit e789d78

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

ANNOUNCE.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
=========================
2-
Announcing NumExpr 2.12.1
2+
Announcing NumExpr 2.13.0
33
=========================
44

55
Hi everyone,
66

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.
7+
NumExpr 2.13.0 introduced a bunch of new features including new
8+
bitwise operators (&, |, ^, ~), floor division (//). It also adds
9+
many new functions (like hypot, log2, maximum, minimum, nextafter...).
10+
Thanks to Luke Shaw for these contributions.
911
1012
Project documentation is available at:
1113

AUTHORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ since 2016 to 2023.
3030
Teng Liu fixed many bugs, and in particular, contributed valuable fixes
3131
to the new regex sanitizer for expressions.
3232

33-
Luke Shaw contributed new isnan/isinf/isfinite functions, and expanded
34-
the amount of opcodes from 128 to 256.
33+
Luke Shaw contributed a bunch of new functions, and expanded the amount
34+
of opcodes from 128 to 256.

RELEASE_NOTES.rst

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

55

6-
Changes from 2.12.1 to 2.12.2
6+
Changes from 2.12.1 to 2.13.0
77
-----------------------------
88

9-
* **Under development.**
9+
* New functionality has been added:
10+
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
11+
* New binary arithmetic operator for floor division: `//`
12+
* New functions: `signbit`, `hypot`, `copysign`, `nextafter`, `maximum`,
13+
`minimum`, `log2`, `trunc`, `round` and `sign`.
14+
* Also enables integer outputs for integer inputs for
15+
`abs`, `fmod`, `copy`, `ones_like`, `sign` and `round`.
1016

17+
Thanks to Luke Shaw for the contributions.
18+
19+
* New wheels for Python 3.14 and 3.14t are provided.
1120

1221
Changes from 2.12.0 to 2.12.1
1322
-----------------------------

VERSION

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

0 commit comments

Comments
 (0)