October 4, 2004
To subscribe/unsubscribe to the hdfnews mailing list, please send your request to ncsalist@ncsa.uiuc.edu with the appropriate command (e.g. subscribe hdfnews, unsubscribe hdfnews, help) in the *body* of the message.
HDF5-1.6.3 is now available for download from the NCSA HDF5 home
page at:
http://hdf.ncsa.uiuc.edu/HDF5/
The HDF5 documentation is included in the source code and can also
be accessed from:
http://hdf.ncsa.uiuc.edu/HDF5/doc/
This is a fully tested release. The configuration features supported
in this release can be viewed at:
http://hdf.ncsa.uiuc.edu/HDF5/release/SuppConfigFeats.html
The RELEASE.txt file in the source code contains detailed information
ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/unpacked/release_docs/RELEASE.txt
For information on functions that have changed in HDF5-1.6.3, see:
http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/Changes.html
The major new features and changes in HDF5-1.6.3 are:
H5Fget_filesize
, was added. It returns the
actual file size of the opened file.
H5Fget_name
, was added. It returns the name
of the file by object (file, group, data set, named data type,
attribute) ID.
h5repack
utility has been added to the tools suite. It
regenerates an HDF5 file from another HDF5 file, optionally
applying HDF5 filters (compression) and/or chunking to the
copied file. The filters options are read from the command
line.
New options have been added to h5dump
to:
h5fget_filesize_f
,
h5iget_file_id_f
, h5premove_filter_f
, and
h5zget_filter_info_f
.
This release also contains many bug fixes. Please refer to the RELEASE.txt file in the source code for a comprehensive list of new features and changes.
AIX 5.1 and 5.2 (32 and 64 bit) Cray T3E, SV1, T90 FreeBSD HP-UX IRIX64 (32 and 64 bit) Linux 2.4 Mac OS X OSF1 Solaris (32 and 64 bit) TFLOPS Windows
For further information please refer to the following page (or RELEASE.txt):
http://hdf.ncsa.uiuc.edu/HDF5/release/platforms5.html
Known problems at release time are listed in the RELEASE.txt file that comes with the source code.
Further information on known problems can be found on the following page:
http://hdf.ncsa.uiuc.edu/HDF5/release/known_problems5.html
After testing began for HDF5-1.6.3, a problem was encountered with unlinking chunked datasets, which caused the library to crash. The fix for this problem did not make it into the HDF5-1.6.3 release. However, a patch is available for this problem, which can be downloaded from the patches directory at:ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/patches/
Either:
H5Distore.c
file from the patches directory,
replacing the H5Distore.c
file in the source code
under ./hdf5-1.6.3/src/
.OR
hdf5-1.6.3-patch.tar.gz
) from the patches directory.
Note that this fix is NOT included in the pre-compiled binaries we provide.