|
1 | 1 | ========================= |
2 | | -Announcing NumExpr 2.12.0 |
| 2 | +Announcing NumExpr 2.12.1 |
3 | 3 | ========================= |
4 | 4 |
|
5 | 5 | Hi everyone, |
6 | 6 |
|
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. |
| 7 | +NumExpr 2.12.1 allows isnan/isfinite/isinf functions to be used with complex. |
| 8 | +Also, OneAPI MKL has been fixed. Thanks to Luke Shaw for these contributions. |
11 | 9 |
|
12 | 10 | Project documentation is available at: |
13 | 11 |
|
14 | 12 | http://numexpr.readthedocs.io/ |
15 | 13 |
|
16 | | -Changes from 2.11.0 to 2.12.0 |
| 14 | +Changes from 2.12.0 to 2.12.1 |
17 | 15 | ----------------------------- |
18 | 16 |
|
19 | | -* Added isnan/isfinite/isinf functions. Thanks to Luke Shaw. |
| 17 | +* Added complex counterparts for isnan/isfinite/isinf functions. |
| 18 | + Thanks to Luke Shaw. |
20 | 19 |
|
21 | | -* New instructions for adding new functions to the virtual machine. |
22 | | - They are available at ADDFUNCS.rst. Thanks to Luke Shaw. |
| 20 | +* Updated documentation for the new functions and instructions |
| 21 | + for adding new functions to the virtual machine. Thanks to Luke Shaw. |
23 | 22 |
|
24 | | -* We are distributing binary wheels for Python 3.14 and 3.14t now. |
25 | | - |
26 | | -* We are distributing musllinux wheels too! Thanks to Clément Robert. |
| 23 | +* Fixed MKL support; it was broken in 2.12.0. Thanks to |
| 24 | + Christoph Gohlke for reporting the issue. |
27 | 25 |
|
28 | 26 | What's Numexpr? |
29 | 27 | --------------- |
|
0 commit comments