8000 bump pytables to 3.5.1 #24839 by fangchenli · Pull Request #36683 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

bump pytables to 3.5.1 #24839 #36683

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 10 commits into from
Sep 30, 2020
Prev Previous commit
whatsnew doc 1.2
  • Loading branch information
fangchenli committed Sep 30, 2020
commit e781902a86cc3612d9a1843652f25092989e9917
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ I/O
- Bug in :func:`LongTableBuilder.middle_separator` was duplicating LaTeX longtable entries in the List of Tables of a LaTeX document (:issue:`34360`)
- Bug in :meth:`read_csv` with ``engine='python'`` truncating data if multiple items present in first row and first element started with BOM (:issue:`36343`)
- Removed ``private_key`` and ``verbose`` from :func:`read_gbq` as they are no longer supported in ``pandas-gbq`` (:issue:`34654`, :issue:`30200`)
- Bumped minimum pytables version to 3.5.1 to avoid a ``ValueError`` in :meth:`read_hdf` (:issue:`24839`)

Plotting
^^^^^^^^
Expand Down
0