Skip to content

Commit 1e81abb

Browse files
committed
fixup! Masking and overflow checks for datetimeindex and timedeltaindex ops (#18020)
1 parent 64339a6 commit 1e81abb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/source/whatsnew/v0.21.1.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ Documentation Changes
8585

8686
Bug Fixes
8787
~~~~~~~~~
88-
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
89-
- Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
90-
- Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
9188

9289
Conversion
9390
^^^^^^^^^^
@@ -162,8 +159,8 @@ Numeric
162159
^^^^^^^
163160

164161
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
165-
-
166-
-
162+
- Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
163+
- Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
167164
-
168165

169166
Categorical

0 commit comments

Comments
 (0)