Skip to content

Commit cb849a2

Browse files
author
Marco Gorelli
committed
📝 move whatsnew entry to v1.1.0
1 parent e38e450 commit cb849a2

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
@@ -132,7 +132,7 @@ Numeric
132132
Conversion
133133
^^^^^^^^^^
134134
- Bug in :class:`Series` construction from NumPy array with big-endian ``datetime64`` dtype (:issue:`29684`)
135-
-
135+
- Bug in :meth:`DataFrame.replace` was changing other columns' dtypes when values in one column were being replaced with ``NaN`` (:issue:`30512`)
136136
-
137137

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

206207
Sparse
207208
^^^^^^

0 commit comments

Comments
 (0)