diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-06 20:34:56 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:20 (GMT) |
commit | 9f77be02e51e37fd3d82e6681151fd22ba20e1c8 (patch) | |
tree | 3c7eed5cb5eea55e75eae8fa91a2d9c7e1528a99 /release_docs | |
parent | 91a6e37dbc7ddd13e52f252d48e47dce8b086560 (diff) | |
download | hdf5-9f77be02e51e37fd3d82e6681151fd22ba20e1c8.zip hdf5-9f77be02e51e37fd3d82e6681151fd22ba20e1c8.tar.gz hdf5-9f77be02e51e37fd3d82e6681151fd22ba20e1c8.tar.bz2 |
Add RELEASE.txt note for H5Sselect_project_interesection
Diffstat (limited to 'release_docs')
-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 45f1626..f031b19 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 |