These are the changes in pandas 1.3.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :class:`DataFrame` constructor failing to broadcast for defined :class:`Index` and len one list of :class:`Timestamp` (:issue:`42810`)
- Performance regression in :meth:`core.window.ewm.ExponentialMovingWindow.mean` (:issue:`42333`)
- Fixed regression in :meth:`.GroupBy.agg` incorrectly raising in some cases (:issue:`42390`)
- Fixed regression in :meth:`.GroupBy.quantile` which was failing with
pandas.NA
(:issue:`42849`)
.. contributors:: v1.3.2..v1.3.3|HEAD