Skip to content

Commit f53f3e1

Browse files
phoflsimonjayhawkins
authored andcommitted
Backport PR pandas-dev#37046 on branch 1.1.x: Add whatsnew for pandas-dev#36727
1 parent 946427c commit f53f3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.4.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Fixed regressions
1717
- Fixed regression where attempting to mutate a :class:`DateOffset` object would no longer raise an ``AttributeError`` (:issue:`36940`)
1818
- Fixed regression where :meth:`DataFrame.agg` would fail with :exc:`TypeError` when passed positional arguments to be passed on to the aggregation function (:issue:`36948`).
1919
- Fixed regression in :class:`RollingGroupby` with ``sort=False`` not being respected (:issue:`36889`)
20+
- Fixed regression in :class:`RollingGroupby` causing a segmentation fault with Index of dtype object (:issue:`36727`)
2021

2122
.. ---------------------------------------------------------------------------
2223

0 commit comments

Comments
 (0)