diff options
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. |