diff options
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4c383ce..f6a3f74 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -42,11 +42,13 @@ New Features Library: -------- + - Data type conversion(software) from float to integer was added. + Conversion from integer to float will be added later. SLU -2004/2/4 - Added new H5Premove_filter routine to remove I/O pipeline filters from dataset creation property lists. PVN - 2004/01/26 - Added new 'compare' callback parameter to H5Pregister & H5Pinsert routines. QAK - 2004/01/07 - - Data type conversion between integers and floats was added. + - Data type conversion(hardware) between integers and floats was added. SLU 2003/11/21 - New function H5Iget_file_id() was added. It returns file ID given an object(dataset, group, or attribute) ID. SLU 2003/10/29 |