diff --git a/downloads/hdf5/hdf5_1_10_11.md b/downloads/hdf5/hdf5_1_10_11.md deleted file mode 100644 index 39b9bc1..0000000 --- a/downloads/hdf5/hdf5_1_10_11.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: HDF5 Library and Tools 1.10.11 ---- - -HDF5 Logo - -# HDF5 Library and Tools 1.10.11 - -## Release Information - - -| Version | HDF5 1.10.11 | -| Release Date | 9/25/23 | -| Additional Release Information | [Documentation](https://docs.hdfgroup.org/hdf5/v1_10/index.html) | -|| [Release Announcement](https://www.hdfgroup.org/2023/09/release-of-hdf5-1-10-11-library-and-tools-newsletter-198/) | -|| [Software Changes From Release to Release for HDF5-1.10](../../documentation/hdf5-docs/release_specifics/sw_changes_1.10.html) | -|| [Release Notes](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_10_11/release_docs/RELEASE.txt) | -|| Tested Platforms and Configuration Features | -|| [Compatibility Report for 1.10.10 vs 1.10.11](https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.10.10-vs-hdf5-1.10.11-interface_compatibility_report.html) | -| **Critical Information** | **This is the last release for HDF5 1.10. Users should move to HDF5 1.14.**
Is there a migration document? | - -## Files - -| File | Type | Install Instructions | -| ---- | ---- | ---- | -| [hdf5-1.10.11.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.gz.sha256)) | Source Release | Unix Gzipped source tar file.
See Methods to obtain (below).
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.10.11.tar.bz2](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.bz2.sha256)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.tar.bz2.sha256)) | Source Release | Unix Gzipped source tar file.
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.10.11.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/hdf5-1.10.11.zip.sha256)) | Source Release | Windows zip file
release_docs/ directory in source | -| [CMake-hdf5-1.10.11.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.tar.gz.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1.10.11/release_docs/INSTALL_CMake.txt) | -| [CMake-hdf5-1.10.11.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1.10.11/src/CMake-hdf5-1.10.11.zip.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1.10.11/release_docs/INSTALL_CMake.txt) | | -| [Ready to use Binaries](https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.10.11/bin/) | Pre-built binary distributions for Unix and Windows || - -**Methods to obtain (gz file)** -* firefox – Download file and then run: `gzip .tar.gz | tar xzf -` -* chrome – Download file and then run: `gzip -cd .tar.gz | tar xvf -` -* `wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/.tar.gz` - * `gzip -cd .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_10/index.html](https://docs.hdfgroup.org/hdf5/v1_10/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. diff --git a/downloads/hdf5/hdf5_1_12_3.md b/downloads/hdf5/hdf5_1_12_3.md deleted file mode 100644 index 506a5db..0000000 --- a/downloads/hdf5/hdf5_1_12_3.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: HDF5 Library and Tools 1.12.3 ---- - -HDF5 Logo - -# HDF5 Library and Tools 1.12.3 - -## Release Information - - -| Version | HDF5 1.12.3 | -| Release Date | 11/9/23 | -| Additional Release Information | [Documentation](https://docs.hdfgroup.org/hdf5/v1_12/index.html) | -|| [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_12_3/release_docs/RELEASE.txt) | -|| [Software Changes From Release to Release for HDF5-1.12](../../documentation/hdf5-docs/release_specifics/sw_changes_1.12.html) | -|| [New Features in HDF5 Release 1.12](../../documentation/hdf5-docs/release_specifics/new_features_1_12.html) | -|| [Newsletter Announcement](https://www.hdfgroup.org/2023/11/release-of-hdf5-1-12-3-library-and-tools-newsletter-200/) | -|| [API Compatibility Report between 1.12.2 and 1.12.3](https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.12.2-vs-hdf5-1.12.3-interface_compatibility_report.html) | -|| [Java Interface Compatibility Report between 1.12.2 and 1.12.3](https://htmlpreview.github.io/?https://github.com/HDFGroup/hdf5doc/blob/master/html/ADGuide/Compatibility_Report/hdf5-1.12.2-vs-hdf5-1.12.3-java-interface_compatibility_report.html) | -| **Critical Information** | **This is the last release for HDF5 1.12. Users should move to HDF5 1.14.**
[Migrating from HD5 1.12 to HDF5 1.14](/documentation/hdf5-docs/Migrating+from+HDF5+1.12+to+HDF5+1.14.html)| - -## Files - -| File | Type | Install Instructions | -| ---- | ---- | ---- | -| [hdf5-1.12.3.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.tar.gz.sha256)) | Source Release | Unix Gzipped source tar file.
See Methods to obtain (below).
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.12.3.tar.bz2](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.tar.bz2)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.tar.bz2.sha256)) | Source Release | Unix Gzipped source tar file.
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.12.3.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/hdf5-1.12.3.zip.sha256)) | Source Release | Windows zip file
release_docs/ directory in source | -| [CMake-hdf5-1.12.3.tar.gz](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/CMake-hdf5-1.12.3.tar.gz)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/CMake-hdf5-1.12.3.tar.gz.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_12_3/release_docs/INSTALL_CMake.txt) | -| [CMake-hdf5-1.12.3.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/CMake-hdf5-1.12.3.zip)
([sha256](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_12_3/src/CMake-hdf5-1.12.3.zip.sha256)) | CMake Source Release | [Building HDF5 with CMake](https://raw.githubusercontent.com/HDFGroup/hdf5/hdf5_1_12_3/release_docs/INSTALL_CMake.txt) | | -| [Ready to use Binaries](https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.3/bin/) | Pre-built binary distributions for Unix and Windows || - - -**Methods to obtain (gz file)** -* firefox – Download file and then run: `gzip .tar.gz | tar xzf -` -* chrome – Download file and then run: `gzip -cd .tar.gz | tar xvf -` -* `wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/.tar.gz` - * `gzip -cd .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_12/index.html](https://docs.hdfgroup.org/hdf5/v1_12/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. diff --git a/downloads/hdf5/hdf5_1_14_3.md b/downloads/hdf5/hdf5_1_14_3.md deleted file mode 100644 index 353960a..0000000 --- a/downloads/hdf5/hdf5_1_14_3.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: HDF5 Library and Tools 1.14.3 ---- - -HDF5 Logo - -# HDF5 Library and Tools 1.14.3 - -## Release Information - -| Version | HDF5 1.14.3 | -| Release Date | 10/30/23 | -| Additional Release Information | [Documentation](https://docs.hdfgroup.org/hdf5/v1_14/index.html) | -|| [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_3/release_docs/RELEASE.txt) | -|| [Software Changes From Release to Release for HDF5-1.14](../../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/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.2 and 1.14.3](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) | -|| [Java Interface Compatibility Report between 1.14.2 and 1.14.3](https://htmlpreview.github.io/?https://raw.githubusercontent.com/HDFGroup/hdf5doc/master/html/ADGuide/Compatibility_Report/hdf5-1.14.2-vs-hdf5-1.14.3-java-interface_compatibility_report.html) | - - -## Files - -| File | Type | Install Instructions | -| ---- | ---- | ---- | -| [hdf5-1.14.3.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)
([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.
See Methods to obtain (below).
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.14.3.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)
([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.
See warning below about autotools builds.
release_docs/ directory in source | -| [hdf5-1.14.3.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/hdf5-1.14.3.zip)
([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
release_docs/ directory in source | -| [CMake-hdf5-1.14.3.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)
([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.3.zip](https://hdf-wordpress-1.s3.amazonaws.com/wp-content/uploads/manual/HDF5/HDF5_1_14_3/src/CMake-hdf5-1.14.3.zip)
([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 .tar.gz | tar xzf -` -* chrome – Download file and then run: `gzip -cd .tar.gz | tar xvf -` -* `wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/.tar.gz` - * `gzip -cd .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. diff --git a/downloads/hdf5/hdf5_1_14_4.md b/downloads/hdf5/hdf5_1_14_4.md deleted file mode 100644 index 494af6a..0000000 --- a/downloads/hdf5/hdf5_1_14_4.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: HDF5 Library and Tools 1.14.4 ---- - -HDF5 Logo - -# HDF5 Library and Tools 1.14.4 - -## Release Information - -| Version | HDF5 1.14.4.3 | -| Release Date | 05/22/24 | -| Additional Release Information | [Release Notes](https://github.com/HDFGroup/hdf5/blob/hdf5_1_14_4/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/04/release-of-hdf5-1-14-4-newsletter-202/) | -|| [Doxygen generated Reference Manual](https://docs.hdfgroup.org/releases/hdf5/latest-docs.html) | -|| [API Compatibility Report between 1.14.3 and 1.14.4](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.2/hdf5-1.14.4-2.html.abi.reports.tar.gz) | - - -## Download - -| File | Type | -| ---- | ---- | -| [hdf5-1.14.4-3.tar.gz](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.3/hdf5-1.14.4-3.tar.gz)
| Source Release for Unix | -| [hdf5-1.14.4-3.zip](https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.4.3/hdf5-1.14.4-3.zip)
| Source Release for Windows | -| [Ready to use Binaries](https://github.com/HDFGroup/hdf5/releases/tag/hdf5_1.14.4.3) | Pre-built binary distributions for Unix and Windows || - -Please refer to [Build instructions](https://github.com/HDFGroup/hdf5/blob/hdf5_1.14.4.3/release_docs/INSTALL) for building with either CMake or Autotools. - - -**Methods to obtain (gz file)** -* firefox – Download file and then run: `gzip .tar.gz | tar xzf -` -* chrome – Download file and then run: `gzip -cd .tar.gz | tar xvf -` -* `wget – wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/.tar.gz` - * `gzip -cd .tar.gz | tar xvf -` - -## Doxygen Generated Reference Manual - -The new HDF5 documentation based on [Doxygen](https://www.doxygen.nl/index.html) is available [here]({{site.url_docs}}/releases/hdf5/latest-docs.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.