From d1c4a6921c01c75b8b5fe3bc6473e4090b549b5a Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Tue, 22 Jul 2014 01:28:20 +0200 Subject: DOC: add version added tag to reduction keepdims argument --- numpy/add_newdocs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/add_newdocs.py') 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 -- cgit v1.2.1