Skip to content

Commit 959a711

Browse files
committed
DOC: Added whatsnew note
1 parent 4709208 commit 959a711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ Groupby/resample/rolling
608608
- Bug in :meth:`DataFrame.resample` where an ``AmbiguousTimeError`` would be raised when the resulting timezone aware :class:`DatetimeIndex` had a DST transition at midnight (:issue:`25758`)
609609
- Bug in :meth:`DataFrame.groupby` where a ``ValueError`` would be raised when grouping by a categorical column with read-only categories and ``sort=False`` (:issue:`33410`)
610610
- Bug in :meth:`GroupBy.first` and :meth:`GroupBy.last` where None is not preserved in object dtype (:issue:`32800`)
611+
- Bug in :meth:`Rolling.min` and :meth:`Rolling.max` when using a fixed window (:issue:`30726`)
611612

612613
Reshaping
613614
^^^^^^^^^

0 commit comments

Comments
 (0)