Skip to content

Commit 8f32d2d

Browse files
committed
adding whats new
1 parent 36525e3 commit 8f32d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +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`)
511512

512513

513514
Reshaping

0 commit comments

Comments
 (0)