summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-02-04 22:51:39 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-02-04 22:51:39 (GMT)
commit45262c5b3d85afe4ab92c6015c66bdc02d5e31a3 (patch)
tree61e8db77f47e009d6b8df632e8dc9741f84d3b47 /release_docs
parent1b147875db41924cc04bd2cd577676b197ae34ab (diff)
downloadhdf5-45262c5b3d85afe4ab92c6015c66bdc02d5e31a3.zip
hdf5-45262c5b3d85afe4ab92c6015c66bdc02d5e31a3.tar.gz
hdf5-45262c5b3d85afe4ab92c6015c66bdc02d5e31a3.tar.bz2
[svn-r8152] Purpose: new feature.
Description: software conversion from float to integer(integer to float hasn't be done yet). Solution: This is the software conversion. Platforms tested: h5committest Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
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