[svn-r3830] Snapshot version 1.4 release 1 (post0)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
|
||||
HDF5 Release 1.4.1
|
||||
HDF5 Release 1.4.2 under construction
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
|
||||
This document describes the differences between HDF5-1.4.0 and
|
||||
HDF5-1.4.1, and contains information on the platforms tested and
|
||||
known problems in HDF5-1.4.1. For more details check the HISTORY.txt
|
||||
This document describes the differences between HDF5-1.4.1 and
|
||||
HDF5-1.4.2, and contains information on the platforms tested and
|
||||
known problems in HDF5-1.4.2. For more details check the HISTORY.txt
|
||||
file in the HDF5 source.
|
||||
|
||||
The HDF5 documentation can be found on the NCSA ftp server
|
||||
@@ -27,7 +27,7 @@ If you have any questions or comments, please send them to:
|
||||
CONTENTS
|
||||
|
||||
- New Features
|
||||
- Bug Fixes since HDF5-1.4.0
|
||||
- Bug Fixes since HDF5-1.4.1
|
||||
- Documentation
|
||||
- Platforms Tested
|
||||
- Supported Configuration Features
|
||||
@@ -37,78 +37,21 @@ CONTENTS
|
||||
New Features
|
||||
============
|
||||
|
||||
* XML output option for h5dump utility.
|
||||
|
||||
A new option --xml to output data in XML format has been added. The
|
||||
XML output contains a complete description of the file, marked up in
|
||||
XML.
|
||||
|
||||
The XML conforms to the HDF5 Document Type Definition (DTD), which
|
||||
is available at:
|
||||
|
||||
http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd
|
||||
|
||||
The XML output is suitable for use with other tools, including the
|
||||
Java Tools:
|
||||
|
||||
http://hdf.ncsa.uiuc.edu/java-hdf5-html
|
||||
|
||||
|
||||
Bug Fixes since HDF5-1.4.0 Release
|
||||
Bug Fixes since HDF5-1.4.1 Release
|
||||
==================================
|
||||
|
||||
* h4toh5 utility: conversion of images is fixed
|
||||
|
||||
Earlier releases of the h4toh5 utility produced images that did not
|
||||
correctly conform to the HDF5 Image and Palette Specification.
|
||||
|
||||
http://hdf.ncsa.uiuc.edu/HDF5/doc/ImageSpec.html
|
||||
|
||||
Several required HDF5 attributes are omitted, and the dataspace
|
||||
is reversed (i.e., the ht. and width of the image dataset is
|
||||
incorrectly described.) For more information, please see:
|
||||
|
||||
http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
|
||||
|
||||
* Fixed bug with contiguous hyperslabs not being detected, causing
|
||||
slower I/O than necessary.
|
||||
* Fixed bug where non-aligned hyperslab I/O on chunked datasets was
|
||||
causing errors during I/O
|
||||
* The RCSID string in H5public.h was causing the C++ compiling problem
|
||||
because when it was included multiple times, C++ did not like
|
||||
multiple definitions of the same static variable. All occurance of
|
||||
RCSID definition are removed since we have not used it consistently
|
||||
before.
|
||||
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
PDF and Postscript versions of the following documents are available
|
||||
for this release:
|
||||
Document Filename
|
||||
-------- --------
|
||||
Introduction to HDF5 H5-R141-Introduction.pdf
|
||||
HDF5 Reference Manual H5-R141-RefManual.pdf
|
||||
C++ APIs to HDF5 documents H5-R141-Cplusplus.pdf
|
||||
Fortran90 APIs to HDF5 documents H5-R141-Fortran90.pdf
|
||||
|
||||
PDF and Postscript files containing H5-R141-DocSet.pdf
|
||||
all of the above H5-R141-DocSet.ps
|
||||
|
||||
These files are not included in this distribution, but are available
|
||||
via the Web or FTP at the following locations:
|
||||
http://hdf.ncsa.uiuc.edu/HDF5/doc/PSandPDF/
|
||||
ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/docs/
|
||||
|
||||
While these documents are labeled Release 1.4.1, they describe
|
||||
Release 1.4.0 as well.
|
||||
|
||||
|
||||
Platforms Tested
|
||||
================
|
||||
|
||||
Due to the nature of this release only C, C++ libraries and tools were tested.
|
||||
|
||||
AIX 4.3.3.0 (IBM SP powerpc) xlc 3.6.6
|
||||
mpcc_r 3.6.6
|
||||
|
||||
Reference in New Issue
Block a user