Skip to content

Commit 22ed1f6

Browse files
authored
Merge pull request HDFGroup#340 from bmribler/release_1_14_6
Release 1 14 6
2 parents a8c5898 + 9c38160 commit 22ed1f6

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

documentation/hdf5-docs/release_specifics/sw_changes_1.14.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ redirect_from:
1111
See [API Compatibility Macros](/documentation/hdf5/latest/api-compat-macros.html) in HDF5 for details on using HDF5 version 1.14 with previous releases.
1212

1313

14+
* [Compatibility report for Release 1.14.6 versus Release 1.14.5](/releases/hdf5/v1_14/v1_14_6/downloads/compat_report/index.html)
1415
* [Compatibility report for Release 1.14.5 versus Release 1.14.4](/releases/hdf5/v1_14/v1_14_5/downloads/compat_report/index.html)
1516
* [Compatibility report for Release 1.14.4 versus Release 1.14.3](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.2/hdf5-1.14.4-2.html.abi.reports.tar.gz)
1617
* [Compatibility report for Release 1.14.3 versus Release 1.14.2](https://htmlpreview.github.io/?https://raw.githubusercontent.com/HDFGroup/hdf5doc/master/html/ADGuide/Compatibility_Report/hdf5-1.14.2-vs-hdf5-1.14.3-interface_compatibility_report.html)
@@ -28,6 +29,7 @@ This page provides information on the changes that a maintenance developer needs
2829

2930
The following information is included below.
3031

32+
* <a href="#6versus5">Release 1.14.6 versus Release 1.14.5</a>
3133
* <a href="#5versus4">Release 1.14.5 versus Release 1.14.4</a>
3234
* <a href="#4versus3">Release 1.14.4 versus Release 1.14.3</a>
3335
* <a href="#3versus2">Release 1.14.3 versus Release 1.14.2</a>
@@ -37,6 +39,14 @@ The following information is included below.
3739

3840
The release notes also list changes made to the library, but these notes tend to be more at a more detail-oriented level. The release notes may include new features, bugs fixed, supported configuration features, platforms on which the library has been tested, and known problems. The release note files are listed in each release section and can be found at the top level of the HDF5 source code tree in the release_docs directory.
3941

42+
<h2 id="6versus5">Release 1.14.6 versus Release 1.14.5</h2>
43+
44+
### New and Changed Functions, Classes, Subroutines, Wrappers, and Macros
45+
46+
*** UNDER CONSTRUCTION ***
47+
48+
* [Compatibility report for Release 1.14.6 versus Release 1.14.5](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.6/hdf5-1.14.6.html.abi.reports.tar.gz)
49+
4050
<h2 id="5versus4">Release 1.14.5 versus Release 1.14.4</h2>
4151

4252
### New and Changed Functions, Classes, Subroutines, Wrappers, and Macros

downloads/hdf5/hdf5_1_14_6.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: HDF5 Library and Tools 1.14.6
3+
---
4+
5+
<img alt="HDF5 Logo" align=right width=300 src="/assets/img/hdf5.jpeg">
6+
7+
# HDF5 Library and Tools 1.14.6
8+
9+
## Release Information
10+
11+
| Version | HDF5 1.14.6 |
12+
| Release Date | 02/05/25 |
13+
| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_6/release_docs/RELEASE.txt) |
14+
|| [Software Changes from Release to Release](http://support.hdfgroup.org/releases/hdf5/documentation/release_specifics/sw_changes_1.14.md) |
15+
|| [New Features in HDF5 Release 1.14](http://support.hdfgroup.org/releases/hdf5/documentation/release_specifics/new_features_1_14.md) |
16+
|| [Newsletter Announcement](https://www.hdfgroup.org/2025/02/04/release-of-hdf5-1-14-6-newsletter-205) |
17+
|| [API Compatibility Reports between 1.14.6 and 1.14.5](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.6/hdf5-1.14.6.html.abi.reports.tar.gz) |
18+
|| [Doxygen generated Reference Manual](/documentation/hdf5/latest/) |
19+
20+
21+
<h2 id="download">Downloads</h2>
22+
23+
Source code and binaries are available at:
24+
<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>
25+
26+
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.
27+
28+
29+
**Methods to obtain (gz file)**
30+
* firefox – Download file and then run: `gzip <distribution>.tar.gz | tar xzf -`
31+
* chrome – Download file and then run: `gzip -cd <distribution>.tar.gz | tar xvf -`
32+
* `wget – wget https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.N.N/<distribution>.tar.gz`
33+
* `gzip -cd <distribution>.tar.gz | tar xvf -`
34+
35+
<h2 id="api_compat">API Compatibility Reports</h2>
36+
37+
* [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
38+
* [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
39+
* [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
40+
* [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
41+
42+
<h2 id="dox_gen_doc">Doxygen Generated Reference Manual</h2>
43+
44+
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)
45+
46+
This documentation is WORK-IN-PROGRESS.
47+
48+
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 commit comments

Comments
 (0)