File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,11 @@ Other performance improvement ideas include:
49
49
50
50
- A better story around parallel execution (related is support for free-threaded
51
51
CPython, see further down).
52
- - Using improvements in the ufunc context (``errstate ``) to allow users
53
- for example to enable faster but less precise versions of certain loops.
52
+ - Enable the ability to allow NumPy to use faster, but less precise,
53
+ implementations for ufuncs.
54
+ Until now, the only state modifying ufunc behavior has been ``np.errstate ``.
55
+ But, with NumPy 2.0 improvements in the ``np.errstate `` and the ufunc C
56
+ implementation make this type of addition easier.
54
57
- Optimizations in individual functions.
55
58
56
59
Furthermore we would like to improve the benchmarking system, in terms of coverage,
You can’t perform that action at this time.
0 commit comments