diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-20 22:21:30 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-20 22:21:30 (GMT) |
commit | 8f55acc0a156ebc3a62a7c4aa145931d00d31ac5 (patch) | |
tree | ecb474cb7163ca5be3fbbf608d505fe29cab04d1 | |
parent | 55ebd053d491caa685a110ba9da7ae36db108654 (diff) | |
download | hdf5-8f55acc0a156ebc3a62a7c4aa145931d00d31ac5.zip hdf5-8f55acc0a156ebc3a62a7c4aa145931d00d31ac5.tar.gz hdf5-8f55acc0a156ebc3a62a7c4aa145931d00d31ac5.tar.bz2 |
[svn-r13357]
added description of new h5diff features done a while ago
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 389b271..a09fc07 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -502,7 +502,13 @@ New Features Tools: ------ - - h5diff prints dataset dimensions along with dataset name. PVN - + - 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 - 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 |