Skip to content

Commit 3e648e1

Browse files
author
Marco Gorelli
committed
📝 move whatsnew entry to v1.1.0
1 parent fac4c6c commit 3e648e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,6 @@ Groupby/resample/rolling
11321132
- Bug in :meth:`DataFrame.groupby` when using nunique on axis=1 (:issue:`30253`)
11331133
- Bug in :meth:`GroupBy.quantile` with multiple list-like q value and integer column names (:issue:`30289`)
11341134
- Bug in :meth:`GroupBy.pct_change` and :meth:`core.groupby.SeriesGroupBy.pct_change` causes ``TypeError`` when ``fill_method`` is ``None`` (:issue:`30463`)
1135-
- Bug in :meth:`SeriesGroupBy.aggregate` was resulting in aggregations being overwritten when they shared the same name (:issue:`30092`)
11361135

11371136
Reshaping
11381137
^^^^^^^^^

doc/source/whatsnew/v1.1.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Numeric
119119
Conversion
120120
^^^^^^^^^^
121121
- Bug in :class:`Series` construction from NumPy array with big-endian ``datetime64`` dtype (:issue:`29684`)
122-
-
122+
- Bug in :meth:`DataFrame.replace` was changing other columns' dtypes when values in one column were being replaced with ``NaN`` (:issue:`30512`)
123123
-
124124

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

184185
Sparse
185186
^^^^^^

0 commit comments

Comments
 (0)