diff options
author | seberg <sebastian@sipsolutions.net> | 2014-01-22 14:57:42 -0800 |
---|---|---|
committer | seberg <sebastian@sipsolutions.net> | 2014-01-22 14:57:42 -0800 |
commit | bc54f96e72c02adf59b73067b31deea24cf3063d (patch) | |
tree | a7eab1d7a2b03c9a61620d044dd21690aec9c0ea /numpy/add_newdocs.py | |
parent | 5e5cf6236703fe2824e062ca1921fc2a15a89744 (diff) | |
parent | 6c9fee60f6c2cf79368f2c5ca30ce807453dafb5 (diff) | |
download | numpy-bc54f96e72c02adf59b73067b31deea24cf3063d.tar.gz |
Merge pull request #4220 from juliantaylor/ufunc-at-ver
DOC: add versionadded:: 1.8.0 to ufunc.at docstring
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 62e8898c9..238c17ba7 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -5850,6 +5850,8 @@ add_newdoc('numpy.core', 'ufunc', ('at', increment the first element once because of buffering, whereas `add.at(a, [0,0], 1)` will increment the first element twice. + .. versionadded:: 1.8.0 + Parameters ---------- a : array_like |