diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-06 20:05:59 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-05-06 20:05:59 (GMT) |
commit | d1c337058461311d0c583c99c6fbf45d945ed555 (patch) | |
tree | 21919bd5a0a70b9b19b15b7d8716cac729477ccd /release_docs | |
parent | 4e094b5ee372a9f7ea4995784576fa21422ffd22 (diff) | |
download | hdf5-d1c337058461311d0c583c99c6fbf45d945ed555.zip hdf5-d1c337058461311d0c583c99c6fbf45d945ed555.tar.gz hdf5-d1c337058461311d0c583c99c6fbf45d945ed555.tar.bz2 |
[svn-r14946] added an option to allow a user defined formatting string for printf regarding floating point numbers
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e5fdeca..de62dde 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -56,8 +56,10 @@ New Features Tools: ------ - - h5dump: add a printing of the compression ratio of uncompressed and compressed + - h5dump: added a printing of the compression ratio of uncompressed and compressed sizes for cases where compression filters are present. (PVN - 2008/05/01) + - h5dump: added an option to allow a user defined formatting string for printf + regarding floating point numbers. (PVN - 2008/05/06) High-Level APIs: |