File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11=========================
2- Announcing NumExpr 2.10.0
2+ Announcing NumExpr 2.10.1
33=========================
44
55Hi 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
1112Project documentation is available at:
1213
Original file line number Diff line number Diff 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+
1323Changes from 2.9.0 to 2.10.0
1424----------------------------
1525
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Following are notes for releasing NumExpr.
1010Preliminaries
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
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dynamic = ["version"]
3939
4040[project .urls ]
4141homepage = " https://github.com/pydata/numexpr"
42- documentation = " https://numexpr.readthedocs.io/en/latest/user_guide.html "
42+ documentation = " https://numexpr.readthedocs.io"
4343repository = " https://github.com/pydata/numexpr"
4444
4545[tool .cibuildwheel ]
You can’t perform that action at this time.
0 commit comments