From 8c9c30ad2d37a24ec85b1291e77870befde69523 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 15 Jun 2020 15:36:12 +0200 Subject: [PATCH] Backport PR #34785: DOC: add release note about revert for 1.0.5 --- doc/source/whatsnew/v1.0.5.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/source/whatsnew/v1.0.5.rst b/doc/source/whatsnew/v1.0.5.rst index 5dbc911407784..7dfac54279e6f 100644 --- a/doc/source/whatsnew/v1.0.5.rst +++ b/doc/source/whatsnew/v1.0.5.rst @@ -15,8 +15,14 @@ including other versions of pandas. 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. .. _whatsnew_105.bug_fixes: @@ -24,7 +30,6 @@ Bug fixes ~~~~~~~~~ - Fixed building from source with Python 3.8 fetching the wrong version of NumPy (:issue:`34666`) -- Contributors ~~~~~~~~~~~~