8000 DOC: Add release note for top_k · numpy/numpy@85147d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85147d6

Browse files
committed
DOC: Add release note for top_k
1 parent c15dfbf commit 85147d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0