Bug Fix
Description:
Applied hack from 1.5 branch so that it will install the
html/Tutor/examples/java directory successfully. The make's in that
directory were failing because of this.
Purpose:
Bugfixes and a new description of file-closing behavior.
Description:
h5.intro.html -- Fixed HTML coding errors.
RM_H5.html -- H5close -- Corrected typo.
RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
any OIDs for contained objects are still open.
RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
this did not get updated in synchrony with H5Tset_strpad.
H5Tset_strpad -- Corrected 'strpad' parameter description.
RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
parameter.
RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
IE 5
Update
Description:
Changed the "description to reflect what it is changes from v.122
to 140.
Added a section of migration to show how to move from v.122 to v140.
Platforms tested:
Viewed by IE5.
Purpose:
Updating Fortran90 APIs.
Description:
fortran/h5t_FORTRAN.html
Removed h5tget_member_dims_f and h5tinsert_array_f.
fortran/h5d_FORTRAN.html
Created near-duplicate h5dwrite and h5dread entries:
One for all datatypes EXCEPT object and dataset region references.
One for object and dataset region reference datatypes.
Added buffer size parameter, n, and changed buffer rank to 1 in
reference datatypes version.
Platforms tested:
IE 5
Purpose:
Updating FORTRAN API
Description:
RM_H5P.html
fortran/h5p_FORTRAN.html
Made H5Pset_fapl_split warning into a separate paragraph so that
it is more visible. [RM_H5P.html only]
Removed
h5pset_stdio_f h5pset_sec2_f
h5pget_stdio_f h5pget_sec2_f
h5pset_core_f h5pset_family_f
h5pget_core_f h5pget_family_f
Replaced
h5pset_mpi_f h5pset_xfer_f
h5pget_mpi_f h5pget_xfer_f
with
h5pset_fapl_mpio_f h5pset_dxpl_mpio_f
h5pget_fapl_mpio_f h5pget_dxpl_mpio_f
Platforms tested:
IE 5
update
Description:
Put in a caution statement in the H5Pset_fapl_split() function of
the potential change in the next release.
Platforms tested:
Viewed by netscape.
Description:
Removed "Limitations of This Release" section, which was really
designed for the early releases when we didn't yet have full
functionality.
Replaced the "Changes in the Current Release" section with pointers
to ADGuide/RELEASE.txt and ADGuide/Changes.html.
Corrected reference to H5Dget_vlen_buf_size to read H5Dvlen_get_buf_size.
Platforms tested:
IE 5
Description:
Added array and VL datatype sections and examples.
Removed full examples (not sample snippets of code) that were
embedded in the running text in addition to having been
included in the separate "Examples Codes" section.
Renumbered examples as needed.
Added several "Return to TOC" links.
Minor formatting fixes and edits.
Platforms tested:
IE 5
Purpose:
Adding new examples, minor reformatting and edits, and
fixing non-print errors.
Description:
Added array and VL datatype examples.
Renumbered examples as needed.
Minor formatting.
Throughout -- so that they display properly, changed
'<' and '>' to '<' and '>'.
Platforms tested:
IE 5
Description:
H5Tget_array_dims: Corrected return type.
Changed reference to H5Tget_member_dims (a deleted function)
to H5Tget_member_class.
Removed reference to h5tget_member_dims_f (underlying C function
has been removed)
Platforms tested:
IE 5
Description:
Array datatype -- minor edits in code example intro
VL datatype -- new code example
Array and VL examples -- so that they display properly,
changed '<' and '>' to '<' and '>'.
Changed reference to H5Tget_member_dims (a deleted function)
to H5Tget_member_class.
Removed H5Tget_member_dims description.
Platforms tested:
IE 5
Purpose:
Contains code examples from doc/H5.intro.html (Intro to HDF5).
These were moved so that examples can be displayed in a separate
browser window and viewed in parallel with reading the document.
Platforms tested:
IE 5
Purpose:
Extracted code examples from document file so that examples
can be displayed in separate window and viewed in parallel
with reading the doument.
Platforms tested:
IE 5