Go to file
Larry Knox 0fe0459fc2
Update hdf5_1_14_5 for release on 2024-09-30 (#4901)
* Fix issues with large external data files (#4843) (#4847)

* Fixed a memory leak from H5FL_blk_malloc (#4882)

In H5F__accum_reset(), when H5F__accum_flush() failed, the freeing of
f_sh->accum.buf was never reached, causing resource leak.

@fortnern added the third argument to H5F__accum_reset() so we can free
f_sh->accum.buf when we close the file, that is, when H5F__accum_reset()
is called from the H5F__dest() route, and can leave the accumulator in place
otherwise.

* Added an entry for the GH-4585 fix (#4889)

* Fix an incorrect returned value by H5LTfind_dataset() (#4869)

H5LTfind_dataset() returns true for non-existing datasets because it only compares up to the length of the searched string, such as "Day" vs "DayNight" (issue GH-4780).

This PR applied the user's patch and added tests.

* Fix minor spelling in documentation (#4870)

* Set release version 1.14.5 and release date to 2024-09-30.
2024-09-30 09:50:29 -05:00
.devcontainer Added a GitHub Codespaces configuration. (#3966) 2024-02-14 15:32:07 -06:00
.github Merge CI changes from 1.14 development (#4897) 2024-09-28 12:15:35 -05:00
bin 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
c++ 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
config Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
doc Add threadsafety warning and release notice (#4884) 2024-09-26 14:04:07 -05:00
doxygen Correct doxygen reference URLs (#4896) 2024-09-28 12:13:54 -05:00
fortran 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
HDF5Examples Merge CI changes from 1.14 development (#4897) 2024-09-28 12:15:35 -05:00
hl Hdf5_1_14_5 updates (#4892) 2024-09-27 22:33:40 -05:00
java 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
m4 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
release_docs Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
src Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
test Hdf5_1_14_5 updates (#4892) 2024-09-27 22:33:40 -05:00
testpar 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
tools 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
utils 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
.autom4te.cfg Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
.clang-format Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
.codespellrc Fix spelling (#4522) (#4537) 2024-05-31 09:42:17 -05:00
.gitattributes Sync develop changes April 22 - May 7 to hdf5_1_14 (#4465) 2024-05-07 15:55:06 -05:00
.gitignore Sync develop changes May 6 - May 20 to hdf5_1_14 (#4503) 2024-05-23 07:43:29 -05:00
.h5chkright.ini Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
acsite.m4 Sync develop changes March 20 - March 25 to hdf5_1_14. (#4241) 2024-03-25 17:02:21 -05:00
autogen.sh Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
CITATION.cff Merge changes from dev CMake and documentation (#4828) 2024-09-13 10:47:29 -05:00
CMakeFilters.cmake Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakeInstallation.cmake Sync develop changes 8/27 - 9/11 to hdf5_1_14. (#4822) 2024-09-12 22:10:28 -05:00
CMakeLists.txt Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakePlugins.cmake Sync develop changes May 6 - May 20 to hdf5_1_14 (#4503) 2024-05-23 07:43:29 -05:00
CMakePresets.json Sync develop changes 8/27 - 9/11 to hdf5_1_14. (#4822) 2024-09-12 22:10:28 -05:00
CMakeTests.cmake Sync 1.14 branch with develop (#3887) 2023-12-07 12:13:21 -06:00
CMakeVOL.cmake Sync develop changes May 20 - June 6 to hdf5_1_14 (#4553) 2024-06-07 17:24:48 -07:00
CODE_OF_CONDUCT.md Fix spelling (#4522) (#4537) 2024-05-31 09:42:17 -05:00
configure Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
configure.ac Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
CONTRIBUTING.md Correct doxygen URL paths (#4848) 2024-09-17 15:04:01 -07:00
COPYING Sync develop changes March 25 - March 28 to hdf5_1_14 (#4284) 2024-03-29 15:10:33 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2775) 2023-04-18 13:07:06 -07:00
CTestConfig.cmake Sync CMake changes from develop (#3811) 2023-11-02 07:54:32 -05:00
CVE_list_1_14.md Updated CVE table (#4769) 2024-08-27 09:04:55 -07:00
Makefile.am Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
Makefile.dist Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
Makefile.in 1.14.5 release preparation (#4838) 2024-09-16 21:53:50 -05:00
README.md Update hdf5_1_14_5 for release on 2024-09-30 (#4901) 2024-09-30 09:50:29 -05:00
SECURITY.md Sync .github directory (#3277) 2023-07-27 09:15:07 -07:00
UserMacros.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00

HDF5 version 1.14.5 released on 2024-09-30

HDF5 Logo

1.14 cmake build status 1.14 autotools 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 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

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

https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen/_l_b_a_p_i.html

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

https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen/index.html

The latest doxygen documentation generated on changes to HDF5 1.14.x is available at:

https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/documentation/doxygen

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.

SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE

Periodically development code snapshots are provided at the following URL:

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

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