Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d3f4f04

Browse files
committedMar 15, 2020
Add whatsnew entry
1 parent e1ce3d5 commit d3f4f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ I/O
340340
- Bug in :class:`HDFStore` that caused it to set to ``int64`` the dtype of a ``datetime64`` column when reading a DataFrame in Python 3 from fixed format written in Python 2 (:issue:`31750`)
341341
- Bug in :meth:`read_excel` where a UTF-8 string with a high surrogate would cause a segmentation violation (:issue:`23809`)
342342
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
343+
- :meth:`HDFStore.keys` has now an optional `kind` parameter that allows the retrieval of all native HDF5 table names (:issue:`29916`)
343344

344345

345346
Plotting

0 commit comments

Comments
 (0)
Please sign in to comment.