diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index 4ecacaf9e..88bff1212 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -182,10 +182,10 @@ this new boolean argument. The number of times each unique item comes up in the input can now be obtained as an optional return value. -Support for median in nanfunctions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Taking the median of an ``ndarray`` while ignoring the nans in an array -was added with the ``np.nanmedian`` function. +Support for median and percentile in nanfunctions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The ``np.nanmedian`` and ``np.nanpercentile`` functions behave like +the median and percentile functions except that NaNs are ignored. NumpyVersion class added ~~~~~~~~~~~~~~~~~~~~~~~~ |