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
Backport PR #49579 on Branch 1.5.x (BUG: Behaviour change in 1.5.0 when using Timedelta as Enum data type) (#49787)
BUG: Behaviour change in 1.5.0 when using Timedelta as Enum data type (#49579)
Co-authored-by: krasch <dev@krasch.io>
(cherry picked from commit 606499d)
Co-authored-by: krasch <krasch@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.2.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Fixed regressions
20
20
from being passed using the ``colormap`` argument if Matplotlib 3.6+ is used (:issue:`49374`)
21
21
- Fixed regression in :func:`date_range` returning an invalid set of periods for ``CustomBusinessDay`` frequency and ``start`` date with timezone (:issue:`49441`)
22
22
- Fixed performance regression in groupby operations (:issue:`49676`)
23
-
-
23
+
- Fixed regression in :class:`Timedelta` constructor returning object of wrong type when subclassing ``Timedelta`` (:issue:`49579`)
0 commit comments