From 3941e5aca8ab2cbd94f1e4e171763a4d5ef35825 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Fri, 19 Aug 2011 15:24:34 -0700 Subject: BUG: ufunc: Fix bug in multi-dimensional reduction without a unit --- doc/release/2.0.0-notes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/release') diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 3f4b62096..5cabf245c 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -44,6 +44,8 @@ What doesn't work with NA: * 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. + * 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