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

Skip to content

Commit 523a237

Browse files
committed
Add note about sign(nan) to release doc.
1 parent 21cbf24 commit 523a237

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/release/1.3.0-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ arguments is a nan, then nan is retured. This affects np.min/np.max, amin/amax
5151
and the array methods max/min. New ufuncs fmax and fmin have been added to deal
5252
with non-propagating nans.
5353

54+
Nan handling in sign
55+
~~~~~~~~~~~~~~~~~~~~
56+
57+
The ufunc sign now returns nan for the sign of anan.
58+
59+
5460
New ufuncs
5561
~~~~~~~~~~
5662

0 commit comments

Comments
 (0)