Skip to content

Commit 8a4692f

Browse files
committed
DOC: update release blurb
1 parent 11a7e2d commit 8a4692f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/release/upcoming_changes/23136.performance.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Generic ``ufunc.at`` can be up to 9x faster. The conditions for this speedup:
88
If ufuncs with appropriate indexed loops on 1d arguments with the above
99
conditions, ``ufunc.at`` can be up to 60x faster (an additional 7x speedup).
1010
Appropriate indexed loops have been added to ``add``, ``subtract``,
11-
``multiply``, ``divide`` (and ``floor_divide``)
11+
``multiply``, ``floor_divide``, ``maximum``, ``minimum``, ``fmax``, and
12+
``fmin``.
1213

1314
The internal logic is similar to the logic used for regular ufuncs, which also
1415
have fast paths.

0 commit comments

Comments
 (0)