Skip to content

Commit c6fae5f

Browse files
committed
fixup! BUG: Fix/test SparseSeries/SparseDataFrame stack/unstack
1 parent 0531411 commit c6fae5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/whatsnew/v0.20.2.txt

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ Bug Fixes
5252
- Bug in :func:`cut` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
5353
- Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on ``Categoricals`` (:issue:`16409`)
5454

55-
- Bug in ``SparseSeries.unstack()`` and ``SparseDataFrame.stack()`` (:issue:`16614`, :issue:`15045`)
56-
57-
5855
Conversion
5956
^^^^^^^^^^
6057

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Bug Fixes
143143
~~~~~~~~~
144144

145145
- Fixes regression in 0.20, :func:`Series.aggregate` and :func:`DataFrame.aggregate` allow dictionaries as return values again (:issue:`16741`)
146+
- Bug in :func:`SparseSeries.unstack` and :func:`SparseDataFrame.stack` (:issue:`16614`, :issue:`15045`)
146147

147148
Conversion
148149
^^^^^^^^^^

0 commit comments

Comments
 (0)