Purpose:
Clarification. Might even call it a bugfix.
Description:
H5Gunlink: Corrected loc_id parameter to be 'file or group'
rather than just 'file'.
Platforms tested:
IE 5
Purpose:
Bugfixes.
Removed H5Pset_fapl_dpss.
Clarifications & a new list of driver IDs.
Description:
Corrected spellings of FORTRAN function names (mpi --> mpio)
h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f
H5Pset_fapl_dpss:
Removed function from RM.
H5Pget_driver:
Corrected return type.
Added list of valid driver identifiers and note re custom drivers.
H5Pcreate:
Added note, per user complaint, that the property must eventually
be closed with H5Pclose, else errors are likely to occur.
Platforms tested:
IE 5
Purpose:
Clarification and bugfix
Description:
H5Aclose -- Changed statement regarding future use of a released
attribute identifier.
H5Acreate -- Corrected create_plist_id reference and listed H5P_DEFAULT
as only currently-accepted value.
Platforms tested:
IE 5
Purpose:
feature add
Description:
Added ability to h5dumper to dump Group comments.
Solution:
Stole the code from h5ls that does this and put it into the h5dumper
code. Modified the DDL to reflect the newest change. Added a testcase
(tgrp_comments.*) to test that it's actually doing the comments
correctly.
Small modification to H5G.c. The error comment should have said that
it couldn't "get" the comment instead of "set" the comment...
Platforms tested:
Dangermouse, Kelgai, Modi4
Purpose:
Expanded descriptions and minor copy edits.
Solution:
H5Fcreate, H5Fopen, H5Fclose
Changes stemming from Albert's H5Fxxx proposal
Added IN/OUT designations to parameters.
Minor formatting and copy edits.
[Sorry about the extra lines here, but every time I try to delete a
blank line, I get a "no space left on device" error.]
Platforms tested:
IE 5
Update docs
Description:
H5Dread and H5Dwrite description contained some inaccurate information about
how H5S_ALL works as a parameter for the memory and file dataspaces.
Solution:
Updated information to reflect current library behavior for H5S_ALL.
Link in "Supported Configuration Features Summary" table.
Description:
Added link to SuppConfigFeats.142Final.html on HDF web server.
Platforms tested:
IE 5
To list Release 1.4.2 API changes in Fortran90 library.
Description:
Added note re new 'dims' parameter in 4 F90 routines:
h5aread/write_f and h5dread/write_f.
Platforms tested:
IE 5
Linking to new "Freespace Management" section from appropriate places.
Description:
Added links, with explanatory paragraph or footnote,
from Chunking.html, Filters.html, and H5Gunlink in RM_H5G.html
to "Freespace Management" in Performance.html.
Platforms tested:
IE 5
To make "HDF5 Tools" and "HDF5 Java Tools" more visible to users
Description:
index.html: Added link to "HDF5 Tools"
Tools.html: Added link to "HDF5 Java Tools"
Platforms tested:
IE 5
Fixes bug #503
Description:
H5Gunlink -- Changed "file space is reclaimed" ot "released".
Added note re: freespace and packing.
Heavy edit of Purpose and Description.
Platforms tested:
IE 5
Bugfix
Description:
H5Screate_simple -- Corrected statement referring to value of 0
instead of H5S_UNLIMITED for unlimited dimensions. While there,
took the opportunity to rework the Description section.
Fixes Bug #568.
Platforms tested:
IE 5
Purpose:
Bugfixes.
Description:
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Bugfix (Tools.html) and spelling correction (Files.html).
Description:
Tools.html
h5dump -- Removed "interactively" from first description sentence.
(As a user has pointed out, an application that runs and exits
without opportunity for user input is not "interactive".)
Fixes bug #474.
Rewrote introductory sentence to "Tools" page.
Files.html -- Spelling correction
Platforms tested:
IE 5