Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 3.44 KB

v1.0.1.rst

File metadata and controls

72 lines (47 loc) · 3.44 KB

What's new in 1.0.1 (??)

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