From 947a93f1043c1b9dd2006a9e075ff41bfa6fed29 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sun, 23 Apr 2023 21:25:12 +0200 Subject: [PATCH 1/2] DOC: Update whatsnew --- doc/source/whatsnew/v2.0.1.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/whatsnew/v2.0.1.rst b/doc/source/whatsnew/v2.0.1.rst index 43ea1bd012714..f027ec9107816 100644 --- a/doc/source/whatsnew/v2.0.1.rst +++ b/doc/source/whatsnew/v2.0.1.rst @@ -1,7 +1,7 @@ .. _whatsnew_201: -What's new in 2.0.1 (May XX, 2023) ----------------------------------- +What's new in 2.0.1 (April 24, 2023) +------------------------------------ These are the changes in pandas 2.0.1. See :ref:`release` for a full changelog including other versions of pandas. @@ -14,12 +14,12 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ - Fixed regression for subclassed Series when constructing from a dictionary (:issue:`52445`) +- Fixed regression in :meth:`.SeriesGroupBy.agg` failing when grouping with categorical data, multiple groupings, ``as_index=False``, and a list of aggregations (:issue:`52760`) - Fixed regression in :meth:`DataFrame.pivot` changing :class:`Index` name of input object (:issue:`52629`) - Fixed regression in :meth:`DataFrame.resample` raising on a DataFrame with no columns (:issue:`52484`) - Fixed regression in :meth:`DataFrame.sort_values` not resetting index when :class:`DataFrame` is already sorted and ``ignore_index=True`` (:issue:`52553`) - Fixed regression in :meth:`MultiIndex.isin` raising ``TypeError`` for ``Generator`` (:issue:`52568`) - Fixed regression in :meth:`Series.describe` showing ``RuntimeWarning`` for extension dtype :class:`Series` with one element (:issue:`52515`) -- Fixed regression in :meth:`SeriesGroupBy.agg` failing when grouping with categorical data, multiple groupings, ``as_index=False``, and a list of aggregations (:issue:`52760`) - Fixed regression when adding a new column to a :class:`DataFrame` when the :attr:`DataFrame.columns` was a :class:`RangeIndex` and the new key was hashable but not a scalar (:issue:`52652`) .. --------------------------------------------------------------------------- @@ -65,4 +65,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v2.0.0..v2.0.1|HEAD +.. contributors:: v2.0.0..v2.0.1 From f8050eb7702cf9b233e252437e5f160393d6f75b Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:15:21 +0200 Subject: [PATCH 2/2] Update v2.0.1.rst --- doc/source/whatsnew/v2.0.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v2.0.1.rst b/doc/source/whatsnew/v2.0.1.rst index f027ec9107816..2613d12e43400 100644 --- a/doc/source/whatsnew/v2.0.1.rst +++ b/doc/source/whatsnew/v2.0.1.rst @@ -65,4 +65,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v2.0.0..v2.0.1 +.. contributors:: v2.0.0..v2.0.1|HEAD