Skip to content

Commit e59c622

Browse files
committed
DOC: Add versionadded.
1 parent a3b7aa5 commit e59c622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/core/numeric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,9 +1024,8 @@ def outer(a, b, out=None):
10241024
Second input vector. Input is flattened if
10251025
not already 1-dimensional.
10261026
out : (M, N) ndarray, optional
1027-
A location where the result is stored
1028-
10291027
.. versionadded:: 1.9.0
1028+
A location where the result is stored
10301029
10311030
Returns
10321031
-------
@@ -2228,6 +2227,7 @@ def allclose(a, b, rtol=1.e-5, atol=1.e-8, equal_nan=False):
22282227
atol : float
22292228
The absolute tolerance parameter (see Notes).
22302229
equal_nan : bool
2230+
.. versionadded:: 1.10.0
22312231
Whether to compare NaN's as equal. If True, NaN's in `a` will be
22322232
considered equal to NaN's in `b` in the output array.
22332233

0 commit comments

Comments
 (0)