Skip to content

Commit cda2462

Browse files
authored
Merge branch 'main' into putmask
2 parents 57c6e21 + aa5726a commit cda2462

File tree

6 files changed

+960
-188
lines changed

6 files changed

+960
-188
lines changed

doc/source/whatsnew/v3.0.0.rst

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

13161317
ExtensionArray
13171318
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)