Skip to content

Commit abab2c4

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
📝 move whatsnew entry to v1.1.0
1 parent 9a6e598 commit abab2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Numeric
128128
Conversion
129129
^^^^^^^^^^
130130
- Bug in :class:`Series` construction from NumPy array with big-endian ``datetime64`` dtype (:issue:`29684`)
131-
-
131+
- Bug in :meth:`DataFrame.replace` was changing other columns' dtypes when values in one column were being replaced with ``NaN`` (:issue:`30512`)
132132
-
133133

134134
Strings
@@ -193,6 +193,7 @@ Reshaping
193193
- Fix incorrect error message in :meth:`DataFrame.pivot` when ``columns`` is set to ``None``. (:issue:`30924`)
194194
- Bug in :func:`crosstab` when inputs are two Series and have tuple names, the output will keep dummy MultiIndex as columns. (:issue:`18321`)
195195
- Bug in :func:`concat` where the resulting indices are not copied when ``copy=True`` (:issue:`29879`)
196+
- Bug in :meth:`SeriesGroupBy.aggregate` was resulting in aggregations being overwritten when they shared the same name (:issue:`30092`)
196197

197198
Sparse
198199
^^^^^^

0 commit comments

Comments
 (0)