You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.2.0.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ Optional libraries below the lowest tested version may still work, but are not c
181
181
+-----------------+-----------------+---------+
182
182
| pymysql | 0.7.11 | X |
183
183
+-----------------+-----------------+---------+
184
-
| pytables | 3.4.4| X |
184
+
| pytables | 3.5.1| X |
185
185
+-----------------+-----------------+---------+
186
186
| s3fs | 0.4.0 ||
187
187
+-----------------+-----------------+---------+
@@ -331,6 +331,7 @@ I/O
331
331
- Bug in :func:`LongTableBuilder.middle_separator` was duplicating LaTeX longtable entries in the List of Tables of a LaTeX document (:issue:`34360`)
332
332
- 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`)
333
333
- Removed ``private_key`` and ``verbose`` from :func:`read_gbq` as they are no longer supported in ``pandas-gbq`` (:issue:`34654`, :issue:`30200`)
334
+
- Bumped minimum pytables version to 3.5.1 to avoid a ``ValueError`` in :meth:`read_hdf` (:issue:`24839`)
0 commit comments