We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a7e2d commit 8a4692fCopy full SHA for 8a4692f
doc/release/upcoming_changes/23136.performance.rst
@@ -8,7 +8,8 @@ Generic ``ufunc.at`` can be up to 9x faster. The conditions for this speedup:
8
If ufuncs with appropriate indexed loops on 1d arguments with the above
9
conditions, ``ufunc.at`` can be up to 60x faster (an additional 7x speedup).
10
Appropriate indexed loops have been added to ``add``, ``subtract``,
11
-``multiply``, ``divide`` (and ``floor_divide``)
+``multiply``, ``floor_divide``, ``maximum``, ``minimum``, ``fmax``, and
12
+``fmin``.
13
14
The internal logic is similar to the logic used for regular ufuncs, which also
15
have fast paths.
0 commit comments