Skip to content

Latest commit

 

History

History
90 lines (73 loc) · 7.1 KB

v2.2.1.rst

File metadata and controls

90 lines (73 loc) · 7.1 KB

What's new in 2.2.1 (February 22, 2024)

These are the changes in pandas 2.2.1. See :ref:`release` for a full changelog including other versions of pandas.

{{ header }}

Enhancements

  • Added pyarrow pip extra so users can install pandas and pyarrow with pip with pip install pandas[pyarrow] (:issue:`54466`)

Fixed regressions

Bug fixes

Other

Note

The DeprecationWarning that was raised when pandas was imported without PyArrow being installed has been removed. This decision was made because the warning was too noisy for too many users and a lot of feedback was collected about the decision to make PyArrow a required dependency. Pandas is currently considering the decision whether or not PyArrow should be added as a hard dependency in 3.0. Interested users can follow the discussion here.

Contributors

.. contributors:: v2.2.0..v2.2.1