Skip to content

Commit 8f0eba6

Browse files
author
auderson
committed
update doc
1 parent 7fa241b commit 8f0eba6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,8 @@ Styler
180180

181181
.. _whatsnew_150.notable_bug_fixes.notable_bug_fix2:
182182

183-
Groupby/resample/rolling
184-
^^^^^^^^^^^^^^^^^^^^^^^^
185-
186-
- rolling mean / sum / std / var / skew / kurt now output correct result for window with same values (:issue:`42064`, :issue:`30993`)
183+
notable_bug_fix2
184+
^^^^^^^^^^^^^^^^
187185

188186
.. ---------------------------------------------------------------------------
189187
.. _whatsnew_150.api_breaking:
@@ -601,7 +599,7 @@ Groupby/resample/rolling
601599
- Bug in :meth:`GroupBy.cummax` with ``int64`` dtype with leading value being the smallest possible int64 (:issue:`46382`)
602600
- Bug in :meth:`GroupBy.max` with empty groups and ``uint64`` dtype incorrectly raising ``RuntimeError`` (:issue:`46408`)
603601
- Bug in :meth:`.GroupBy.apply` would fail when ``func`` was a string and args or kwargs were supplied (:issue:`46479`)
604-
-
602+
- Bug in :meth:`Rolling.var` and :meth:`Rolling.std` would give non-zero result with window of same values (:issue:`42064`)
605603

606604
Reshaping
607605
^^^^^^^^^

0 commit comments

Comments
 (0)