Skip to content

Commit fbb4e14

Browse files
committed
Post 2.13.0 release actions done
1 parent 1beb573 commit fbb4e14

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

ANNOUNCE.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@ Thanks to Luke Shaw for these contributions.
1111
1212
Project documentation is available at:
1313

14-
http://numexpr.readthedocs.io/
14+
https://numexpr.readthedocs.io/
1515

16-
Changes from 2.12.0 to 2.12.1
16+
Changes from 2.12.1 to 2.13.0
1717
-----------------------------
1818

19-
* Added complex counterparts for isnan/isfinite/isinf functions.
20-
Thanks to Luke Shaw.
19+
* New functionality has been added:
20+
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
21+
* New binary arithmetic operator for floor division: `//`
22+
* New functions: `signbit`, `hypot`, `copysign`, `nextafter`, `maximum`,
23+
`minimum`, `log2`, `trunc`, `round` and `sign`.
24+
* Also enables integer outputs for integer inputs for
25+
`abs`, `fmod`, `copy`, `ones_like`, `sign` and `round`.
2126

22-
* Updated documentation for the new functions and instructions
23-
for adding new functions to the virtual machine. Thanks to Luke Shaw.
27+
Thanks to Luke Shaw for the contributions.
2428

25-
* Fixed MKL support; it was broken in 2.12.0. Thanks to
26-
Christoph Gohlke for reporting the issue.
29+
* New wheels for Python 3.14 and 3.14t are provided.
2730

2831
What's Numexpr?
2932
---------------

RELEASE_NOTES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release notes for NumExpr 2.13 series
33
=====================================
44

5+
Changes from 2.13.0 to 2.13.1
6+
-----------------------------
7+
8+
* **Under development.**
9+
510

611
Changes from 2.12.1 to 2.13.0
712
-----------------------------
@@ -18,6 +23,7 @@ Changes from 2.12.1 to 2.13.0
1823

1924
* New wheels for Python 3.14 and 3.14t are provided.
2025

26+
2127
Changes from 2.12.0 to 2.12.1
2228
-----------------------------
2329

VERSION

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

doc/user_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NumExpr 2.12 User Guide
2-
======================
1+
NumExpr User Guide
2+
==================
33

44
The NumExpr package supplies routines for the fast evaluation of
55
array expressions elementwise by using a vector-based virtual

0 commit comments

Comments
 (0)