Go to file
2023-08-24 10:43:36 -07:00
.github Add Intel oneAPI actions (#2949) (#2977) 2023-08-23 14:45:34 -05:00
bin Made HGOTO_ERROR a do-while loop (#3308) 2023-08-02 08:39:15 -05:00
c++ Avoid truncating at null byte when copying to std::string (#3083) 2023-07-15 23:31:57 -05:00
config Re-enable SZIP default to ON in CMake (#3414) 2023-08-23 12:32:09 -07:00
doc Fixes the last of the -Wextra-semi-stmt warnings (#3326) 2023-08-02 17:46:26 -05:00
doxygen Add parallel examples in doxygen (#3413) 2023-08-24 12:29:05 -05:00
examples Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407) 2023-08-22 09:03:04 -07:00
fortran Add Fortran ES module to deploy list (#3341) 2023-08-04 16:38:20 -05:00
hl Add Fortran ES module to deploy list (#3341) 2023-08-04 16:38:20 -05:00
java Windows runtime items go into the bin folder (#3320) 2023-08-02 09:29:20 -07:00
m4
release_docs Remove extraneous "33" in RELEASE.txt (#3425) 2023-08-24 10:43:36 -07:00
src Fix Heap-buffer-overflow WRITE in H5MM_memcpy (#3368) 2023-08-23 12:35:06 -07:00
test Fix an issue with use of uninitialized memory in trefer_deprec.c test (#3422) 2023-08-24 08:55:35 -07:00
testpar Fix use of uninitialized value in testpar/t_dset.c test (#3423) 2023-08-24 12:30:06 -05:00
tools Avoid H5Ocopy in h5repack for variable-length string types (#3419) 2023-08-24 08:53:05 -07:00
utils install h5fuse.sh in bin dir. (#3244) 2023-07-14 11:06:31 -05:00
.autom4te.cfg
.clang-format A couple of documentation items to fix (#3332) 2023-08-02 13:16:26 -07:00
.gitattributes Update presets, examples uncompress, szip cache (#3391) 2023-08-18 16:01:15 -05:00
.gitignore
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh
CMakeFilters.cmake Re-enable SZIP default to ON in CMake (#3414) 2023-08-23 12:32:09 -07:00
CMakeInstallation.cmake Update presets, examples uncompress, szip cache (#3391) 2023-08-18 16:01:15 -05:00
CMakeLists.txt Update DEFAULT_API_VERSION documentation for CMake (#3255) 2023-07-18 17:26:01 -05:00
CMakePlugins.cmake
CMakePresets.json Re-enable SZIP default to ON in CMake (#3414) 2023-08-23 12:32:09 -07:00
CMakeVOL.cmake API test updates (#3018) 2023-05-26 13:29:02 -07:00
CODE_OF_CONDUCT.md
configure.ac Enable szip by default in Autotools (#3412) 2023-08-23 08:21:33 -07:00
CONTRIBUTING.md Remove references to old MANIFEST file (#2890) 2023-05-03 13:24:14 -07:00
COPYING Update COPYING (#3231) 2023-07-11 10:56:30 -05:00
COPYING_LBNL_HDF5
CTestConfig.cmake
Makefile.am Add bin directory to make distclean (#2872) 2023-05-01 22:25:25 -07:00
Makefile.dist
README.md Update README.md w/ 1.4.3 info (#3318) 2023-08-01 10:21:13 -07:00
SECURITY.md Create Security Policy (#3152) 2023-06-18 22:14:56 -07:00
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop build status HDF-EOS5 build status netCDF build status 1.14 build status 1.12 build status 1.10 build status BSD

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 implement 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

This release is fully functional for the API described in the documentation.

https://portal.hdfgroup.org/display/HDF5/The+HDF5+API

Full Documentation and Programming Resources for this release can be found at

https://portal.hdfgroup.org/display/HDF5

The latest doxygen documentation generated on changes to develop is available at:

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

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://portal.hdfgroup.org/display/support/The+HDF+Help+Desk

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.

NOTE: HDF5 1.12 is being retired early due to its incomplete and incompatible VOL layer.

Release New Features
1.10.11 CVE fixes, Last HDF5 1.10 release
1.12.3 CVE fixes, performance improvements, H5Dchunk_iter(), last HDF5 1.12 release
1.14.2 CVE fixes
1.14.2 VFD SWMR (tentative)
2.0.0 TBD

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:

https://portal.hdfgroup.org/display/support/Downloads

Development code is available at our Github location:

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