Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 3.17 KB

v1.2.1.rst

File metadata and controls

74 lines (49 loc) · 3.17 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 }}

Backwards incompatible API changes

Added check_freq argument to testing.assert_frame_equal

The check_freq argument was added to :func:`testing.assert_frame_equal` in pandas 1.1.0 and defaults to True. :func:`testing.assert_frame_equal` now raises AssertionError if the indexes do not have the same frequency. Before pandas 1.1.0, the index frequency was not checked by :func:`testing.assert_frame_equal`.

Fixed regressions

Bug fixes

I/O

  • Bumped minimum fastparquet version to 0.4.0 to avoid AttributeError from numba (:issue:`38344`)
  • Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)

Other

Contributors

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