From 7fc4021464d529ba8f7b11ac46d1e1535075371b Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Fri, 12 Aug 2011 13:22:39 -0700 Subject: BUG: missingdata: Fleshing things out, tracking down a memory corruption --- doc/release/2.0.0-notes.rst | 6 ++++-- 1 file changed, 4 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 f36889d62..195a24d01 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -22,8 +22,10 @@ What works with NA: * All element-wise ufuncs. * UFunc.reduce methods, with a new skipna parameter. * Array methods: - + ndarray.clip - + ndarray.conjugate, + + ndarray.clip, ndarray.min, ndarray.max, ndarray.sum, ndarray.prod, + + + ndarray.conjugate What doesn't work with NA: * Fancy indexing, such as with lists and partial boolean masks. -- cgit v1.2.1