Skip to content

Commit 4226ed5

Browse files
Backport PR #52882 on branch 2.0.x (DOC: Update whatsnew) (#52885)
Backport PR #52882: DOC: Update whatsnew Co-authored-by: Patrick Hoefler <[email protected]>
1 parent eb4af7e commit 4226ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/source/whatsnew/v2.0.1.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_201:
22

3-
What's new in 2.0.1 (May XX, 2023)
4-
----------------------------------
3+
What's new in 2.0.1 (April 24, 2023)
4+
------------------------------------
55

66
These are the changes in pandas 2.0.1. See :ref:`release` for a full changelog
77
including other versions of pandas.
@@ -14,12 +14,12 @@ including other versions of pandas.
1414
Fixed regressions
1515
~~~~~~~~~~~~~~~~~
1616
- Fixed regression for subclassed Series when constructing from a dictionary (:issue:`52445`)
17+
- Fixed regression in :meth:`.SeriesGroupBy.agg` failing when grouping with categorical data, multiple groupings, ``as_index=False``, and a list of aggregations (:issue:`52760`)
1718
- Fixed regression in :meth:`DataFrame.pivot` changing :class:`Index` name of input object (:issue:`52629`)
1819
- Fixed regression in :meth:`DataFrame.resample` raising on a DataFrame with no columns (:issue:`52484`)
1920
- Fixed regression in :meth:`DataFrame.sort_values` not resetting index when :class:`DataFrame` is already sorted and ``ignore_index=True`` (:issue:`52553`)
2021
- Fixed regression in :meth:`MultiIndex.isin` raising ``TypeError`` for ``Generator`` (:issue:`52568`)
2122
- Fixed regression in :meth:`Series.describe` showing ``RuntimeWarning`` for extension dtype :class:`Series` with one element (:issue:`52515`)
22-
- Fixed regression in :meth:`SeriesGroupBy.agg` failing when grouping with categorical data, multiple groupings, ``as_index=False``, and a list of aggregations (:issue:`52760`)
2323
- 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`)
2424

2525
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)