diff options
author | Peter Cao <xcao@hdfgroup.org> | 2009-10-08 19:40:42 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2009-10-08 19:40:42 (GMT) |
commit | 82efaff584c24b49f132f645e86e12695887d144 (patch) | |
tree | af4234e7b9d1a4f1d31894cec7addbe0a9e00ccc /release_docs | |
parent | 7ec079a5152761d3e972b2f52c3542f5ec38f89e (diff) | |
download | hdf5-82efaff584c24b49f132f645e86e12695887d144.zip hdf5-82efaff584c24b49f132f645e86e12695887d144.tar.gz hdf5-82efaff584c24b49f132f645e86e12695887d144.tar.bz2 |
[svn-r17619] Add comments about h5diff change made for epsilon.
Diffstat (limited to 'release_docs')
-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 da91b2a..aefc762 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -171,6 +171,9 @@ New Features - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect) before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true (INF is treated as an number instead of NaN) (PC -- 2009/07/28) + - h5diff: add option "--use-system-epsilon" to print difference if (|a-b| > EPSILON) + Change default to use strict equality (PC -- 2009/09/12) + High-Level APIs: ------ |