JuliaIO / HDF5.jl

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

Fix H5F_LIBVER_LATEST, map lib 1.15 to H5F_LIBVER_V116 #1145

Closed mkitti closed 3 months ago

mkitti commented 3 months ago

Update the mapping of libver_bound :latest such that HDF5 C library version 1.15 maps to H5F_LIBVER_V116.

Addresses issue https://github.com/HDFGroup/hdf5/pull/4123 Fix #1142