Skip to content

Commit ffb17a9

Browse files
committed
Getting ready for release 2.10.2
1 parent a99412e commit ffb17a9

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

ANNOUNCE.rst

+11-17
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
11
=========================
2-
Announcing NumExpr 2.10.1
2+
Announcing NumExpr 2.10.2
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.10.1 continues to stabilize the support for NumPy 2.0.0.
8-
Also, the default number of 'safe' threads has been upgraded to 16
9-
(instead of previous 8). Finally, preliminary support for Python 3.13;
10-
thanks to Karolina Surma.
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.
1111

1212
Project documentation is available at:
1313

1414
http://numexpr.readthedocs.io/
1515

16-
Changes from 2.10.0 to 2.10.1
16+
Changes from 2.10.1 to 2.10.2
1717
-----------------------------
1818

19-
* The default number of 'safe' threads has been upgraded to 16 (instead of
20-
previous 8). That means that if your CPU has > 16 cores, the default is
21-
to use 16. You can always override this with the "NUMEXPR_MAX_THREADS"
22-
environment variable.
19+
* Better support for CPUs that do not have a power of 2 number of
20+
cores. See #479 and #490. Thanks to @avalentino.
2321

24-
* NumPy 1.23 is now the minimum supported.
22+
* Allow numexpr to run with the multithreading package in Python.
23+
See PR #496. Thanks to @emmaai
2524

26-
* Preliminary support for Python 3.13. Thanks to Karolina Surma.
27-
28-
* Fix tests on nthreads detection (closes: #479). Thanks to @avalentino.
29-
30-
* The build process has been modernized and now uses the `pyproject.toml`
31-
file for more of the configuration options.
25+
* Wheels for Python 3.13 are now provided.
3226

3327
What's Numexpr?
3428
---------------

RELEASE_NOTES.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ Release notes for NumExpr 2.10 series
55
Changes from 2.10.1 to 2.10.2
66
-----------------------------
77

8-
* **Under development.**
8+
* Better support for CPUs that do not have a power of 2 number of
9+
cores. See #479 and #490. Thanks to @avalentino.
10+
11+
* Allow numexpr to run with the multithreading package in Python.
12+
See PR #496. Thanks to @emmaai
13+
14+
* Wheels for Python 3.13 are now provided.
15+
916

1017
Changes from 2.10.0 to 2.10.1
1118
-----------------------------

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.2.dev0
1+
2.10.2

0 commit comments

Comments
 (0)