Skip to content

Commit 93d2de6

Browse files
committed
Modified the whatsnew message.
1 parent 33973a5 commit 93d2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.19.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ Note that the limitation is applied to ``fill_value`` which default is ``np.nan`
764764
- Bug in ``SparseDataFrame`` doesn't respect passed ``SparseArray`` or ``SparseSeries`` 's dtype and ``fill_value`` (:issue:`13866`)
765765
- Bug in ``SparseArray`` and ``SparseSeries`` don't apply ufunc to ``fill_value`` (:issue:`13853`)
766766
- Bug in ``SparseSeries.abs`` incorrectly keeps negative ``fill_value`` (:issue:`13853`)
767-
- Bug when slicing single rows of multi-type ``SparseDataFrames`` (:issue:`13917`)
767+
- Bug when interacting with multi-type SparseDataFrames: single row slicing now works because types are not forced to float (:issue:`13917`)
768768

769769
.. _whatsnew_0190.deprecations:
770770

0 commit comments

Comments
 (0)