diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-02 19:27:02 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-02 19:27:02 +0000 |
commit | 6b594561eb56298c2081154a045e86a09bbc3ec2 (patch) | |
tree | d5345a48badf0d941c37f946a9addd2b6b66e68b | |
parent | e40a3f162584a5a80fcdbe392396063cd917fadb (diff) | |
download | numpy-6b594561eb56298c2081154a045e86a09bbc3ec2.tar.gz |
Mention nan handling in max and co for 1.3.0. in the releases notes.
-rw-r--r-- | doc/release/1.3.0-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 0918af547..ffd62bfd9 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -30,6 +30,11 @@ with outliers handling. The main changes concern The previous behavior is still accessible using `new=False`, but is scheduled to be deprecated in the next release (1.3). +Nan handling in max/min/sort +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +TODO + Masked arrays ~~~~~~~~~~~~~ |