summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-07-22 01:28:20 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-07-27 20:04:44 +0200
commitd1c4a6921c01c75b8b5fe3bc6473e4090b549b5a (patch)
treef8b1f83e01e98035fc7820d036db6fbcb6cba028 /numpy/add_newdocs.py
parentef269d55dfc11b9ca3a66b71c8d0e64703a8f359 (diff)
downloadnumpy-d1c4a6921c01c75b8b5fe3bc6473e4090b549b5a.tar.gz
DOC: add version added tag to reduction keepdims argument
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index aca0c2eb2..09311a536 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -5521,6 +5521,8 @@ add_newdoc('numpy.core', 'ufunc', ('reduce',
in the result as dimensions with size one. With this option,
the result will broadcast correctly against the original `arr`.
+ .. versionadded:: 1.7.0
+
Returns
-------
r : ndarray