Skip to content

Commit aefd3e6

Browse files
committed
Announcing
1 parent 780908a commit aefd3e6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ANNOUNCE.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
=========================
2-
Announcing NumExpr 2.13.0
2+
Announcing NumExpr 2.13.
33
=========================
44

55
Hi everyone,
66

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

1211
Project documentation is available at:

RELEASE_NOTES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Release notes for NumExpr 2.13 series
55
Changes from 2.13.0 to 2.13.1
66
-----------------------------
77

8-
* **Under development.**
9-
8+
* Patch to maximum/minimum functions in order to match NumPy NaN handling
9+
* Patch to convert '+'->'|' and '*'->'&' for booleans
1010
1111
Changes from 2.12.1 to 2.13.0
1212
-----------------------------

0 commit comments

Comments
 (0)