diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-08-12 13:22:39 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-27 07:26:54 -0600 |
commit | 7fc4021464d529ba8f7b11ac46d1e1535075371b (patch) | |
tree | 3396a3da9d00c6ef79f5914148f2b16ce65bff23 /doc | |
parent | 1c86dcf815c2d35032d47b0e7464833a60b6e054 (diff) | |
download | numpy-7fc4021464d529ba8f7b11ac46d1e1535075371b.tar.gz |
BUG: missingdata: Fleshing things out, tracking down a memory corruption
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 6 |
1 files changed, 4 insertions, 2 deletions
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. |