From 3f600221e7ca2e7f24f665b8517d1fb678a6c33e Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Wed, 16 Jul 2014 21:17:53 +0200 Subject: DOC: add version added tag to new linspace dtype argument --- numpy/core/function_base.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/function_base.py') diff --git a/numpy/core/function_base.py b/numpy/core/function_base.py index 400e75eb5..0bf93390e 100644 --- a/numpy/core/function_base.py +++ b/numpy/core/function_base.py @@ -36,6 +36,8 @@ def linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None): The type of the output array. If `dtype` is not given, infer the data type from the other input arguments. + .. versionadded:: 1.9.0 + Returns ------- samples : ndarray -- cgit v1.2.1