diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-07 16:19:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-07 16:19:59 (GMT) |
commit | 1f3762ff88f9f9b0b7ce4ae177aee237830fde45 (patch) | |
tree | ca1e5ea945e1829f09da20dabbc9847228b4602d | |
parent | 17da7e80daab246decbda8340934d9b5d2c3268a (diff) | |
download | hdf5-1f3762ff88f9f9b0b7ce4ae177aee237830fde45.zip hdf5-1f3762ff88f9f9b0b7ce4ae177aee237830fde45.tar.gz hdf5-1f3762ff88f9f9b0b7ce4ae177aee237830fde45.tar.bz2 |
[svn-r4913] Purpose:
Feature add
Description:
Added note about a new API function.
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 911dcc9..c398685 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -221,6 +221,9 @@ New Features * Added support to read/write portions of chunks directly, if they are uncompressed and too large to cache. This should speed up I/O on chunked datasets for a few more cases. -QAK, 1/31/02 + * Added new "H5Sget_select_type" API function to determine which type of + selection is defined for a dataspace ("all", "none", "hyperslab" or + "point"). -QAK, 2/7/02 Platforms Tested |