diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-16 21:17:53 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-16 21:17:53 +0200 |
commit | 3f600221e7ca2e7f24f665b8517d1fb678a6c33e (patch) | |
tree | 53951d61f54fadf0b47a2040df84f47c4a2552c2 /numpy/core/function_base.py | |
parent | 10098daf387b9468a0aee19c3eb3e0cdd21f874c (diff) | |
download | numpy-3f600221e7ca2e7f24f665b8517d1fb678a6c33e.tar.gz |
DOC: add version added tag to new linspace dtype argument
Diffstat (limited to 'numpy/core/function_base.py')
-rw-r--r-- | numpy/core/function_base.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |