diff options
author | MSeifert04 <michaelseifert04@yahoo.de> | 2018-07-27 20:15:00 +0200 |
---|---|---|
committer | MSeifert04 <michaelseifert04@yahoo.de> | 2018-07-27 20:15:00 +0200 |
commit | 6313ec4f61583f06221957a820a078bc48e1b17d (patch) | |
tree | 7a0c2e6d972aa8c6c7355f4296c5c074a45960e1 /numpy/core | |
parent | 43bbeeff29b58a2ade71d7c6ab9c6b50abb45114 (diff) | |
download | numpy-6313ec4f61583f06221957a820a078bc48e1b17d.tar.gz |
[DOC]: Include the versionadded to the isnat documentation [skip ci]
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/code_generators/ufunc_docstrings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py index 73da9d12c..6e5cb25af 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -1740,6 +1740,8 @@ add_newdoc('numpy.core.umath', 'isnat', """ Test element-wise for NaT (not a time) and return result as a boolean array. + .. versionadded:: 1.13.0 + Parameters ---------- x : array_like |