We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818ee65 commit 7ad5e99Copy full SHA for 7ad5e99
doc/source/whatsnew/v1.0.5.rst
@@ -15,16 +15,21 @@ including other versions of pandas.
15
16
Fixed regressions
17
~~~~~~~~~~~~~~~~~
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.
26
27
.. _whatsnew_105.bug_fixes:
28
29
Bug fixes
30
~~~~~~~~~
31
32
- Fixed building from source with Python 3.8 fetching the wrong version of NumPy (:issue:`34666`)
33
34
Contributors
35
~~~~~~~~~~~~
0 commit comments