diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-10-04 19:18:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-10-04 19:18:02 (GMT) |
commit | 0d3b1f94df69be8c846156eb92d0ab3ed12bebf7 (patch) | |
tree | 080bdb045c1b71640be8fee825a83bd5219d825a /release_docs/RELEASE.txt | |
parent | 4b2c55da4bdea3482b99b8a34a0fe9671ef0326e (diff) | |
download | hdf5-0d3b1f94df69be8c846156eb92d0ab3ed12bebf7.zip hdf5-0d3b1f94df69be8c846156eb92d0ab3ed12bebf7.tar.gz hdf5-0d3b1f94df69be8c846156eb92d0ab3ed12bebf7.tar.bz2 |
[svn-r22864] Move h5import change to new feature section.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f748c7c..37739f7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -78,7 +78,17 @@ New Features Tools ----- - - None + - h5import: Allow use of h5dump output as input files to h5import. + h5dump must include the "-p" option to print the properties, + configuration file is captured output of h5dump. The restrictions are + that only one dataset with a simple datatype (integer, floating-point, + or string) can be processed. + Integers and floating-point imports from h5dump must use the "binary" + option for the data file. + The string version uses the h5dump "-y --width=1" options to disable the + indexing printouts, print single columns and obviously NOT use the + "binary" option. + (ADB - 2012/07/19 HDFFV-721) High-Level APIs --------------- @@ -158,8 +168,6 @@ Bug Fixes since HDF5-1.8.9 - h5diff: Fixed the Function COPY_TESTFILES_TO_TESTDIR() of testh5diff.sh to better report when there is an error in the file copying. HDFFV-8105 (AKC 2012/07/22) - - h5import: Allow use of h5dump output as input files to h5import. - HDFFV-721 (ADB 2012/07/19) - h5dump: Fix sort by name display to maintain correct parent / child releationships between ascending / descending order. HDFFV-8095 (ADB 2012/07/12) |