Skip to content

Commit 18cf834

Browse files
author
Jasper Zschiegner
committed
Add entry in what's new.
1 parent eb3c9f4 commit 18cf834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ Period
959959
- Bug in adding ``np.timedelta64("NaT", "ns")`` to a :class:`Period` with a timedelta-like freq incorrectly raising ``IncompatibleFrequency`` instead of returning ``NaT`` (:issue:`47196`)
960960
- Bug in adding an array of integers to an array with :class:`PeriodDtype` giving incorrect results when ``dtype.freq.n > 1`` (:issue:`47209`)
961961
- Bug in subtracting a :class:`Period` from an array with :class:`PeriodDtype` returning incorrect results instead of raising ``OverflowError`` when the operation overflows (:issue:`47538`)
962+
- Bug in :func:`period_range` ignoring frequency multiple when deriving `freq` from `start` or `end` field (:issue:`47465`)
962963
-
963964

964965
Plotting

0 commit comments

Comments
 (0)