Go to file
2025-01-17 11:48:58 -06:00
.devcontainer Added a GitHub Codespaces configuration. (#3966) 2024-01-30 09:04:27 -08:00
.github Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
bin Remove the hash_size param from H5Iregister_type() (#5170) 2024-12-10 00:34:40 -08:00
c++ Remove const from testing parameters in testframe framework (#5214) 2025-01-08 13:33:00 -06:00
config Exclude test files from coverage command (#5232) 2025-01-14 11:47:12 -08:00
doc/img Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
doxygen Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
fortran removed link creation related c-wrappers (#5190) 2024-12-31 12:31:03 -06:00
HDF5Examples Fix typos (#5222) 2025-01-10 08:55:48 -06:00
hl Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
java Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
m4 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
release_docs Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
src Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
test Fix AddressSanitizer issues in cache test (#5235) 2025-01-15 14:58:39 -06:00
testpar Remove duplicate definition in parallel API tests (#5221) 2025-01-10 06:25:12 -06:00
tools Fix flipped calloc args (#5198) 2025-01-02 10:09:45 -06: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 Add new multithreaded concurrency configuration (#5015) 2024-12-19 01:35:21 -08:00
.codespellrc Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
.gitattributes Fix doxygen missing references (#5205) 2025-01-06 11:32:52 -06: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 Develop libaec fix (#5182) 2025-01-10 15:49:59 -06:00
CMakeInstallation.cmake Develop libaec fix (#5182) 2025-01-10 15:49:59 -06:00
CMakeLists.txt Convert doc folder files to doxygen (#5216) 2025-01-17 11:48:58 -06:00
CMakePlugins.cmake Correct CMake option usage and dependencies (#5188) 2024-12-31 16:46:45 -06:00
CMakePresets.json Update zfp compression lib references (#5141) 2024-11-22 15:44:40 -06:00
CMakeTests.cmake Enable API tests by default and fix some issues (#5223) 2025-01-10 09:08:02 -08: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 Add new multithreaded concurrency configuration (#5015) 2024-12-19 01:35:21 -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 Add new multithreaded concurrency configuration (#5015) 2024-12-19 01:35:21 -08: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 Update README.md 2024-12-05 12:37:55 -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 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