These are the changes in pandas 1.1.4. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression where attempting to mutate a :class:`DateOffset` object would no longer raise an
AttributeError
(:issue:`36940`) - Fixed regression in :class:`RollingGroupby` with
sort=False
not being respected (:issue:`36889`)
.. contributors:: v1.1.3..v1.1.4|HEAD