diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2013-02-05 17:07:02 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2013-02-05 17:07:02 (GMT) |
commit | 0e3517d34fb6b4c2c1016ea6be80f3046f6d8549 (patch) | |
tree | 9a0785d26e7444a3cc852f0f8864f1e372855c87 /release_docs/RELEASE.txt | |
parent | d7a07d62a486f28ca869416762a4b45c7befb45b (diff) | |
download | hdf5-0e3517d34fb6b4c2c1016ea6be80f3046f6d8549.zip hdf5-0e3517d34fb6b4c2c1016ea6be80f3046f6d8549.tar.gz hdf5-0e3517d34fb6b4c2c1016ea6be80f3046f6d8549.tar.bz2 |
[svn-r23230] Purpose: Implement H5Dscatter and H5Dgather
Description:
Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data
from a specified callback function and scatters it into a selection, defined by
a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data
from a selection within a supplied memory buffer and passes it in a contiguous
form to a supplied callback function. Added tests for these functions
Tested: jam, ostrich, koala (h5committest); ummon
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 6d329bb..a67c613 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -106,6 +106,9 @@ New Features Library: -------- + - Added new API functions H5Dscatter and H5Dgather to scatter data to and + and gather data from a selection within a memory buffer. + (NAF - 2013/02/05) - The library now supports the data conversion from enumeration to numeric (integer and floating-point number) datatypes. See Issue 8221. (SLU - 2012/10/23) |