Skip to content

Commit a27706f

Browse files
committed
Merge branch 'main' into td-string-parse
2 parents 8b8e0b9 + aa5726a commit a27706f

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
@@ -1314,6 +1314,7 @@ Sparse
13141314
- Bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
13151315
- Bug in :meth:`DataFrame.sparse.from_spmatrix` which hard coded an invalid ``fill_value`` for certain subtypes. (:issue:`59063`)
13161316
- Bug in :meth:`DataFrame.sparse.to_dense` which ignored subclassing and always returned an instance of :class:`DataFrame` (:issue:`59913`)
1317+
- Bug in :meth:`cumsum` for integer arrays Calling SparseArray.cumsum caused max recursion depth error. (:issue:`62669`)
13171318

13181319
ExtensionArray
13191320
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)