JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
386 stars 140 forks source link

HDF5 1.14 support #1030

Open mkitti opened 1 year ago

mkitti commented 1 year ago

HDF5 1.14 was released: https://forum.hdfgroup.org/t/release-of-hdf5-1-14-0-newsletter-189/10654

H5py is starting to adapt for it, but they are missing some new API functions, such as H5Dchunk_iter https://github.com/h5py/h5py/pull/2194

We should also move off linking to the old documentation by switching to the new documentation at https://docs.hdfgroup.org/hdf5/develop/_f_m_t3.html

We can parse the Doxygen tag file here: https://github.com/HDFGroup/hdf5/issues/2355

mkitti commented 1 year ago

HDF5 doxygen tag files: https://docs.hdfgroup.org/hdf5/develop/hdf5.tag https://docs.hdfgroup.org/hdf5/v1_14/hdf5.tag