1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. _whatsnew_103:
What's new in 1.0.3 (March 17, 2020)
------------------------------------
These are the changes in pandas 1.0.3. See :ref:`release` for a full changelog
including other versions of pandas.
{{ header }}
.. ---------------------------------------------------------------------------
.. _whatsnew_103.regressions:
Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in ``resample.agg`` when the underlying data is non-writeable (:issue:`31710`)
- Fixed regression in :class:`DataFrame` exponentiation with reindexing (:issue:`32685`)
.. _whatsnew_103.bug_fixes:
Bug fixes
~~~~~~~~~
Contributors
~~~~~~~~~~~~
.. contributors:: v1.0.2..v1.0.3
|