You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.2.rst
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Fixed regressions
18
18
- Fixed regression in :meth:`DataFrame.plot` preventing :class:`~matplotlib.colors.Colormap` instance
19
19
from being passed using the ``colormap`` argument if Matplotlib 3.6+ is used (:issue:`49374`)
20
20
- Fixed regression in :func:`date_range` returning an invalid set of periods for ``CustomBusinessDay`` frequency and ``start`` date with timezone (:issue:`49441`)
21
+
- Fixed performance regression in groupby operations (:issue:`49676`)
0 commit comments