Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.13 KB

v2.1.2.rst

File metadata and controls

39 lines (28 loc) · 1.13 KB

What's new in 2.1.2 (October ??, 2023)

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

{{ header }}

Fixed regressions

  • Fixed bug where PDEP-6 warning about setting an item of an incompatible dtype was being shown when creating a new conditional column (:issue:`55025`)

Bug fixes

Other

  • Fixed non-working installation of optional dependency group output_formatting. Replacing underscore _ with a dash - fixes broken dependency resolution. A correct way to use now is pip install pandas[output-formatting].

Contributors