Version | HDF5 1.14.5 |
Release Date | 09/30/24 |
Additional Release Information | Release Notes |
Software Changes from Release to Release | |
New Features in HDF5 Release 1.14 | |
Newsletter Announcement | |
Doxygen generated Reference Manual |
Source code and binaries are available at: https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/index.html
Please refer to Build instructions for building with either CMake or Autotools.
Methods to obtain (gz file)
gzip <distribution>.tar.gz | tar xzf -
gzip -cd <distribution>.tar.gz | tar xvf -
wget – wget https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.N.N/<distribution>.tar.gz
gzip -cd <distribution>.tar.gz | tar xvf -
hdf5-1.14.5-hdf5_compat_report.html – HTML C library ABI report file hdf5-1.14.5-hdf5_cpp_compat_report.html – HTML CPP library ABI report file hdf5-1.14.5-hdf5_hl_compat_report.html – HTML HL C library ABI report file hdf5-1.14.5-java_compat_report.html – HTML Java library ABI report file
The new HDF5 documentation based on Doxygen is available here
This documentation is WORK-IN-PROGRESS.
Since this portion of the HDF5 documentation is now part of the source code, it gets the same treatment as code. In other words, issues, inaccuracies, corrections should be reported as issues in GitHub, and pull requests will be reviewed and accepted as any other code changes.