diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:36:11 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:36:11 (GMT) |
commit | ac14c6314601ae419c7906e6c42ae555f0f2bc43 (patch) | |
tree | 6ae2bcd5b8ae31c00a07867bbf5f489302926e58 /release_docs/RELEASE.txt | |
parent | fa31520e25ec27140f8d0dfec859aede163d2201 (diff) | |
parent | 411241bea660411b99925edc8040139443fe8a74 (diff) | |
download | hdf5-ac14c6314601ae419c7906e6c42ae555f0f2bc43.zip hdf5-ac14c6314601ae419c7906e6c42ae555f0f2bc43.tar.gz hdf5-ac14c6314601ae419c7906e6c42ae555f0f2bc43.tar.bz2 |
Merge pull request #2093 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
* commit '411241bea660411b99925edc8040139443fe8a74':
Add RELEASE.txt note for H5Sselect_project_interesection
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3680a3c..6c586c6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -199,6 +199,14 @@ New Features Library: -------- + - Add new public function H5Sselect_project_intersection. + + This function computes the intersection between two dataspace selections + and projects that intersection into a third selection. This can be useful + for VOL developers to implement chunked or virtual datasets. + + (NAF - 2019/11/13, ID-148) + - Add new public function H5VLget_file_type. This function returns a datatype equivalent to the supplied datatype but |