Skip to content

Commit

Permalink
Post 2.9.0 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 26, 2024
1 parent 3bdab2a commit 445e07a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
17 changes: 7 additions & 10 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ Project documentation is available at:

http://numexpr.readthedocs.io/

Changes from 2.8.7 to 2.8.8
Changes from 2.8.8 to 2.9.0
---------------------------

* Fix re_evaluate not taking global_dict as argument. Thanks to Teng Liu
(@27rabbitlt).
* Support for PyPy (see PRs #467 and #740). The full test suite
should pass now, at least for the 3.10 version. Thanks to
@27rabbitlt for most of the work and @mgorny and @mattip for
providing help and additional fixes. Fixes #463.

* Fix parsing of simple complex numbers. Now, `ne.evaluate('1.5j')` works.
Thanks to Teng Liu (@27rabbitlt).
* Fixed more sanitizer issues (see PR #469). Thanks to @27rabbitlt.

* Fixes for upcoming NumPy 2.0:

* Replace npy_cdouble with C++ complex. Thanks to Teng Liu (@27rabbitlt).
* Add NE_MAXARGS for future numpy change NPY_MAXARGS. Now it is set to 64
to match NumPy 2.0 value. Thanks to Teng Liu (@27rabbitlt).
* Modernized the test suite to avoid some warnings.

What's Numexpr?
---------------
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release notes for NumExpr 2.9 series
====================================

Changes from 2.9.0 to 2.9.1
---------------------------

* **Under development.**

Changes from 2.8.8 to 2.9.0
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Announcing
Post-release actions
--------------------

* Add `.dev1` to the version number in `setup.cfg`, and bump the bugfix version
* Add `.dev0` to the version number in `setup.cfg`, and bump the bugfix version
number.
* Create new headers for adding new features in `RELEASE_NOTES.rst`
and add this place-holder:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = numexpr
version = 2.9.0
version = 2.9.1.dev0
description = Fast numerical expression evaluator for NumPy
author = David M. Cooke, Francesc Alted, and others
maintainer = Francesc Alted
Expand Down

0 comments on commit 445e07a

Please sign in to comment.