File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
=========================
2
- Announcing NumExpr 2.10.0
2
+ Announcing NumExpr 2.10.1
3
3
=========================
4
4
5
5
Hi everyone,
6
6
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.
10
11
11
12
Project documentation is available at:
12
13
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Changes from 2.10.0 to 2.10.1
10
10
to use 16. You can always override this with the "NUMEXPR_MAX_THREADS"
11
11
environment variable.
12
12
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
+
13
23
Changes from 2.9.0 to 2.10.0
14
24
----------------------------
15
25
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Following are notes for releasing NumExpr.
10
10
Preliminaries
11
11
-------------
12
12
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.
14
15
* Ensure that the new version number in ` VERSION ` is correct.
15
16
* Do a commit and a push:
16
17
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dynamic = ["version"]
39
39
40
40
[project .urls ]
41
41
homepage = " https://github.com/pydata/numexpr"
42
- documentation = " https://numexpr.readthedocs.io/en/latest/user_guide.html "
42
+ documentation = " https://numexpr.readthedocs.io"
43
43
repository = " https://github.com/pydata/numexpr"
44
44
45
45
[tool .cibuildwheel ]
You can’t perform that action at this time.
0 commit comments