Skip to content

Commit fa3a5d0

Browse files
committed
improving whatsnew
1 parent 8f32d2d commit fa3a5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Groupby/resample/rolling
508508
- Fixed bug in :meth:`Series.rolling` and :meth:`DataFrame.rolling` not calculating window bounds correctly for the first row when ``center=True`` and index is decreasing (:issue:`43927`)
509509
- Bug in :meth:`GroupBy.nth` failing on ``axis=1`` (:issue:`43926`)
510510
- Fixed bug in :meth:`Series.rolling` and :meth:`DataFrame.rolling` not respecting right bound on centered datetime-like windows, if the index contain duplicates (:issue:`#3944`)
511-
- Fixed memory leaks in :func:`roll_quantile` and :func:`roll_median_c` (:issue:`#43339`)
511+
- Fixed memory leaks in :meth:`Series.rolling.quantile` and :meth:`Series.rolling.median` (:issue:`43339`)
512512

513513

514514
Reshaping

0 commit comments

Comments
 (0)