Skip to content

Commit 13bba7b

Browse files
committed
DOC: Add SparseArray.all and SparseArray.any to whatsnew note
1 parent b724e09 commit 13bba7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ Sparse
544544

545545
- Bug in ``SparseSeries`` raises ``AttributeError`` when a dictionary is passed in as data (:issue:`16905`)
546546
- Bug in :func:`SparseDataFrame.fillna` not filling all NaNs when frame was instantiated from SciPy sparse matrix (:issue:`16112`)
547+
- Bug in :func:`SparseArray.all` and :func:`SparseArray.any` which are used but not implemented (:issue:`17570`)
547548

548549

549550
Reshaping

0 commit comments

Comments
 (0)