From e5eb95a2e2785016cfe9a677864d5904544ad474 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 29 May 2014 17:08:14 -0600 Subject: DOC: Note nanpercentile in 1.9.0 release notes. --- doc/release/1.9.0-notes.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 ~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1