Skip to content

Commit

Permalink
Add hdf5 1.14.6 release page
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Jan 27, 2025
1 parent 8a01d83 commit f267ed2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions downloads/hdf5/hdf5_1_14_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: HDF5 Library and Tools 1.14.6
---

<img alt="HDF5 Logo" align=right width=300 src="/assets/img/hdf5.jpeg">

# HDF5 Library and Tools 1.14.6

## Release Information

| Version | HDF5 1.14.6 |
| Release Date | 01/31/25 |
| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_6/release_docs/RELEASE.txt) |
|| [Software Changes from Release to Release](../../documentation/hdf5-docs/release_specifics/sw_changes_1.14.html) |
|| [New Features in HDF5 Release 1.14](../../documentation/hdf5-docs/release_specifics/new_features_1_14.html) |
|| [Newsletter Announcement](https://www.hdfgroup.org/2024/10/01/release-of-hdf5-1-14-6-newsletter-204/) |
|| [API Compatibility Reports between 1.14.6 and 1.14.5](https://support.hdfgroup.org/downloads/hdf5/hdf5_1_14_6.html#api_compat) |
|| [Doxygen generated Reference Manual](/documentation/hdf5/latest/) |


<h2 id="download">Downloads</h2>

Source code and binaries are available at:
<a href="https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/index.html">https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/index.html</a>

Please refer to [Build instructions](https://github.com/HDFGroup/hdf5/blob/hdf5_1.14.6/release_docs/INSTALL) for building with either CMake or Autotools.


**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://github.com/HDFGroup/hdf5/releases/download/hdf5_1.N.N/<distribution>.tar.gz`
* `gzip -cd <distribution>.tar.gz | tar xvf -`

<h2 id="api_compat">API Compatibility Reports</h2>

* [hdf5-1.14.6-hdf5_compat_report.html](https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/compat_report/hdf5-1.14.6-hdf5_compat_report.html) -- HTML C library ABI report file
* [hdf5-1.14.6-hdf5_cpp_compat_report.html](https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/compat_report/hdf5-1.14.6-hdf5_cpp_compat_report.html) -- HTML CPP library ABI report file
* [hdf5-1.14.6-hdf5_hl_compat_report.html](https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/compat_report/hdf5-1.14.6-hdf5_hl_compat_report.html) -- HTML HL C library ABI report file
* [hdf5-1.14.6-java_compat_report.html](https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/compat_report/hdf5-1.14.6-java_compat_report.html) -- HTML Java library ABI report file

<h2 id="dox_gen_doc">Doxygen Generated Reference Manual</h2>

The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available [here](https://support.hdfgroup.org/releases/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.

0 comments on commit f267ed2

Please sign in to comment.