Skip to content

Commit

Permalink
Getting ready for release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jun 20, 2024
1 parent ec01ac9 commit ea5d393
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
9 changes: 5 additions & 4 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
=========================
Announcing NumExpr 2.10.0
Announcing NumExpr 2.10.1
=========================

Hi everyone,

NumExpr 2.10.0 is a release offering support for latest versions of NumPy 2.0.
This is still experimental, so please report any issues you find. Thanks to
Clément Robert and Thomas Caswell for the work.
NumExpr 2.10.1 continues to establize the support for NumPy 2.0.0.
Also, the default number of 'safe' threads has been upgraded to 16
(instead of previous 8). Finally, preliminary support for Python 3.13;
thanks to Karolina Surma.

Project documentation is available at:

Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Changes from 2.10.0 to 2.10.1
to use 16. You can always override this with the "NUMEXPR_MAX_THREADS"
environment variable.

- NumPy 1.23 is now the minimum supported.

- Preliminary support for Python 3.13. Thanks to Karolina Surma.

- Fix tests on nthreads detection (closes: #479). Thanks to @avalentino.

- The build process has been modernized and now uses the `pyproject.toml`
file for more of the configuration options.


Changes from 2.9.0 to 2.10.0
----------------------------

Expand Down
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Following are notes for releasing NumExpr.
Preliminaries
-------------

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = ["version"]

[project.urls]
homepage = "https://github.com/pydata/numexpr"
documentation = "https://numexpr.readthedocs.io/en/latest/user_guide.html"
documentation = "https://numexpr.readthedocs.io"
repository = "https://github.com/pydata/numexpr"

[tool.cibuildwheel]
Expand Down

0 comments on commit ea5d393

Please sign in to comment.