Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 4.22 KB

v1.0.1.rst

File metadata and controls

79 lines (53 loc) · 4.22 KB

What's new in 1.0.1 (February 5, 2020)

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

{{ header }}

Fixed regressions

Deprecations

Bug fixes

Datetimelike

Numeric

  • Bug in dtypes being lost in DataFrame.__invert__ (~ operator) with mixed dtypes (:issue:`31183`) and for extension-array backed Series and DataFrame (:issue:`23087`)

Plotting

  • Plotting tz-aware timeseries no longer gives UserWarning (:issue:`31205`)

Interval

Contributors

.. contributors:: v1.0.0..v1.0.1|HEAD