summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 20:34:56 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 20:38:55 (GMT)
commit9191a09aa80a1ef8049d8598d98e94bf2fb36a74 (patch)
treec4f60fdb3ab4756bcc48fbaddd1d5cf372cbd38c /release_docs
parent33357092c48b5cbc9ddd4b5ecad7ff3a69b7622c (diff)
downloadhdf5-9191a09aa80a1ef8049d8598d98e94bf2fb36a74.zip
hdf5-9191a09aa80a1ef8049d8598d98e94bf2fb36a74.tar.gz
hdf5-9191a09aa80a1ef8049d8598d98e94bf2fb36a74.tar.bz2
Add RELEASE.txt note for H5Sselect_project_interesection
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 10a9596..7a237cb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -90,6 +90,14 @@ New Features
release.
• h5dump will fail to display references on big-endian machines.
+ - 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