Skip to content

Latest commit

 

History

History
228 lines (148 loc) · 3.31 KB

v0.25.0.rst

File metadata and controls

228 lines (148 loc) · 3.31 KB

What's New in 0.25.0 (April XX, 2019)

Warning

Starting with the 0.25.x series of releases, pandas only supports Python 3.5 and higher. See :ref:`install.dropping-27` for more details.

{{ header }}

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

Other Enhancements

Backwards incompatible API changes

Pandas 0.24.0 includes a number of API breaking changes.

Increased minimum versions for dependencies

We have updated our minimum supported versions of dependencies (:issue:`25036`). If installed, we now require:

Package Minimum Version Required
IPython 3.0.0  

Other API Changes

Deprecations

Removal of prior version deprecations/changes

Performance Improvements

  • Significant speedup in SparseArray initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)
  • DataFrame.to_stata() is now faster when outputting data with any string or non-native endian columns (:issue:`25045`)

Bug Fixes

Categorical

Datetimelike

Timedelta

Timezones

Numeric

Conversion

Strings

Interval

Indexing

Missing

MultiIndex

I/O

Plotting

Groupby/Resample/Rolling

Reshaping

Sparse

  • Significant speedup in SparseArray initialization that benefits most operations, fixing performance regression introduced in v0.20.0 (:issue:`24985`)

Other

Contributors

.. contributors:: v0.24.x..HEAD