summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:31:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:31:52 (GMT)
commitb98f6300096235574e67accdd5b8d0c3dba66688 (patch)
tree639580b6b4375898b726d1bcfe092aba0f211e53 /release_docs/RELEASE.txt
parent73c8e2f9d6e7b7b3bfca33e26d9c9cffa3041517 (diff)
parent9c3900d0bf05a65e59cce6dc613b38b240599d93 (diff)
downloadhdf5-b98f6300096235574e67accdd5b8d0c3dba66688.zip
hdf5-b98f6300096235574e67accdd5b8d0c3dba66688.tar.gz
hdf5-b98f6300096235574e67accdd5b8d0c3dba66688.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9c3900d0bf05a65e59cce6dc613b38b240599d93': Add note to RELEASE.txt for H5Sselect_adjust. Add RELEASE.txt note for H5Sselect_project_interesection Minor tweaks noticed while going over VOL documentation.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bc59a91..51f6773 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -199,6 +199,22 @@ New Features
Library:
--------
+ - Add new public function H5Sselect_adjust.
+
+ This function shifts a dataspace selection by a specified logical offset
+ within the dataspace extent. This can be useful for VOL developers to
+ implement chunked datasets.
+
+ (NAF - 2019/11/18)
+
+ - 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