summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2009-10-08 19:47:25 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2009-10-08 19:47:25 (GMT)
commitceddabad65bb049add87a055eb37ab3c4570a0f9 (patch)
treea3d2b16c0f52a7e3be29c06c267691e3b74ba4fd /release_docs
parent6f6a2c726db6570427a4c8a8d7b36961346f37eb (diff)
downloadhdf5-ceddabad65bb049add87a055eb37ab3c4570a0f9.zip
hdf5-ceddabad65bb049add87a055eb37ab3c4570a0f9.tar.gz
hdf5-ceddabad65bb049add87a055eb37ab3c4570a0f9.tar.bz2
[svn-r17620] Add comments about h5diff changes
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 05df42c..95f9795 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -78,7 +78,12 @@ New Features
Tools
-----
- - None
+ - 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
---------------