summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-02-11 21:20:37 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-02-11 21:20:37 (GMT)
commitd9baac8b0b857d82dd0e520a624d6396814417a9 (patch)
tree4eeaa8f77609ab56c73518ef6d57ee93ad2f1eab
parent23d2b5d55726751b70f47f8214cc94c8ead15f1f (diff)
downloadhdf5-d9baac8b0b857d82dd0e520a624d6396814417a9.zip
hdf5-d9baac8b0b857d82dd0e520a624d6396814417a9.tar.gz
hdf5-d9baac8b0b857d82dd0e520a624d6396814417a9.tar.bz2
[svn-r23245] I added the information about the new function H5DOwrite_chunk.
No test is needed.
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0ac9c3f..fa0e6ec 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -371,9 +371,9 @@ New Features
High-Level APIs:
------
- Table: In version 3.0 of Table, "NROWS" (used to store number of records) was
- deprecated (PVN - 2008/11/24)
+ deprecated (PVN - 2008/11/24)
- - Added Fortran wrappers for Dimension Scale APIs. HDFFV-3797
+ - Added Fortran wrappers for Dimension Scale APIs. HDFFV-3797
h5dsset_scale_f
h5dsattach_scale_f
h5dsdetach_scale_f
@@ -386,9 +386,15 @@ New Features
(EIP for SB - 2011/10/13)
- New API: h5ltpath_valid (Fortran: h5ltpath_valid_f) which checks
- if a path is correct and determines if a link resolves to a valid
- object and checks that the link does not dangle. (MSB- 2012/3/15)
-
+ if a path is correct and determines if a link resolves to a valid
+ object and checks that the link does not dangle. (MSB- 2012/3/15)
+
+ - A new API function H5DOwrite_chunk. It writes a data chunk directly
+ into a file bypassing hyperslab selection, data conversion, and
+ filter pipeline. The user must be careful with the function and
+ clearly understand the I/O process of the library.
+ (SLU - 2013/2/11)
+
Documentation
-------------