From 5e8b9acc27b9bac80b98305d71879ecb30eeecb3 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Fri, 5 Aug 2011 15:02:17 -0500 Subject: WIP: fixing reduce NA bug --- doc/release/2.0.0-notes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/release') diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 683f24eac..f36889d62 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -22,7 +22,8 @@ What works with NA: * All element-wise ufuncs. * UFunc.reduce methods, with a new skipna parameter. * Array methods: - + ndarray.clip, + + ndarray.clip + + ndarray.conjugate, What doesn't work with NA: * Fancy indexing, such as with lists and partial boolean masks. @@ -30,7 +31,7 @@ What doesn't work with NA: that doesn't have an identity. * UFunc.accumulate, UFunc.reduceat. * np.logical_and, np.logical_or, np.all, and np.any don't satisfy the - rules NA | True == True, and NA & False == False yet. + rules NA | True == True and NA & False == False yet. * Array methods: + ndarray.argmax, ndarray.argmin, -- cgit v1.2.1