These are the changes in pandas 1.5.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`Series.replace` raising
RecursionError
with numeric dtype and when specifyingvalue=None
(:issue:`45725`)
- Bug in the Copy-on-Write implementation losing track of views in certain chained indexing cases (:issue:`48996`)
.. contributors:: v1.5.1..v1.5.2|HEAD