diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2009-10-29 20:09:50 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2009-10-29 20:09:50 (GMT) |
commit | 677e3411083b5546072d530a32d252df40879917 (patch) | |
tree | 05e5d84e10d64990fa78bbf7b41b50face371e55 /doc | |
parent | daee4f8aea0d5b6fcd2a57dfc40b70648f7185b2 (diff) | |
download | hdf5-677e3411083b5546072d530a32d252df40879917.zip hdf5-677e3411083b5546072d530a32d252df40879917.tar.gz hdf5-677e3411083b5546072d530a32d252df40879917.tar.bz2 |
[svn-r17789] Description:
Add 1.6.10 section with:
Embedded HDF5 library settings in binaries
H5check_version change: displays embedded library information
New C++ member function: size_t DataSet::getInMemDataSize() const
New h5diff option: --use-system-epsilon
Minor correction in 1.6.9 section.
Tested: Safari
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 91 |
1 files changed, 86 insertions, 5 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index d32a9e8..43e7910 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -59,8 +59,91 @@ an application synchronized with the HDF5 library or related software. +<a name="1610"> +<h2>Release 1.6.10 (current release) versus Release 1.6.9, + November 2009</h2> +</a> + +<dir> + +This section lists interface-level changes and +other user-visible changes in behavior +in the transition from HDF5 Release 1.6.9 to Release 1.6.10. + +</dir> +<dir> + + <h3>Embedded HDF5 Library Settings Information</h3> + + <dl> + <dd>Library settings are now embedded in an HDF5 executable + so that an “orphaned” executable can be queried + (via the Unix strings command, for example) to display the + library settings used to build it. + The embedded settings information is the same as that + normally found in the <code>libhdf5.settings</code> file. + <p> + This capability may be disabled with the use of the + <code>--disable-embedded-libin</code> flag during configure. + </dl> + + <h3>Function with Changed Interface or Behavior</h3> + + <dl> + <dd><a href="../RM_H5.html#Library-VersCheck"> + <code>H5check_version</code></a> now displays + embedded library information (see above) + if a version mismatch is detected. + <p> + The function has also been changed to suppress the + warning message entirely if + <code>$HDF5_DISABLE_VERSION_CHECK</code> is set to + <code>2</code> or higher. + </dl> + +</dir> +<dir> + + <h3>New C++ Member Function</h3> + + <dl> + <dd>A new C++ member function is provided to + determine a dataset’s data size in memory: + <p> + <code> + + size_t DataSet::getInMemDataSize() const</code> + </dl> + +</dir> +<dir> + + <h3>Tool with Changed Interface or Behavior</h3> + + <dl> + <dd><a href="../Tools.html#Tools-Diff"><code>h5diff</code></a> + has one new option: + <p> + <code> --use-system-epsilon</code> + <p> + With this option, <code>h5diff</code> returns a difference + if and only if the difference between two data values + exceeds the system value for epsilon + (that is, if <code>|a-b| > <i>epsilon</i></code>). + <p> + The tool’s default behavior has also changed; + without this option, the tool now checks for strict equality. + <p> + This option has no short form. + <p> + </dl> + +</dir> + + + <a name="169"> -<h2>Release 1.6.9 (current release) versus Release 1.6.8, +<h2>Release 1.6.9 versus Release 1.6.8, May 2009</h2> </a> @@ -229,9 +312,7 @@ in the transition from HDF5 Release 1.6.8 to Release 1.6.9. avoid the performance penalty that NaN detection and comparison entalis. (NaN detection and comparison became the default in - in HDF5 Release 1.6.8. - <font color=red><b><i>Correct?</b></i></font> - ) + in HDF5 Release 1.6.8.) <p> <dd>This tool has two new options: <p> @@ -3247,7 +3328,7 @@ Describes HDF5 Release 1.6.10, November 2009 <!-- #EndLibraryItem --><!-- Created: Spring 1999 --> <!-- hhmts start --> -Last modified: 21 April 2009 +Last modified: 29 October 2009 <!-- hhmts end --> </body> |