diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-01 16:14:26 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-01 16:14:26 (GMT) |
commit | fcb7783b529de0ca877c6ba648ae8f29d7fa43b5 (patch) | |
tree | 70c173cddb1132909a0cefa0701b22116f93e4ba /release_docs | |
parent | 093060f6f3dda76366b8e6f6c5f7e8b2b5062705 (diff) | |
download | hdf5-fcb7783b529de0ca877c6ba648ae8f29d7fa43b5.zip hdf5-fcb7783b529de0ca877c6ba648ae8f29d7fa43b5.tar.gz hdf5-fcb7783b529de0ca877c6ba648ae8f29d7fa43b5.tar.bz2 |
[svn-r13718]
added entries
- Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1
- New HDF5 Dimension Scale API (H5DS) allows dimension scales to be
created in an HDF5 file and associated with specific datasets.
PVN - 2007/5/1
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index cb4d5a9..327182f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -552,6 +552,9 @@ New Features High-Level APIs: ------ + - Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1 + - New HDF5 Dimension Scale API (H5DS) allows dimension scales to be + created in an HDF5 file and associated with specific datasets. PVN - 2007/5/1 - There are two new functions in the Lite library, H5LTtext_to_dtype and H5LTdtype_to_text. H5LTtext_to_dtype creates a HDF5 data type given a text description; H5LTdtype_to_text converts a data type |