diff options
Diffstat (limited to 'doc/release/1.3.0-notes.rst')
-rw-r--r-- | doc/release/1.3.0-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 2c7bfe7a7..05a9c4135 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -51,6 +51,12 @@ arguments is a nan, then nan is retured. This affects np.min/np.max, amin/amax and the array methods max/min. New ufuncs fmax and fmin have been added to deal with non-propagating nans. +Nan handling in sign +~~~~~~~~~~~~~~~~~~~~ + +The ufunc sign now returns nan for the sign of anan. + + New ufuncs ~~~~~~~~~~ |