summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-01 21:36:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-03-01 21:36:43 (GMT)
commita0d5e09775b83e851386710fb563ffee70210c28 (patch)
treef6a4d9a4e99520cf55cfbf04e2d4083074fc279f /release_docs
parent2e8b6c0223e6969e3840e2dfefdfa34a223f3e15 (diff)
downloadhdf5-a0d5e09775b83e851386710fb563ffee70210c28.zip
hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.gz
hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.bz2
[svn-r13441]
make 1.7 h5repack more similar to 1.6 h5repack
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bf9584f..99f52d1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -504,16 +504,17 @@ New Features
Tools:
------
+ - h5repack: added support for reading and repacking by hyperslabs for
+ large files. PVN - 2007/03/01
+ - h5repack: a new option allows the copy using the file type (default)
+ instead of the previous conversion to native type. PVN - 2007/03/01
+ - h5repack: output the percentage of compression used. PVN - 2007/03/01
- h5diff: added support for -p option for unsigned long_long data. PVN
- 2007/02/26
- h5diff: added support for comparing dataset regions. PVN - 2007/02/20
- h5diff: added support for reading and comparing by hyperslabs for large files.
- PVN - 2007/02/20
- - h5diff: inclusion of a relative error compare formula to compare floating
- point numbers in order to deal with floating point uncertainty. PVN
- - 2007/02/20
- - h5diff: printing of dataset dimensions along with dataset name. PVN -
- 2007/02/19
+ PVN - 2007/02/20
+ - h5diff: printing of dataset dimensions along with dataset name. PVN -2007/02/19
- h5dump now uses the new API function H5Rget_name to display the name
of the dataset referenced instead of its ID. PVN - 2007/02/19
- Added new tool, h5mkgrp. QAK - 2007/02/14