Skip to content

Commit 59137c9

Browse files
DOC: add release note about revert for 1.0.5 (#34785)
1 parent 09bdcbb commit 59137c9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/source/whatsnew/v1.0.5.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,21 @@ including other versions of pandas.
1515

1616
Fixed regressions
1717
~~~~~~~~~~~~~~~~~
18-
-
19-
-
18+
19+
- Fix regression in :meth:`read_parquet` when reading from file-like objects
20+
(:issue:`34467`).
21+
- Fix regression in reading from public S3 buckets (:issue:`34626`).
22+
23+
Note this disables the ability to read Parquet files from directories on S3
24+
again (:issue:`26388`, :issue:`34632`), which was added in the 1.0.4 release,
25+
but is now targeted for pandas 1.1.0.
2026

2127
.. _whatsnew_105.bug_fixes:
2228

2329
Bug fixes
2430
~~~~~~~~~
2531

2632
- Fixed building from source with Python 3.8 fetching the wrong version of NumPy (:issue:`34666`)
27-
-
2833

2934
Contributors
3035
~~~~~~~~~~~~

0 commit comments

Comments
 (0)