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/v0.23.2.txt
+6-3
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,13 @@ Bug Fixes
46
46
-
47
47
-
48
48
49
-
**Conversion**
49
+
**Timedelta**
50
50
51
+
- Bug in :class:`Timedelta` where non-zero timedeltas shorter than 1 microsecond were considered False (:issue:`21484`)
51
52
52
-
-
53
+
**Conversion**
54
+
55
+
- Bug in :meth:`Series.nlargest` for signed and unsigned integer dtypes when the minimum value is present (:issue:`21426`)
53
56
-
54
57
55
58
**Indexing**
@@ -78,6 +81,7 @@ Bug Fixes
78
81
-
79
82
80
83
**Timezones**
84
+
81
85
- Bug in :class:`Timestamp` and :class:`DatetimeIndex` where passing a :class:`Timestamp` localized after a DST transition would return a datetime before the DST transition (:issue:`20854`)
82
86
- Bug in comparing :class:`DataFrame`s with tz-aware :class:`DatetimeIndex` columns with a DST transition that raised a ``KeyError`` (:issue:`19970`)
83
87
- Bug in :meth:`DatetimeIndex.shift` where an ``AssertionError`` would raise when shifting across DST (:issue:`8616`)
@@ -88,5 +92,4 @@ Bug Fixes
88
92
89
93
**Other**
90
94
91
-
- Bug in :meth:`Series.nlargest` for signed and unsigned integer dtypes when the minimum value is present (:issue:`21426`)
0 commit comments