Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc54f96

Browse files
committed
Merge pull request numpy#4220 from juliantaylor/ufunc-at-ver
DOC: add versionadded:: 1.8.0 to ufunc.at docstring
2 parents 5e5cf62 + 6c9fee6 commit bc54f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/add_newdocs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5850,6 +5850,8 @@ def luf(lamdaexpr, *args, **kwargs):
58505850
increment the first element once because of buffering, whereas
58515851
`add.at(a, [0,0], 1)` will increment the first element twice.
58525852
5853+
.. versionadded:: 1.8.0
5854+
58535855
Parameters
58545856
----------
58555857
a : array_like

0 commit comments

Comments
 (0)