-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First draft
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: HDF5 Library and Tools 1.14.4 | ||
--- | ||
|
||
<img alt="HDF5 Logo" align=right width=300 src="/assets/img/hdf5.jpeg"> | ||
|
||
# HDF5 Library and Tools 1.14.4 | ||
|
||
## Release Information | ||
|
||
| Version | HDF5 1.14.4 | | ||
| Release Date | 03/31/24 | | ||
| Additional Release Information | [Documentation](https://docs.hdfgroup.org/hdf5/v1_14/index.html) | | ||
|| [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_4/release_docs/RELEASE.txt) | | ||
|| Software Changes From Release to Release for HDF5-1.14 | | ||
|| New Features in HDF5 Release 1.14 | | ||
|| [Newsletter Announcement](https://www.hdfgroup.org/2023/10/release-of-hdf5-1-14-3-library-and-tools-newsletter-199/) | | ||
|| [Doxygen generated Reference Manual](https://docs.hdfgroup.org/hdf5/v1_14/index.html) | | ||
|| [API Compatibility Report between 1.14.3 and 1.14.4](https://htmlpreview.github.io/?https://raw.githubusercontent.com/HDFGroup/hdf5doc/master/html/ADGuide/Compatibility_Report/hdf5-1.14.3-vs-hdf5-1.14.4-interface_compatibility_report.html) | | ||
|| [Java Interface Compatibility Report between 1.14.3 and 1.14.4](https://htmlpreview.github.io/?https://raw.githubusercontent.com/HDFGroup/hdf5doc/master/html/ADGuide/Compatibility_Report/hdf5-1.14.3-vs-hdf5-1.14.4-java-interface_compatibility_report.html) | | ||
|
||
|
||
## Files | ||
|
||
| File | Type | Install Instructions | | ||
| ---- | ---- | ---- | | ||
| [hdf5-1.14.4.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.tar.gz) <br>([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.tar.gz.sha256)) | Source Release | Unix Gzipped source tar file. <br>See Methods to obtain (below).<br>See warning below about autotools builds. <br> release_docs/ directory in source | | ||
| [hdf5-1.14.4.tar.bz2](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.tar.bz2.sha256) <br> ([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.tar.bz2.sha256)) | Source Release | Unix Gzipped source tar file. <br>See warning below about autotools builds. <br> release_docs/ directory in source | | ||
| [hdf5-1.14.4.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.zip) <br> ([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.zip.sha256)) | Source Release | Windows zip file <br> release_docs/ directory in source | | ||
| [CMake-hdf5-1.14.4.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/CMake-hdf5-1.14.3.tar.gz) <br> ([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/CMake-hdf5-1.14.3.tar.gz.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_14_3/release_docs/INSTALL_CMake.txt) | | ||
| [CMake-hdf5-1.14.4.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/CMake-hdf5-1.14.3.zip) <br> ([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/CMake-hdf5-1.14.3.zip.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_14_3/release_docs/INSTALL_CMake.txt) | | | ||
| [Ready to use Binaries](https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.3/bin/) | Pre-built binary distributions for Unix and Windows || | ||
|
||
|
||
**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 -` | ||
|
||
## Doxygen Generated Reference Manual | ||
|
||
The new HDF5 C-API documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available at | ||
[https://docs.hdfgroup.org/hdf5/v1_14/index.html](https://docs.hdfgroup.org/hdf5/v1_14/index.html) | ||
|
||
This documentation is WORK-IN-PROGRESS. | ||
|
||
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. |