Skip to content

Commit 934e94d

Browse files
authored
Merge pull request numpy#26239 from jorisvandenbossche/asarray-docs-versionadded
DOC: add versionadded for copy keyword in np.asarray docstring
2 parents 44fddc2 + f021ce3 commit 934e94d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/_core/_add_newdocs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,8 @@
948948
the other requirements (``dtype``, ``order``, etc.).
949949
For ``False`` it raises a ``ValueError`` if a copy cannot be avoided.
950950
Default: ``None``.
951+
952+
.. versionadded:: 2.0.0
951953
${ARRAY_FUNCTION_LIKE}
952954
953955
.. versionadded:: 1.20.0

0 commit comments

Comments
 (0)