|
1 | 1 | =========================
|
2 |
| -Announcing NumExpr 2.11.0 |
| 2 | +Announcing NumExpr 2.12.0 |
3 | 3 | =========================
|
4 | 4 |
|
5 | 5 | Hi everyone,
|
6 | 6 |
|
7 |
| -NumExpr 2.11.0 Initial support for free-threaded Python 3.13t has been added. |
8 |
| -This is still experimental, so please report any issues you find. |
9 |
| -Finally, Python 3.10 is now the minimum supported version. |
| 7 | +NumExpr 2.12.0 comes with new isnan/isfinite/isinf functions. |
| 8 | +Most importantly, we have added instructions for adding new functions |
| 9 | +to the virtual machine. See ADDFUNCS.rst for more details. Thanks to |
| 10 | +Luke Shaw for these contributions. |
10 | 11 |
|
11 | 12 | Project documentation is available at:
|
12 | 13 |
|
13 | 14 | http://numexpr.readthedocs.io/
|
14 | 15 |
|
15 |
| -Changes from 2.10.2 to 2.11.0 |
| 16 | +Changes from 2.11.0 to 2.12.0 |
16 | 17 | -----------------------------
|
17 | 18 |
|
18 |
| -* Initial support for free-threaded Python 3.13t has been added. |
19 |
| - This is still experimental, so please report any issues you find. |
20 |
| - For more info, see discussions PRs #504, #505 and #508. |
21 |
| - Thanks to @andfoy, @rgommers and @FrancescAlted for the work. |
| 19 | +* Added isnan/isfinite/isinf functions. Thanks to Luke Shaw. |
22 | 20 |
|
23 |
| -* Fix imaginary evaluation in the form of `1.1e1j`. This was |
24 |
| - previously not supported and would raise an error. Thanks to @27rabbitlt |
25 |
| - for the fix. |
| 21 | +* New instructions for adding new functions to the virtual machine. |
| 22 | + They are available at ADDFUNCS.rst. Thanks to Luke Shaw. |
26 | 23 |
|
27 |
| -* The test suite has been modernized to use `pytest` instead of `unittest`. |
28 |
| - This should make it easier to run the tests and contribute to the project. |
| 24 | +* We are distributing binary wheels for Python 3.14 and 3.14t now. |
29 | 25 |
|
30 |
| -* Python 3.10 is now the minimum supported version. |
| 26 | +* We are distributing musllinux wheels too! Thanks to Clément Robert. |
31 | 27 |
|
32 | 28 | What's Numexpr?
|
33 | 29 | ---------------
|
|
0 commit comments