|
3 | 3 | * Navigate back: \ref index "Main" / \ref release_specific_info |
4 | 4 | * <hr> |
5 | 5 |
|
| 6 | + |
| 7 | +\section sec_rel_spec_114 HDF5 Library and Tools 1.14.6 |
| 8 | + |
| 9 | +\subsection subsec_rel_info_114 Release Information |
| 10 | + |
| 11 | +<table> |
| 12 | +<tr> |
| 13 | +<td style="background-color:#F5F5F5"> |
| 14 | +Version |
| 15 | +</td> |
| 16 | +<td> |
| 17 | +HDF5 1.14.6 |
| 18 | +</td> |
| 19 | +</tr> |
| 20 | +<tr> |
| 21 | +<td style="background-color:#F5F5F5"> |
| 22 | +Release Date |
| 23 | +</td> |
| 24 | +<td> |
| 25 | +02/05/25 |
| 26 | +</td> |
| 27 | +</tr> |
| 28 | +<tr> |
| 29 | +<td style="background-color:#F5F5F5"> |
| 30 | +Additional Release Information |
| 31 | +</td> |
| 32 | +<td> |
| 33 | +<a href="https://\SRCURL114/release_docs/RELEASE.txt">RELEASE.txt</a> |
| 34 | +</td> |
| 35 | +</tr> |
| 36 | +<tr> |
| 37 | +<td style="background-color:#F5F5F5"> |
| 38 | +</td> |
| 39 | +<td> |
| 40 | +\ref sec_rel_spec_114_migrate |
| 41 | +</td> |
| 42 | +</tr> |
| 43 | +<tr> |
| 44 | +<td style="background-color:#F5F5F5"> |
| 45 | +</td> |
| 46 | +<td> |
| 47 | +\ref sec_rel_spec_114_change |
| 48 | +</td> |
| 49 | +</tr> |
| 50 | +<tr> |
| 51 | +<td style="background-color:#F5F5F5"> |
| 52 | +</td> |
| 53 | +<td> |
| 54 | +\ref sec_rel_spec_114_feat |
| 55 | +</td> |
| 56 | +</tr> |
| 57 | +<tr> |
| 58 | +<td style="background-color:#F5F5F5"> |
| 59 | +</td> |
| 60 | +<td> |
| 61 | +[Newsletter Announcement](https://www.hdfgroup.org/2025/02/05/release-of-hdf5-1-14-6-newsletter-205/) |
| 62 | +</td> |
| 63 | +</tr> |
| 64 | +<tr> |
| 65 | +<td style="background-color:#F5F5F5"> |
| 66 | +</td> |
| 67 | +<td> |
| 68 | +ABI/API compatibility reports between 1.14.6 and 1.14.5 [tar file](https://\RELURL/v1_14/v1_14_6/downloads/hdf5-1.14.6.html.abi.reports.tar.gz) or [individual html files](https://\RELURL/v1_14/v1_14_6/downloads/compat_report/index.html) |
| 69 | +</td> |
| 70 | +</tr> |
| 71 | +<tr> |
| 72 | +<td style="background-color:#F5F5F5"> |
| 73 | +</td> |
| 74 | +<td> |
| 75 | +[Doxygen generated Reference Manual](https://support.hdfgroup.org/documentation/hdf5/latest/) |
| 76 | +</td> |
| 77 | +</tr> |
| 78 | +</table> |
| 79 | + |
| 80 | + |
| 81 | +\subsection subsec_download_114 Downloads |
| 82 | + |
| 83 | +Source code and binaries are available at: |
| 84 | +<a href="https://\RELURL/v1_14/v1_14_6/downloads/index.html">https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6</a> |
| 85 | + |
| 86 | +Please refer to [Build instructions](https://\SRCURL/release_docs/INSTALL) for building with either CMake or Autotools. |
| 87 | + |
| 88 | + |
| 89 | +\subsection subsec_obtain_method_114 Methods to obtain (gz file) |
| 90 | + |
| 91 | +\li firefox – Download file and then run: `gzip <distribution>.tar.gz | tar xzf -` |
| 92 | +\li chrome – Download file and then run: `gzip -cd <distribution>.tar.gz | tar xvf -` |
| 93 | +\li wget – |
| 94 | +<div style="margin-left: 2em;"> |
| 95 | + `wget https://github.com/HDFGroup/hdf5/releases/download/${PACKAGEVERSION}/<distribution>.tar.gz`<br> |
| 96 | + `gzip -cd <distribution>.tar.gz | tar xvf -` |
| 97 | +</div> |
| 98 | +\li `<distribution>` is hdf5-${PACKAGEVERSION}, where PACKAGEVERSION is 1.14.6 for this release |
| 99 | + |
| 100 | + |
| 101 | +\subsection subsec_dox_gen_doc_114 Doxygen Generated Reference Manual |
| 102 | + |
| 103 | +The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available \ref index "here". |
| 104 | + |
| 105 | +This documentation is WORK-IN-PROGRESS. |
| 106 | +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. |
| 107 | + |
6 | 108 | \section sec_rel_spec_114_migrate Migrating from HDF5 1.12 to HDF5 1.14 |
7 | 109 | # Migrating to HDF5 1.14 from Previous Versions of HDF5 |
8 | 110 |
|
|
0 commit comments