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 30 31 32 33 34 35 36 37 38 39
|
.. _whatsnew_105:
What's new in 1.0.5 (June 17, 2020)
-----------------------------------
These are the changes in pandas 1.0.5. See :ref:`release` for a full changelog
including other versions of pandas.
{{ header }}
.. ---------------------------------------------------------------------------
.. _whatsnew_105.regressions:
Fixed regressions
~~~~~~~~~~~~~~~~~
- Fix regression in :meth:`read_parquet` when reading from file-like objects
(:issue:`34467`).
- Fix regression in reading from public S3 buckets (:issue:`34626`).
Note this disables the ability to read Parquet files from directories on S3
again (:issue:`26388`, :issue:`34632`), which was added in the 1.0.4 release,
but is now targeted for pandas 1.1.0.
- Fixed regression in :meth:`~DataFrame.replace` raising an ``AssertionError`` when replacing values in an extension dtype with values of a different dtype (:issue:`34530`)
.. _whatsnew_105.bug_fixes:
Bug fixes
~~~~~~~~~
- Fixed building from source with Python 3.8 fetching the wrong version of NumPy (:issue:`34666`)
Contributors
~~~~~~~~~~~~
.. contributors:: v1.0.4..v1.0.5|HEAD
|