Skip to content

Commit

Permalink
fixup! Masking and overflow checks for datetimeindex and timedeltaind…
Browse files Browse the repository at this point in the history
…ex ops (#18020)
  • Loading branch information
TomAugspurger committed Dec 12, 2017
1 parent 64339a6 commit 1e81abb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/source/whatsnew/v0.21.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ Documentation Changes

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

Conversion
^^^^^^^^^^
Expand Down Expand Up @@ -162,8 +159,8 @@ Numeric
^^^^^^^

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

Categorical
Expand Down

0 comments on commit 1e81abb

Please sign in to comment.