From e0b8c5cc72d9b36f13650ad53bae0a500aebb652 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Tue, 23 Aug 2011 17:58:35 -0700 Subject: ENH: missingdata: Add maskna= flag to np.eye constructor --- doc/release/2.0.0-notes.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/release') diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 4150b1ee7..166fd8736 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -41,11 +41,9 @@ What doesn't work with NA: * Struct dtypes, which will have corresponding struct masks with one mask value per primitive field of the struct dtype. * UFunc.accumulate, UFunc.reduceat. - * Ufuncs calls with both NA masks and a where= mask at the same time. + * Ufunc calls with both NA masks and a where= mask at the same time. * np.logical_and, np.logical_or, np.all, and np.any don't satisfy the rules NA | True == True and NA & False == False yet. - * The reduction methods like .sum, etc. do not yet support - the new extended axis=, skipna= and keepdims= parameters. * Array methods: + ndarray.argmax, ndarray.argmin, + numpy.repeat, numpy.delete (relies on fancy indexing), -- cgit v1.2.1