Skip to content

Commit 4ead141

Browse files
committed
Move whatsnew doc to Sparse
1 parent ae9f74d commit 4ead141

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Sparse
555555

556556
- Bug in which creating a ``SparseDataFrame`` from a dense ``Series`` or an unsupported type raised an uncontrolled exception (:issue:`19374`)
557557
- Bug in :class:`SparseDataFrame.to_csv` causing exception (:issue:`19384`)
558-
-
558+
- Bug in :class:`SparseArray.memory_usage` which caused segfault by accessing non sparse elements (:issue:`19368`)
559559

560560
Reshaping
561561
^^^^^^^^^
@@ -591,4 +591,3 @@ Other
591591
^^^^^
592592

593593
- Improved error message when attempting to use a Python keyword as an identifier in a ``numexpr`` backed query (:issue:`18221`)
594-
- Bug in `Series.memory_usage` which assumes series will always have more than one element (:issue:`19368`)

0 commit comments

Comments
 (0)