[svn-r4913] Purpose:

Feature add

Description:
    Added note about a new API function.
This commit is contained in:
Quincey Koziol 2002-02-07 11:19:59 -05:00
parent 17da7e80da
commit 1f3762ff88

View File

@ -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