What’s new in 1.0.3 (March 17, 2020)#

These are the changes in pandas 1.0.3. See Release notes for a full changelog including other versions of pandas.

Fixed regressions#

  • Fixed regression in resample.agg when the underlying data is non-writeable (GH 31710)

  • Fixed regression in DataFrame exponentiation with reindexing (GH 32685)

Bug fixes#

Contributors#

A total of 5 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.

  • MeeseeksMachine

  • Pandas Development Team

  • Tom Augspurger

  • William Ayd

  • jbrockmendel