summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Taylor <juliantaylor108@googlemail.com>2013-09-19 13:39:45 -0700
committerJulian Taylor <juliantaylor108@googlemail.com>2013-09-19 13:39:45 -0700
commit15572e95d79ccaa0b48b5c1f48f24c0b9b7dd9d0 (patch)
treeb95bab6f45c23add98be3e553a06939725ec6adf /doc
parentdf1456175af456d3e0238c81fe8d4cb08025c529 (diff)
parent9316110a42c370616cbb80ae3e1769534d04de10 (diff)
downloadnumpy-15572e95d79ccaa0b48b5c1f48f24c0b9b7dd9d0.tar.gz
Merge pull request #3658 from jjhelmus/percentile_enh_new
ENH: percentile function with additional parameters and vectorization
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.9.0-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst
index b78211d24..a958fe705 100644
--- a/doc/release/1.9.0-notes.rst
+++ b/doc/release/1.9.0-notes.rst
@@ -19,6 +19,8 @@ Future Changes
Compatibility notes
===================
+numpy.percentile returns an array instead of a list.
+
New Features
============