Skip to content

Commit 56a5bd1

Browse files
Merge pull request #316 from HDFGroup/release_1_14_5
Added release 1.14.5 page
2 parents 522fb5a + 731c4b2 commit 56a5bd1

File tree

5 files changed

+180
-121
lines changed

5 files changed

+180
-121
lines changed

documentation/hdf5-docs/release_specifics/hdf5_1_14.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ redirect_from:
1010

1111
### [New Features in HDF5 Release 1.14](new_features_1_14.md)
1212

13-
* [H5Sencode / H5Sdecode Format Change - RFC](https://docs.hdfgroup.org/hdf5/rfc/H5Sencode_format.docx.pdf)
14-
* [Update to References](https://docs.hdfgroup.org/hdf5/rfc/RFC_Update_to_HDF5_References.pdf)
15-
* [Update to Selections](https://docs.hdfgroup.org/hdf5/rfc/selection_io_RFC_210610.pdf)
16-
* [Virtual Object Layer](https://docs.hdfgroup.org/hdf5/develop/_v_o_l__connector.html)
13+
* [16 bit floating point and Complex number datatypes](https://github.com/HDFGroup/hdf5doc/blob/master/RFCs/HDF5_Library/Float16/RFC__Adding_support_for_16_bit_floating_point_and_Complex_number_datatypes_to_HDF5.pdf)
14+
* [Asynchronous I/O operations](asyn_ops_wHDF5_VOL_connectors.html)
15+
* [Subfiling VFD](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/RFC_VFD_subfiling_200424.pdf)
16+
* [Onion VFD](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/Onion_VFD_RFC_211122.pdf)
17+
* [Multi Dataset I/O](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/H5HPC_MultiDset_RW_IO_RFC.pdf)
1718

1819
### [Software Changes from Release to Release for HDF5 1.14](sw_changes_1.14.md)

documentation/hdf5-docs/release_specifics/new_features_1_14.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88

99
The new features in the HDF4 1.14 series include:
1010

11-
* [16 bit floating point and Complex number datatypes](https://github.com/HDFGroup/hdf5doc/blob/master/RFCs/HDF5_Library/Float16/RFC__Adding_support_for_16_bit_floating_point_and_Complex_number_datatypes_to_HDF5.pdf)
11+
* [16 bit floating point and Complex number datatypes](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/RFC__Adding_support_for_16_bit_floating_point_and_Complex_number_datatypes_to_HDF5.pdf)
1212
Support for the 16-bit floating-point \_Float16 C type has been added to
1313
HDF5. On platforms where this type is available, this can enable more
1414
efficient storage of floating-point data when an application doesn't
@@ -22,13 +22,13 @@ support asynchronous HDF5 operations using the HDF5 Event Set (H5ES)
2222
API. This allows I/O to proceed in the background while the application
2323
is performing other tasks.
2424

25-
* [Subfiling VFD](https://docs.hdfgroup.org/hdf5/rfc/RFC_VFD_subfiling_200424.pdf)
25+
* [Subfiling VFD](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/RFC_VFD_subfiling_200424.pdf)
2626
The basic idea behind sub-filing is to find the middle ground between
2727
single shared file and one file per process - thereby avoiding some
2828
of the complexity of one file per process, and minimizing the locking
2929
issues of a single shared file on a parallel file system.
3030

31-
* [Onion VFD](https://docs.hdfgroup.org/hdf5/rfc/Onion_VFD_RFC_211122.pdf)
31+
* [Onion VFD](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/Onion_VFD_RFC_211122.pdf)
3232
There is a desire to introduce and track modifications to an HDF5 file
3333
while preserving or having access to the file as it existed prior to a
3434
particular set of modifications. To this end, this RFC proposes an Onion
@@ -39,7 +39,7 @@ revision. The name "Onion" derives from a mnemonic: the original file
3939
exists with data layered atop one another from an original file to the
4040
most recent revision
4141

42-
* [Multi Dataset I/O](https://docs.hdfgroup.org/hdf5/rfc/H5HPC_MultiDset_RW_IO_RFC.pdf)
42+
* [Multi Dataset I/O](https://support.hdfgroup.org/releases/hdf5/documentation/rfc/H5HPC_MultiDset_RW_IO_RFC.pdf)
4343
The HDF5 library allows a data access operation to access one dataset at
4444
a time, whether access is collective or independent. However, accessing
4545
multiple datasets will require the user to issue an I/O call for each

0 commit comments

Comments
 (0)