Skip to content

Commit bb6e2dd

Browse files
committed
Added whatsnew entry
1 parent ccec4d6 commit bb6e2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Fixed regressions
2929
- Fixed regression in :meth:`read_csv` and other read functions were the encoding error policy (``errors``) did not default to ``"replace"`` when no encoding was specified (:issue:`38989`)
3030
- Fixed regression in :meth:`DataFrame.replace` raising ValueError when :class:`DataFrame` has dtype ``bytes`` (:issue:`38900`)
3131
- Fixed regression in :meth:`DataFrameGroupBy.diff` raising for ``int8`` and ``int16`` columns (:issue:`39050`)
32+
- Fixed regression in :meth:`DataFrame.groupby()` when aggregating an :class:`ExtensionDType` that could fail for non-numeric values (:issue:`38980`)
3233

3334
.. ---------------------------------------------------------------------------
3435

0 commit comments

Comments
 (0)