diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:34:56 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:34:56 (GMT) |
commit | 848be85f001cc6379b1bedc44c21db522c102605 (patch) | |
tree | 6ae2bcd5b8ae31c00a07867bbf5f489302926e58 /release_docs/RELEASE.txt | |
parent | c7165f05444ce5ae6c5db50f2faf33023ba0eac0 (diff) | |
download | hdf5-848be85f001cc6379b1bedc44c21db522c102605.zip hdf5-848be85f001cc6379b1bedc44c21db522c102605.tar.gz hdf5-848be85f001cc6379b1bedc44c21db522c102605.tar.bz2 |
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 |