Skip to content

Commit ea5d393

Browse files
committed
Getting ready for release 2.10.1
1 parent ec01ac9 commit ea5d393

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

ANNOUNCE.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
=========================
2-
Announcing NumExpr 2.10.0
2+
Announcing NumExpr 2.10.1
33
=========================
44

55
Hi everyone,
66

7-
NumExpr 2.10.0 is a release offering support for latest versions of NumPy 2.0.
8-
This is still experimental, so please report any issues you find. Thanks to
9-
Clément Robert and Thomas Caswell for the work.
7+
NumExpr 2.10.1 continues to establize 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.
1011

1112
Project documentation is available at:
1213

RELEASE_NOTES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Changes from 2.10.0 to 2.10.1
1010
to use 16. You can always override this with the "NUMEXPR_MAX_THREADS"
1111
environment variable.
1212

13+
- NumPy 1.23 is now the minimum supported.
14+
15+
- Preliminary support for Python 3.13. Thanks to Karolina Surma.
16+
17+
- Fix tests on nthreads detection (closes: #479). Thanks to @avalentino.
18+
19+
- The build process has been modernized and now uses the `pyproject.toml`
20+
file for more of the configuration options.
21+
22+
1323
Changes from 2.9.0 to 2.10.0
1424
----------------------------
1525

RELEASING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Following are notes for releasing NumExpr.
1010
Preliminaries
1111
-------------
1212

13-
* Make sure that `RELEASE_NOTES.rst` and `ANNOUNCE.rst` are up-to-date with the latest news in the release.
13+
* Make sure that `RELEASE_NOTES.rst` and `ANNOUNCE.rst` are up-to-date
14+
with the latest news in the release.
1415
* Ensure that the new version number in `VERSION` is correct.
1516
* Do a commit and a push:
1617

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dynamic = ["version"]
3939

4040
[project.urls]
4141
homepage = "https://github.com/pydata/numexpr"
42-
documentation = "https://numexpr.readthedocs.io/en/latest/user_guide.html"
42+
documentation = "https://numexpr.readthedocs.io"
4343
repository = "https://github.com/pydata/numexpr"
4444

4545
[tool.cibuildwheel]

0 commit comments

Comments
 (0)