These are the changes in pandas 1.1.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Regression in :meth:`DatetimeIndex.intersection` incorrectly raising
AssertionError
when intersecting against a list (:issue:`35876`) - Fix regression in updating a column inplace (e.g. using
df['col'].fillna(.., inplace=True)
) (:issue:`35731`) - Performance regression for :meth:`RangeIndex.format` (:issue:`35712`)
- Bug in :meth:`DataFrame.eval` with
object
dtype column binary operations (:issue:`35794`) - Bug in :class:`Series` constructor raising a
TypeError
when constructing sparse datetime64 dtypes (:issue:`35762`) - Bug in :meth:`DataFrame.apply` with
result_type="reduce"
returning with incorrect index (:issue:`35683`) - Bug in :meth:`DateTimeIndex.format` and :meth:`PeriodIndex.format` with
name=True
setting the first item to"None"
where it should bw""
(:issue:`35712`)
.. contributors:: v1.1.1..v1.1.2|HEAD