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
Bug Fix
Description:
I somehow overlooked dataset_p1.obj which was listed as a file to
install.
Solution:
Removed dataset_p1.obj from the list.
Platforms tested:
Linux
Purpose:
The variable specifying one possible creation length for a
variable-length string was misidentified.
Solution:
Changed erroneous occurence of H5T_STRING_VARIABLE to the
correct occurence of H5T_VARIABLE.
Platforms tested:
IE 5
Fix
Description:
Fixed the install-doc command...
Solution:
Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris
Purpose:
Extracting RELEASE and HISTORY from Changes.html and distributing
them as separate files will not only leave Changes.html easier to
read, but will ease maintenance.
Solution:
Removed the RELEASE and HISTORY files' contents from Changes.html,
inserting links instead.
Changes.html now points to RELEASE.txt and HISTORY.txt, duplicates
of hdf5/RELEASE and hdf5/HISTORY. These two files will
henceforth be distributed within the doc set so that this
information can be available to applications developers who
cannot access the HDF website (e.g., due to a firewall) and
are working without the HDF5 source code.
Affected files: hdf5/doc/html/ADGuide/Changes.html
hdf5/doc/html/ADGuide/RELEASE.txt
hdf5/doc/html/ADGuide/HISTORY.txt
Platforms tested:
IE 5