Skip to content

Commit 0b9d2e9

Browse files
committed
Getting ready for release 2.11.0
1 parent 11bab7a commit 0b9d2e9

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
lines changed

ANNOUNCE.rst

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
=========================
2-
Announcing NumExpr 2.10.2
2+
Announcing NumExpr 2.11.0
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.10.2 provides wheels for Python 2.13 for first time.
8-
Also, there is better support for CPUs that do not have a power
9-
of 2 number of cores. Finally, numexpr is allowed to run with
10-
the multithreading package in Python.
7+
NumExpr 2.11.0 Initial support for free-threaded Python 3.13t has been added.
8+
This is still experimental, so please report any issues you find.
9+
Finally, Python 3.10 is now the minimum supported version.
1110

1211
Project documentation is available at:
1312

1413
http://numexpr.readthedocs.io/
1514

16-
Changes from 2.10.1 to 2.10.2
15+
Changes from 2.10.2 to 2.11.0
1716
-----------------------------
1817

19-
* Better support for CPUs that do not have a power of 2 number of
20-
cores. See #479 and #490. Thanks to @avalentino.
18+
* Initial support for free-threaded Python 3.13t has been added.
19+
This is still experimental, so please report any issues you find.
20+
For more info, see discussions PRs #504, #505 and #508.
21+
Thanks to @andfoy, @rgommers and @FrancescAlted for the work.
2122

22-
* Allow numexpr to run with the multithreading package in Python.
23-
See PR #496. Thanks to @emmaai
23+
* Fix imaginary evaluation in the form of `1.1e1j`. This was
24+
previously not supported and would raise an error. Thanks to @27rabbitlt
25+
for the fix.
2426

25-
* Wheels for Python 3.13 are now provided.
27+
* The test suite has been modernized to use `pytest` instead of `unittest`.
28+
This should make it easier to run the tests and contribute to the project.
29+
30+
* Python 3.10 is now the minimum supported version.
2631

2732
What's Numexpr?
2833
---------------

RELEASE_NOTES.rst

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

5-
Changes from 2.10.2 to 2.10.3
5+
Changes from 2.10.2 to 2.11.0
66
-----------------------------
77

8-
* Python 3.10 is now the minimum supported version.
8+
* Initial support for free-threaded Python 3.13t has been added.
9+
This is still experimental, so please report any issues you find.
10+
For more info, see discussions PRs #504, #505 and #508.
11+
Thanks to @andfoy, @rgommers and @FrancescAlted for the work.
12+
13+
* Fix imaginary evaluation in the form of `1.1e1j`. This was
14+
previously not supported and would raise an error. Thanks to @27rabbitlt
15+
for the fix.
916

17+
* The test suite has been modernized to use `pytest` instead of `unittest`.
18+
This should make it easier to run the tests and contribute to the project.
19+
20+
* Python 3.10 is now the minimum supported version.
1021

1122
Changes from 2.10.1 to 2.10.2
1223
-----------------------------

VERSION

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

0 commit comments

Comments
 (0)