Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

**** UNDER CONSTRUCTION ****

Release Information

Page properties
VersionHDF5 1.14.0
Release Date

2022-12-30

Download

Hdf download link
Target/display/support/HDF5+1.14.0#files
LinkTextDownload

Release Notes

Release Notes

Additional Release Information:

Cur page link
TargetAnchorplatformstested
LinkTextTested Platforms and Configuration Features

 Software Changes From Release to Release for HDF5 1.14
 Release Announcement
 Doxygen generated Reference Manual
 

Cur page link
TargetAnchorcompatibility1140
LinkTextAPI Compatibility Report between 1.12.2 and 1.14.0

 

Hdf rm anchor
AnchorNamefiles
Downloads

Info

Applications that were created with earlier HDF5 releases may not compile with 1.14 by default.

The API Compatibility Macros in HDF5 allow users to work around this issue. Users can specify a compatibility macro mapping for the version of HDF5 that an application was built with. For example, a 1.10 (or 1.12) application can be built with 1.14 using either an application or library mapping as follows:

  • To compile an application built with a version of HDF5 that includes deprecated symbols (the default), make sure to pass -DH5_USE_110_API (or -DH5_USE_112_API)to the compiler. For example (C), you can specify h5cc -DH5_USE_110_API (or -DH5_USE_112_API) when using autotools) and cmake -DCMAKE_C_FLAGS="-DH5_USE_110_API" (or -DCMAKE_C_FLAGS="-DH5_USE_110_API") when using CMake.
  • To build an HDF5 library with the 1.10 (or 1.12.) APIs you must set DEFAULT_API_VERSION to v110 (or v112) when configuring. For example, with autotools specify --with-default-api-version=v110 (or --with-default-api-version=v112) and with CMake set -DDEFAULT_API_VERSION:STRING=v110 (or -DDEFAULT_API_VERSION:STRING=v112) in the HDF5options.cmake file when using the CMake source release (CMake-hdf5-1.14.0).

However, users will not be able to take advantage of some of the new features in 1.14 if using these compatibility mappings.

Location of Software: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.0/

FileTypeCommentInstall InstructionsMd5 Checksum
hdf5-1.14.0.tar.gz Source release

Unix Gzipped source tar file. 

release_docs/ directory in source hdf5-1.14.0.md5
hdf5-1.14.0.tar.bz2 Source release

Unix Bzipped source tar file. 

release_docs/ directory in source   "
hdf5-1.14.0.zip Source releaseWindows zip filerelease_docs/ directory in source   "
CMake-hdf5-1.14.0.tar.gz CMake source release

File to build HDF5 with CMake (Unix).  See Methods to obtain (below).

Building HDF5 with CMake   "
CMake-hdf5-1.14.0.zip CMake source releaseFile to build HDF5 with CMake on Windows
Building HDF5 with CMake    "
Ready to use BinariesBinary FilePre-built binary distributions for Unix and Windows, including plugins.  
HDF5 PluginsBinary FileThe filter plugins are included in binary and source downloads. However, if you would like one of the pre-built HDF5 plugin distributions for Unix or Windows, please contact us at help at hdfgroup.org.Information on HDF5 Filter Plugins 

 

Anchor
downloadsrc
downloadsrc
Methods to obtain  (gz file)
  • firefox – Download file and then run:  gzip <distribution>.tar.gz | tar xzf -
  • chrome –  Download file and then run:  gzip -cd <distribution>.tar.gz | tar xvf -
  • wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/<distribution>.tar.gz
                gzip -cd <distribution>.tar.gz | tar xvf -


Anchor
DoxgenRM
DoxgenRM

Doxygen Generated Reference Manual

The new HDF5 C-API documentation based on Doxygen is available at

 https://docs.hdfgroup.org/hdf5/v1_14

Included are all core library functions documented in the current documentation.

This documentation is WORK-IN-PROGRESS. That’s why all existing documentation will remain accessible for the foreseeable future.

Since this portion of the HDF5 documentation is now part of the source code, it gets the same treatment as code. In other words, issues, inaccuracies, corrections should be reported as issues in GitHub (https://github.com/HDFGroup/hdf5/issues), and pull requests will be reviewed and accepted as any other code changes.

 


Hdf rm anchor
AnchorNameplatformstested

Tested Platforms and Configuration Features

NOTE:  Parallel HDF5-1.14 requires MPI 3.

See the Platforms Tested section in the Release Notes for details.

 


Hdf rm anchor
AnchorNamecompatibility1140
HTML
<!╌Compatibility hdf5-1.12.2 vs hdf5-1.14.0╌>
<iframe class="hdf-java-docs" height="800px" width="100%" src="https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.12.2-vs-hdf5-1.14.0-interface_compatibility_report.html"></iframe>

 
<iframe class="hdf-java-docs" height="800px" width="100%" src="https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.12.2-vs-hdf5-1.14.0-java-interface_compatibility_report.html"></iframe>