Go to file
2024-11-19 16:18:17 -06:00
.devcontainer Added a GitHub Codespaces configuration. (#3966) 2024-01-30 09:04:27 -08:00
.github Update NVHPC to 24.11 (#5123) 2024-11-19 08:18:44 -06:00
bin Fix typo masquarading (#5093) 2024-11-13 20:04:44 -08:00
c++ Fix typo masquarading (#5093) 2024-11-13 20:04:44 -08:00
config Update plugin version refs to match updated plugins repo (#5129) 2024-11-19 03:37:53 -08:00
doc Prefix remaining CMake options except for CMake BUILD* variables (#4990) 2024-10-22 15:40:54 -07:00
doxygen Added note about leaving callback functions properly. (#5127) 2024-11-18 10:25:14 -08:00
fortran Remove CMake-3.31.0 warnings (#5091) 2024-11-19 13:09:31 -06:00
HDF5Examples fixed true/false and added missing h5_interm_group example (#5092) 2024-11-13 05:18:14 -08:00
hl Remove CMake-3.31.0 warnings (#5091) 2024-11-19 13:09:31 -06:00
java Make H5F_LIBVER_LATEST a real enum value (#5083) 2024-11-12 07:34:25 -06:00
m4 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
release_docs Update plugin version refs to match updated plugins repo (#5129) 2024-11-19 03:37:53 -08:00
src Added note about leaving callback functions properly. (#5127) 2024-11-18 10:25:14 -08:00
test Add check for PERL_FOUND around actual test (#5130) 2024-11-19 16:18:17 -06:00
testpar Add parallel cdash script to daily-build workflow (#5032) 2024-11-01 07:54:33 -05:00
tools Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
utils Check if mirror VFD and subfiling VFD are enabled before adding their (#5055) 2024-11-01 07:55:31 -05:00
.autom4te.cfg Replace COPYING with LICENSE in workflows (#4989) 2024-10-22 15:39:35 -07:00
.clang-format Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
.codespellrc Fix spelling (#4522) 2024-05-23 16:44:33 -05:00
.gitattributes Replace COPYING with LICENSE in workflows (#4989) 2024-10-22 15:39:35 -07:00
.gitignore Check in generated files in src (#4981) 2024-10-20 12:48:46 -07:00
.h5chkright.ini Replace COPYING with LICENSE in workflows (#4989) 2024-10-22 15:39:35 -07:00
ACKNOWLEDGMENTS Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
acsite.m4 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
autogen.sh Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CITATION.cff Correct URLs in documentation (#4823) 2024-09-12 22:46:58 -05:00
CMakeFilters.cmake Rename HDF5_ENABLE_Z_LIB_SUPPORT to HDF5_ENABLE_ZLIB_SUPPORT (#5074) 2024-11-05 15:59:28 -06:00
CMakeInstallation.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CMakeLists.txt Rename HDF5_ENABLE_Z_LIB_SUPPORT to HDF5_ENABLE_ZLIB_SUPPORT (#5074) 2024-11-05 15:59:28 -06:00
CMakePlugins.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CMakePresets.json Update plugin version refs to match updated plugins repo (#5129) 2024-11-19 03:37:53 -08:00
CMakeTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CMakeVOL.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CODE_OF_CONDUCT.md Fix spelling (#4522) 2024-05-23 16:44:33 -05:00
configure.ac Move hl example into HDF5Examples (#5057) 2024-11-04 05:22:27 -08:00
CONTRIBUTING.md Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CTestConfig.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
LICENSE Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
LICENSE_LBNL_HDF5 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
Makefile.am Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
Makefile.dist Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
README.md Add OSS-Fuzz badge (#5059) 2024-11-04 05:52:26 -08:00
SECURITY.md Create Security Policy (#3152) 2023-06-18 22:14:56 -07:00
UserMacros.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00

HDF5 version 2.0.0 currently under development

HDF5 Logo

develop cmake build status develop autotools build status HDF-EOS5 build status netCDF build status h5py build status CVE regression HDF5 VOL connectors build status HDF5 VFD build status BSD OSS-Fuzz Status

HPC configure/build/test results

Please refer to the release_docs/INSTALL file for installation instructions.

This repository contains a high-performance library's source code and a file format specification that implements the HDF5® data model. The model has been adopted across many industries, and this implementation has become a de facto data management standard in science, engineering, and research communities worldwide.

The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more information about The HDF Group, the HDF5 Community, and other HDF5 software projects, tools, and services at The HDF Group's website.

DOCUMENTATION

Documentation for all HDF software is available at:

https://support.hdfgroup.org/documentation/index.html

Documentation for the current HDF5 library release is available at:

https://support.hdfgroup.org/releases/hdf5/latest-docs.html

The latest Doxygen documentation generated on changes to develop, which does not correspond to any particular library release, is available at:

https://hdfgroup.github.io/hdf5/develop

See the RELEASE.txt file in the release_docs/ directory for information specific to the features and updates included in this release of the library.

Several more files are located within the release_docs/ directory with specific details for several common platforms and configurations.

INSTALL - Start Here. General instructions for compiling and installing the library
INSTALL_CMAKE  - instructions for building with CMake (Kitware.com)
INSTALL_parallel - instructions for building and configuring Parallel HDF5
INSTALL_Windows and INSTALL_Cygwin - MS Windows installations.

HELP AND SUPPORT

Information regarding Help Desk and Support services is available at

https://help.hdfgroup.org

FORUM and NEWS

The HDF Forum is provided for public announcements and discussions of interest to the general HDF5 Community.

These forums are provided as an open and public service for searching and reading. Posting requires completing a simple registration and allows one to join in the conversation. Please read the instructions pertaining to the Forum's use and configuration.

RELEASE SCHEDULE

HDF5 release schedule

HDF5 does not release on a regular schedule. Instead, releases are driven by new features and bug fixes, though we try to have at least one release of each maintenance branch per year. Future HDF5 releases indicated on this schedule are tentative.

Release New Features
2.0.0 Drop Autotools support, drop the C++ API, drop the HDF5 <--> GIF tools, add complex number support, update library defaults (cache sizes, etc.), use semantic versioning
FUTURE Multi-threaded HDF5, crashproofing / metadata journaling, Full (VFD) SWMR, encryption, digital signatures, sparse datasets, improved storage for variable-length datatypes, better Unicode support (especially on Windows)

NOTE: In the March 2025 release we will begin using semantic versioning (https://semver.org/) and the previously announced 1.16.0 version will instead be numbered 2.0.0.

A list of planned HDF5 2.0 features and bugfixes can be found here.

This list of feature release versions is also tentative, and the specific release in which a feature is introduced may change.

SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE

Periodically development code snapshots are provided at the following URL:

https://github.com/HDFGroup/hdf5/releases/tag/snapshot

Source packages for current and previous releases are located at:

hdf5 1.14 releases: https://support.hdfgroup.org/releases/hdf5/v1_14/index.html

Archived releases: https://support.hdfgroup.org/archive/support/ftp/HDF5/releases/index.html

Development code is available at our Github location:

https://github.com/HDFGroup/hdf5.git