Skip to content

Commit 2d73f27

Browse files
committed
Merge branch 'main' into api-timedelta-constructor
2 parents c3276b4 + aa5726a commit 2d73f27

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)