8000 DOC: Add gh-15121 to NumPy 1.20.0 release notes. · charris/numpy@c773eb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c773eb1

Browse files
committed
DOC: Add numpygh-15121 to NumPy 1.20.0 release notes.
1 parent 8fee756 commit c773eb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The random.Generator class has a new ``permuted`` function.
2+
-----------------------------------------------------------
3+
The new function differs from ``shuffle`` and ``permutation`` in that the
4+
subarrays indexed by an axis are permuted rather than the axis being treated as
5+
a separate 1-D array for every combination of the other indexes. For example,
6+
it is now possible to permute the rows or columns of a 2-D array.

0 commit comments

Comments
 (0)
0