8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15dfbf commit 85147d6Copy full SHA for 85147d6
doc/release/upcoming_changes/26666.new_function.rst
@@ -0,0 +1,5 @@
1
+New function `numpy.top_k`
2
+----------------------------
3
+
4
+A new function ``np.top_k(array, k, axis=..., largest=...)`` was added,
5
+which returns the largest/smallest k values along a given axis.
0 commit comments