Skip to content

Commit

Permalink
Getting ready for release of 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed Oct 26, 2022
1 parent 67ea645 commit ec5e908
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 11 additions & 2 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Announcing NumExpr 2.8.4

Hi everyone,

**Under development.**
This is a maintenance and bug-fix release for NumExpr. In particular, now we have
added Python 3.11 support.

Project documentation is available at:

Expand All @@ -14,7 +15,15 @@ http://numexpr.readthedocs.io/
Changes from 2.8.3 to 2.8.4
---------------------------

* **Under development.**
* Support for Python 3.11 has been added.
* Thanks to Tobias Hangleiter for an improved accuracy complex `expm1` function.
While it is 25 % slower, it is significantly more accurate for the real component
over a range of values and matches NumPy outputs much more closely.
* Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was
resulting in duplicated constants of the same value.
* Thanks to Mark Harfouche for noticing that we no longer need `numpy` version
checks. `packaging` is no longer a requirement as a result.


What's Numexpr?
---------------
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Release notes for NumExpr 2.8 series
Changes from 2.8.3 to 2.8.4
---------------------------

* Support for Python 3.11 has been added.
* Thanks to Tobias Hangleiter for an improved accuracy complex `expm1` function.
While it is 25 % slower, it is significantly more accurate for the real component
over a range of values and matches NumPy outputs much more closely.
* Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was
resulting in duplicated constants of the same value.
* Thanks to Mark Harfouche for noticing that we no longer need `numpy` version
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.8.4dev1
version = 2.8.4
description = Fast numerical expression evaluator for NumPy
author = David M. Cooke, Francesc Alted, and others
maintainer = Robert A. McLeod
Expand Down

0 comments on commit ec5e908

Please sign in to comment.