Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 4.3 KB

v1.2.1.rst

File metadata and controls

69 lines (51 loc) · 4.3 KB

What's new in 1.2.1 (January ??, 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

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