Skip to content

DOC: add release note about revert for 1.0.5 #34785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions doc/source/whatsnew/v1.0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ including other versions of pandas.

Fixed regressions
~~~~~~~~~~~~~~~~~
-
-

- Fix regression in :meth:`read_parquet` when reading from file-like objects or
from public S3 buckets. Note this disables the ability to read from
directories on S3 again, which was added in the 1.0.4 release, but is now
targeted for pandas 1.1.0 (:issue:`34467`, :issue:`34626`, :issue:`34632`).

.. _whatsnew_105.bug_fixes:

Bug fixes
~~~~~~~~~

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

Contributors
~~~~~~~~~~~~
Expand Down