|
1 | 1 | =========================
|
2 |
| -Announcing NumExpr 2.10.2 |
| 2 | +Announcing NumExpr 2.11.0 |
3 | 3 | =========================
|
4 | 4 |
|
5 | 5 | Hi everyone,
|
6 | 6 |
|
7 |
| -NumExpr 2.10.2 provides wheels for Python 2.13 for first time. |
8 |
| -Also, there is better support for CPUs that do not have a power |
9 |
| -of 2 number of cores. Finally, numexpr is allowed to run with |
10 |
| -the multithreading package in Python. |
| 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. |
11 | 10 |
|
12 | 11 | Project documentation is available at:
|
13 | 12 |
|
14 | 13 | http://numexpr.readthedocs.io/
|
15 | 14 |
|
16 |
| -Changes from 2.10.1 to 2.10.2 |
| 15 | +Changes from 2.10.2 to 2.11.0 |
17 | 16 | -----------------------------
|
18 | 17 |
|
19 |
| -* Better support for CPUs that do not have a power of 2 number of |
20 |
| - cores. See #479 and #490. Thanks to @avalentino. |
| 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. |
21 | 22 |
|
22 |
| -* Allow numexpr to run with the multithreading package in Python. |
23 |
| - See PR #496. Thanks to @emmaai |
| 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. |
24 | 26 |
|
25 |
| -* Wheels for Python 3.13 are now provided. |
| 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. |
| 29 | + |
| 30 | +* Python 3.10 is now the minimum supported version. |
26 | 31 |
|
27 | 32 | What's Numexpr?
|
28 | 33 | ---------------
|
|
0 commit comments