Footer.lbi -- Change docs footer to
"Describes HDF5 Release 1.6.3, September 2004"
NavBar_RM.lbi -- Add link to Ref Manual PDF in RM navigation bar
Platforms tested:
Mozilla
Formatting update for PDF version of the HDF5 Reference Manual
for Release 1.6.3.
Platforms tested:
HTMLdoc, Adobe Acrobat Reader, Mozilla
Misc. update:
Formatting updates enabling generation of the PDF version
of the HDF5 Reference Manual for Release 1.6.3.
Platforms tested:
HTMLdoc, Adobe Acrobat Reader, Mozilla
Purpose:
Correct oversight in Release 1.6.0 "New Functions" list.
Description:
Add H5Pget/set_fclose_degree to Release 1.6.0's "New Functions."
(Contributes to closing Bugzilla entries 188 and 190.)
Move H5set_free_list_limits to correct location in same 1.6.0 list.
Platforms tested:
Mozilla
Fix errors in H5Pget_fclose_degree and H5Pset_fclose_degree.
Clarify H5Pset_filter and H5Pset_szip.
Description:
H5Pget_fclose_degree and H5Pset_fclose_degree
Functions index at top of page:`
Move H5Pget/set_fclose_degree into "File Access Properties."
Remove "File Close Properties" section.
H5Pget_fclose_degree -- Correct parameter description.
(Contribute to closing Bugzilla entries 188 and 190.)
H5Pset_filter -- Clarification of terms
H5Pset_szip -- Add note regarding H5Pset_szip failure if SZIP encoding
is disabled in the available copy of the SZIP library.
Other minor formatting and copy edits.
Platforms tested:
Mozilla
Add directory hdf5/doc/html/cpplus_RM/header_files to
hdf5/doc/html/cpplus_RM/Makefile.in
and remove same directory from the "public files" list.
Platforms tested:
eirene
H5Dcreate may fail if there has been an error in setting up the DCPL.
Description:
To make sure that it is well noted in Relelase 1.6.3, this is a
first cut at a generalized description of this potential failure.
An improved description of the problem remains on the "To Do" list.
Platforms tested:
Mozilla
H5T_conv_t (appears in H5Tregister description) -- changed datatype
of the nelmts parameter
H5Tconvert -- changed datatype of the nelmts parameter
Platforms tested:
Mozilla
Purpose:
Add H5Premove_filter
H5Pset_chunk bug fix
Further SZIP revisions
Description:
H5Premove_filter -- added this function, incuding Fortran
H5Pset_chunk -- specified units of chunk size as "dataset elements"
Fixes Bugzilla #110.
H5Pset_szip revisions and clarifications
improved description of bits_per_pixel settings
(at high-level in "Description" with details in "Notes")
clarify meaning of "pixel" in HDF5/SZIP context
describe potential H5Dcreate failure more explicitly
in case of mistaken use of H5Pset_szip
clarify discussion of H5_SZIP_EC_OPTION_MASK versus
H5_SZIP_NN_OPTION_MASK suitability
mention current SZIP setting for maximum number of blocks
per scan line
Platforms tested:
Mozilla
Purpose:
Added notes regarding C++ changes, including mention of the C++ RM.
Entries appear in "New Functions" and "Functions with changed Syntax."
Platforms tested:
Mozilla
Description:
RM_H5Front.html
Add link to new C++ Ref Manual
(and delete link to superseded old C++ Interfaces document)
index.html
Restructure page in attempt to reduce cluttered appearance
Revise "HDF5 User's Guide" section
Rework "HDF5 Ref Manual" and "Foreign Languages" sections,
with particular attention to the new C++ RM
Replace links to two outdated Parallel HDF5 documents with
link to a much more current page on the HDF website
(and move link into the "at NCSA" column)
Add emphasis to "Tools" link
Platforms tested:
Mozilla, Safari
Purpose:
Adding C++ Reference Manual to 1.6 release branch.
This manual is automatically generated
by doxygen from the C++ source code.
Platforms tested:
Mozilla, Safari, IE 5
Purpose:
Adding C++ Reference Manual to 1.6 release branch.
This manual is automatically generated
by doxygen from the C++ source code.
Platforms tested:
Mozilla, Safari, IE 5
Purpose:
In "Intro to HDF5" Example #5, corrected the anticipated output listed in
a code comment.
Fixes Bugzilla entry #112.
Platforms tested:
Mozilla
Purpose:
Removed second versions of h5dread_f and h5dwrite_f, as that version
of the FORTRAN subroutine is no longer required and has been removed
from the API.
This closes Bugzilla entry #92, which complained of a parameter
description error in the second version.
Platforms tested:
Mozilla
Purpose:
H5Pset_szip -- major rewrite
H5Dcreate -- added a note regarding SZIP
Description:
H5Pset_szip -- Rrestructured and rewrote H5Pset_szip Description and
Notes to explain SZIP usage more completely, to capture limitations
and potential pitfalls, to offer a tunign suggestion, and to
segregate discussion of SZIP parameters that may be of interest to
users familiar with SZIP in other environments.
Updated parameter discussion in Description and Parameter sections.
Described ways in which erroneous SZIP setup can cause H5Dcreate
to fail.
H5Dcreate -- Added note to see the H5Pset_szip RM entry if H5Dcreate
fails and SZIP compression is to be used with the dataset.
Platforms tested:
Mozilla
updated documentation and usage message
Description:
updated the html documentation for the new h5diff modes
added a section for h5repack
Solution:
Platforms tested:
linux
Misc. update:
Purpose:
Bug Fix
Description:
If an HDF5 file grows larger than its address space, it dies and is unable to
write any data. This is more likely to happen since users are able to change
the number of bytes used to store addresses in the file.
Solution:
HDF5 now throws an error instead of dying. In addition, it "reserves" address
space for the local heap and for object headers (which do not allocate space
immediately). This ensures that after the error occurs, there is enough address
space left to flush the entire file to disk, so no data is lost.
A more complete explanation is at /doc/html/TechNotes/ReservedFileSpace.html
Platforms tested:
sleipnir, copper (parallel), verbena, arabica, Windows (Visual Studio 7)
Misc. update:
Purpose: Maintenance
Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list
of the available parameters for the H5Pset_szip function.
Solution: Updated Fortran source, tests and documentation
to reflect this change.
Platforms tested: arabica (too small for h5committest)
Misc. update:
Purpose:
To more carefully describe the behavior of H5Pset_external.
Description:
Add notes that first H5Pset_external call sets the dataset as EXTERNAL
and identifies the first file in the series of external files that
will hold the dataset; subsequent calls identify additional files;
all external files must be declared before the dataset is created;
and the library will create files that don't yet exist on the system
at the time that H5Dwrite is called to write data to that file.
Also a few copy edits.
Platforms tested:
Mozilla