What’s new in h5py 3.13
New features
New
File.in_memory()
constructor to conveniently build an HDF5 file structure in memory (PR 2517).Dataset
views returned byastype()
,asstr()
andfields()
have gained the.dtype
,.ndim
,.shape
, and.size
attributes (PR 2550).The bundled HDF5 library in the pre-built packages was updated to 1.14.6 (PR 2554).
Opening an existing dataset in a file is faster since it now only loads the “dataset creation property list” when required (PR 2552).
Exposing HDF5 functions
H5Sselect_shape_same
exposed ash5py.h5s.SpaceID.select_shape_same()
(PR 2529).