File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Announcing NumExpr 2.8.4
44
55Hi everyone,
66
7- **Under development. **
7+ This is a maintenance and bug-fix release for NumExpr. In particular, now we have
8+ added Python 3.11 support.
89
910Project documentation is available at:
1011
@@ -14,7 +15,15 @@ http://numexpr.readthedocs.io/
1415Changes from 2.8.3 to 2.8.4
1516---------------------------
1617
17- * **Under development. **
18+ * Support for Python 3.11 has been added.
19+ * Thanks to Tobias Hangleiter for an improved accuracy complex `expm1 ` function.
20+ While it is 25 % slower, it is significantly more accurate for the real component
21+ over a range of values and matches NumPy outputs much more closely.
22+ * Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was
23+ resulting in duplicated constants of the same value.
24+ * Thanks to Mark Harfouche for noticing that we no longer need `numpy ` version
25+ checks. `packaging ` is no longer a requirement as a result.
26+
1827
1928What's Numexpr?
2029---------------
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Release notes for NumExpr 2.8 series
55Changes from 2.8.3 to 2.8.4
66---------------------------
77
8+ * Support for Python 3.11 has been added.
9+ * Thanks to Tobias Hangleiter for an improved accuracy complex `expm1 ` function.
10+ While it is 25 % slower, it is significantly more accurate for the real component
11+ over a range of values and matches NumPy outputs much more closely.
812* Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was
913 resulting in duplicated constants of the same value.
1014* Thanks to Mark Harfouche for noticing that we no longer need `numpy ` version
Original file line number Diff line number Diff line change 11[metadata]
22name = numexpr
3- version = 2.8.4dev1
3+ version = 2.8.4
44description = Fast numerical expression evaluator for NumPy
55author = David M. Cooke, Francesc Alted, and others
66maintainer = Robert A. McLeod
You can’t perform that action at this time.
0 commit comments