We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36525e3 commit e0967cbCopy full SHA for e0967cb
doc/source/whatsnew/v1.3.4.rst
@@ -35,6 +35,7 @@ Bug fixes
35
~~~~~~~~~
36
- Fixed bug in :meth:`.GroupBy.mean` with datetimelike values including ``NaT`` values returning incorrect results (:issue:`43132`)
37
- Fixed bug in :meth:`Series.aggregate` not passing the first ``args`` to the user supplied ``func`` in certain cases (:issue:`43357`)
38
+- Fixed memory leaks in :meth:`Series.rolling.quantile` and :meth:`Series.rolling.median` (:issue:`43339`)
39
40
.. ---------------------------------------------------------------------------
41
0 commit comments