Go to file
Mark C. Miller 50d6458e1d
Fix H5S_MAX_RANK doc (#5328)
The H5S_MAX_RANK is the maximum number of dimensions in a dataset or an array datatype.
2025-02-21 09:23:14 -06:00
.devcontainer Add pkg-config. (#5304) 2025-02-10 07:37:41 -06:00
.github Fix tag typo (#5321) 2025-02-18 10:42:22 -06:00
bin Remove the hash_size param from H5Iregister_type() (#5170) 2024-12-10 00:34:40 -08:00
c++ Add H5Tdecode2, rename and deprecate H5Tdecode (#5213) 2025-01-24 08:13:43 -06:00
config Fix the rpath with option - plugins fail without (#5298) 2025-02-14 16:07:04 -06:00
doc/img update the release schedule (#5275) 2025-01-27 17:13:15 -06:00
doxygen Translate release-specific changes docs to doxygen (#5314) 2025-02-18 11:21:27 -06:00
fortran Add H5Tdecode2, rename and deprecate H5Tdecode (#5213) 2025-01-24 08:13:43 -06:00
HDF5Examples cmake: remove outdated rpath handling (#5271) 2025-01-29 08:48:25 -06:00
hl Translate release-specific changes docs to doxygen (#5314) 2025-02-18 11:21:27 -06:00
java Add H5Tdecode2, rename and deprecate H5Tdecode (#5213) 2025-01-24 08:13:43 -06:00
m4 Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
release_docs Fix the rpath with option - plugins fail without (#5298) 2025-02-14 16:07:04 -06:00
src Fix H5S_MAX_RANK doc (#5328) 2025-02-21 09:23:14 -06:00
test Fix bad objcopy test cleanup on failure (#5320) 2025-02-17 11:46:26 -06:00
testpar Add new -testexpress option to testframe testing framework (#5286) 2025-01-31 20:11:48 -06:00
tools Translate release-specific changes docs to doxygen (#5314) 2025-02-18 11:21:27 -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 Fix codespell issues (#5256) 2025-01-21 17:36:27 -06:00
.gitattributes Simplify the .gitattributes file (#5268) 2025-01-24 08:31:35 -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 Use only one find_package call for zlib. (#5280) 2025-02-14 11:22:23 -06:00
CMakeInstallation.cmake Develop libaec fix (#5182) 2025-01-10 15:49:59 -06:00
CMakeLists.txt Use only one find_package call for zlib. (#5280) 2025-02-14 11:22:23 -06:00
CMakePlugins.cmake Correct CMake option usage and dependencies (#5188) 2024-12-31 16:46:45 -06:00
CMakePresets.json Fix the rpath with option - plugins fail without (#5298) 2025-02-14 16:07:04 -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 files based on issues discovered during release (#5294) 2025-02-10 07:43:59 -06:00
SECURITY.md
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/

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 follow a regular release schedule. Instead, updates are based on the introduction of new features and the resolution of bugs. However, we aim to have at least one annual release for each maintenance branch. Please note that the future HDF5 releases listed on this schedule are tentative.

Important

In subsequent releases after 1.14, HDF5 will adopt semantic versioning. Therefore, the upcoming major release will be designated as 2.0.0.

Release New Features
2.0.0 Drop Autotools support, drop the HDF5 <--> GIF tools, add complex number support, update library defaults (cache sizes, etc.)
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)

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

This list of feature release versions is tentative, and the 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