File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ Bug Fixes
52
52
- Bug in :func:`cut` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
53
53
- Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on ``Categoricals`` (:issue:`16409`)
54
54
55
- - Bug in ``SparseSeries.unstack()`` and ``SparseDataFrame.stack()`` (:issue:`16614`, :issue:`15045`)
56
-
57
-
58
55
Conversion
59
56
^^^^^^^^^^
60
57
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ Bug Fixes
143
143
~~~~~~~~~
144
144
145
145
- 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`)
146
147
147
148
Conversion
148
149
^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments