Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 4.96 KB

v1.2.1.rst

File metadata and controls

72 lines (52 loc) · 4.96 KB

What's new in 1.2.1 (January 18, 2021)

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

{{ header }}

Fixed regressions

We have reverted a commit that resulted in several plotting related regressions in pandas 1.2 (:issue:`38969`, :issue:`38736`, :issue:`38865`, :issue:`38947` and :issue:`39126`)

As a result, bugs reported as fixed in pandas 1.2 related to inconsistent tick labeling in bar plots are again present (:issue:`26186` and :issue:`11465`)

Bug fixes

  • Bug in :meth:`read_csv` with float_precision="high" caused segfault or wrong parsing of long exponent strings. This resulted in a regression in some cases as the default for float_precision was changed in pandas 1.2.0 (:issue:`38753`)
  • Bug in :func:`read_csv` not closing an opened file handle when a csv.Error or UnicodeDecodeError occurred while initializing (:issue:`39024`)

Other

Contributors

.. contributors:: v1.2.0..v1.2.1|HEAD