Develop and Download Open Source Software

Hierarchical Data Format

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2011-10-22 05:22
This release adds an --enable-fortran2003 flag to enable Fortran2003 support in the HDF5 Fortran library, assorted bugfixes, and code cleanup.
2011-10-07 22:58
This release adds assorted bugfixes.
2011-09-02 06:21
Special Collective I/O and Complex Derived Datatype MPI functionality are now always enabled. Backwards compatibility with the 1.6 fix. Windows compatibility fixes. Improved sanity checking of tools.
2011-06-17 15:29
The ability to cache files opened through external links was added to the library. Shared C++ and High Level libraries can now be built on AIX. The library now allows a dataspace dimension size to be zero. The h5copy utility was fixed to enable copying an object into the same HDF5 file. A few fixes were made to the High Level Fortran APIs. Speedups were done to some of the utilities.
2011-01-04 07:07
This release adds support for thread safety on Windows using the Windows threads library. It removes all old code for Metraowerks compilers. H5Tset_order and H5Tget_order now support all data types. A bug preventing closing a data set if a mandatory filter failed has been fixed. A crash when accessing a file via a broken link has been fixed. There are code speedups.

Project Resources

http://freecode.com/urls/b6da5940b3c25ae2ea00badea227226c
http://freecode.com/projects/hdf

Project Description

HDF (Hierarchical Data Format) is a general
purpose library and file format for storing
scientific data. It arranges data into datasets
(multidimensional arrays) and groups (a structure
for organizing objects).