These are the changes in pandas 1.1.5. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in addition of a timedelta-like scalar to a :class:`DatetimeIndex` raising incorrectly (:issue:`37295`)
- Fixed regression in :meth:`Series.groupby` raising when the :class:`Index` of the :class:`Series` had a tuple as its name (:issue:`37755`)
- Fixed regression in :meth:`DataFrame.loc` and :meth:`Series.loc` for
__setitem__
when one-dimensional tuple was given to select from :class:`MultiIndex` (:issue:`37711`) - Fixed regression in inplace operations on :class:`Series` with
ExtensionDtype
with NumPy dtyped operand (:issue:`37910`) - Fixed regression in metadata propagation for
groupby
iterator (:issue:`37343`) - Fixed regression in indexing on a :class:`Series` with
CategoricalDtype
after unpickling (:issue:`37631`) - Fixed regression in :meth:`DataFrame.groupby` aggregation with out-of-bounds datetime objects in an object-dtype column (:issues:`36003`)
- Fixed regression in
df.groupby(..).rolling(..)
with the resulting :class:`MultiIndex` when grouping by a label that is in the index (:issue:`37641`)
- Bug in pytables methods in python 3.9 (:issue:`38041`)
.. contributors:: v1.1.4..v1.1.5|HEAD