Go to file
jhendersonHDF edb5cffdb2
Avoid attempted use of NULL pointer in parallel compression code (#3786)
The parallel compression test code tests for the case where all MPI ranks have no selection in a dataset when writing to it. Add an early exit to the code to avoid attempting to use a NULL pointer due to there being no work to do.
2023-10-27 21:20:29 -07:00
.github Cancel running GitHub workflows on push to same PR (#3772) 2023-10-26 08:49:50 -07:00
bin Add -h and --help as flags in h5cc & h5fc (#3729) 2023-10-20 11:28:10 -07:00
c++ Correct comments about H5Z_FILTER_NONE (#3572) 2023-09-22 08:46:19 -05:00
config Update Autotools to correctly configure oneAPI (#3751) 2023-10-23 12:50:15 -07:00
doc Update parallel compression feature to support multi-dataset I/O (#3591) 2023-10-10 10:11:22 -05:00
doxygen Fix windows cpack error in WiX package. (#3747) 2023-10-23 12:39:43 -07:00
examples Remove useless define TRUE/FALSE statements. (#3604) 2023-09-27 09:57:37 -05:00
fortran Added missing DLL for H5PGET_ACTUAL_SELECTION_IO_MODE_F (#3760) 2023-10-23 19:02:16 -05:00
hl Fix a format string warning in the C++ examples (#3776) 2023-10-25 21:31:21 -07:00
java Clean Java test files on Autotools (#3740) 2023-10-21 11:44:16 -07:00
m4
release_docs Fixed a file handle leak in the core VFD (#3779) 2023-10-25 23:16:32 -05:00
src Avoid attempted use of NULL pointer in parallel compression code (#3786) 2023-10-27 21:20:29 -07:00
test Print some messages in parallel tests on MPI rank 0 only (#3785) 2023-10-27 21:18:24 -07:00
testpar Print some messages in parallel tests on MPI rank 0 only (#3785) 2023-10-27 21:18:24 -07:00
tools Add helpful text to h5clear (#3754) 2023-10-23 12:46:56 -07:00
utils Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00
.autom4te.cfg
.clang-format Put H5T_CONV_ab macros in do..while loops (#3432) 2023-08-25 11:24:42 -07:00
.gitattributes
.gitignore
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh
CMakeFilters.cmake Cache variables req FORCE to change (#3706) 2023-10-18 12:46:02 -07:00
CMakeInstallation.cmake Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00
CMakeLists.txt Add an option to disable doxygen warn as error (#3708) 2023-10-19 14:58:33 -07:00
CMakePlugins.cmake Cache variables req FORCE to change (#3706) 2023-10-18 12:46:02 -07:00
CMakePresets.json Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00
CMakeTests.cmake Split out test logic to separate file (#3639) 2023-10-06 10:32:52 -05:00
CMakeVOL.cmake Support CMake VOL builds with FetchContent from local directory (#3455) 2023-09-01 14:01:37 -07:00
CODE_OF_CONDUCT.md
configure.ac Add an option to disable doxygen warn as error (#3708) 2023-10-19 14:58:33 -07:00
CONTRIBUTING.md
COPYING
COPYING_LBNL_HDF5
CTestConfig.cmake
Makefile.am
Makefile.dist
README.md Remove callable action badges. (#3653) 2023-10-14 07:53:58 -05:00
SECURITY.md
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop build status HDF-EOS5 build status netCDF build status h5py build status CVE regression 1.14 build status 1.12 build status BSD

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

Release New Features
1.12.3 CVE fixes, performance improvements, H5Dchunk_iter(), last HDF5 1.12 release
1.14.3 CVE-free!, better cross-compile support
1.14.4 S3 VFD improvements
TBD VFD SWMR
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