diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:14:22 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:14:22 (GMT) |
commit | c7165f05444ce5ae6c5db50f2faf33023ba0eac0 (patch) | |
tree | 838d3bed77abdd8d47f158d7f575e8e7153549bb /release_docs/RELEASE.txt | |
parent | b816f4c4aaf9bc80dbde35158b520e693f135fa2 (diff) | |
download | hdf5-c7165f05444ce5ae6c5db50f2faf33023ba0eac0.zip hdf5-c7165f05444ce5ae6c5db50f2faf33023ba0eac0.tar.gz hdf5-c7165f05444ce5ae6c5db50f2faf33023ba0eac0.tar.bz2 |
Add RELEASE.txt note for HVLget_file_type()
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f668207..3680a3c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -199,6 +199,15 @@ New Features Library: -------- + - Add new public function H5VLget_file_type. + + This function returns a datatype equivalent to the supplied datatype but + with the location set to be in the file. This datatype can then be used + with H5Tconvert to convert data between file and in-memory representation. + This funcition is intended for use only by VOL connector developers. + + (NAF - 2019/11/08, ID-127) + - Add S3 and HDFS VFDs to HDF5 maintenance Fix windows requirements and java tests. Windows requires CMake 3.13. |