summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-07-01 12:57:13 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-07-01 23:40:55 -0600
commit430a3796e11dd11bdc3db7838ff1bcf159105978 (patch)
tree2aa9671882b5f33540eae485e058ef3bed17b01d /numpy/lib
parent6646bdfeac189c50b19b032ea8b6795ea7fd2074 (diff)
downloadnumpy-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.py1
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