diff options
author | Marten van Kerkwijk <mhvk@astro.utoronto.ca> | 2018-05-28 20:42:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 20:42:44 -0400 |
commit | 23cb605d7f230ee2b00c0e7167256cf434731b16 (patch) | |
tree | 75660f7d14dc2bdf48ec9f062864c74efee6b80d /doc/source/reference | |
parent | 40b55b6a3003b2f4045be9958af234c538a051f3 (diff) | |
parent | 7a3c50ab427cd9c4f3125a8e72d31f9141bd558a (diff) | |
download | numpy-23cb605d7f230ee2b00c0e7167256cf434731b16.tar.gz |
Merge pull request #11105 from eric-wieser/take_along_axis-strict
ENH: Add (put|take)_along_axis
Diffstat (limited to 'doc/source/reference')
-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 |