diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-02-28 14:03:27 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-05-25 22:55:58 -0700 |
commit | 905e906d55fdcb8cc215de8aa287ea9654d1c95c (patch) | |
tree | ba7d36006b940a87d1dff93a1a8965f7f986c2ab /doc/source | |
parent | 84f582f25e168dbfd59b3be470bc8ebc46ee2d92 (diff) | |
download | numpy-905e906d55fdcb8cc215de8aa287ea9654d1c95c.tar.gz |
ENH: Add (put|take)_along_axis as described in #8708
This is the reduced version that does not allow any insertion of extra dimensions
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.indexing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.indexing.rst b/doc/source/reference/routines.indexing.rst index 4d2458d2f..aeec1a1bb 100644 --- a/doc/source/reference/routines.indexing.rst +++ b/doc/source/reference/routines.indexing.rst @@ -36,6 +36,7 @@ Indexing-like operations :toctree: generated/ take + take_along_axis choose compress diag @@ -50,6 +51,7 @@ Inserting data into arrays place put + put_along_axis putmask fill_diagonal |