diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-07-01 12:57:13 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-07-01 23:40:55 -0600 |
commit | 430a3796e11dd11bdc3db7838ff1bcf159105978 (patch) | |
tree | 2aa9671882b5f33540eae485e058ef3bed17b01d /numpy/lib | |
parent | 6646bdfeac189c50b19b032ea8b6795ea7fd2074 (diff) | |
download | numpy-430a3796e11dd11bdc3db7838ff1bcf159105978.tar.gz |
DOC: Add reference to new stack function in numpy/lib/info.py.
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/info.py b/numpy/lib/info.py index 3fbbab769..e004b35a4 100644 --- a/numpy/lib/info.py +++ b/numpy/lib/info.py @@ -74,6 +74,7 @@ vstack Stack arrays vertically (row on row) hstack Stack arrays horizontally (column on column) column_stack Stack 1D arrays as columns into 2D array dstack Stack arrays depthwise (along third dimension) +stack Stack arrays along a new axis split Divide array into a list of sub-arrays hsplit Split into columns vsplit Split into rows |