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.3.5.rst
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Fixed regressions
16
16
~~~~~~~~~~~~~~~~~
17
17
- Fixed regression in :meth:`Series.equals` when comparing floats with dtype object to None (:issue:`44190`)
18
18
- Fixed regression in :func:`merge_asof` raising error when array was supplied as join key (:issue:`42844`)
19
+
- Fixed regression in creating a :class:`DataFrame` from a timezone-aware :class:`Timestamp` scalar near a Daylight Savings Time transition (:issue:`42505`)
19
20
- Fixed performance regression in :func:`read_csv` (:issue:`44106`)
20
21
- Fixed regression in :meth:`Series.duplicated` and :meth:`Series.drop_duplicates` when Series has :class:`Categorical` dtype with boolean categories (:issue:`44351`)
0 commit comments