Skip to content

Commit c550eac

Browse files
author
Santhosh Kumar Bethi
committed
added entry in rst file
1 parent a3ff481 commit c550eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ Sparse
11691169
- Bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
11701170
- Bug in :meth:`DataFrame.sparse.from_spmatrix` which hard coded an invalid ``fill_value`` for certain subtypes. (:issue:`59063`)
11711171
- Bug in :meth:`DataFrame.sparse.to_dense` which ignored subclassing and always returned an instance of :class:`DataFrame` (:issue:`59913`)
1172+
- Bug in :meth:`cumsum` for integer arrays Calling SparseArray.cumsum caused max recursion depth error. (:issue:`62669`)
11721173

11731174
ExtensionArray
11741175
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)