summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-03-13 17:39:24 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-03-13 17:39:24 (GMT)
commitf0ac5a6420d53f3c2ce4a322f3d6e36902b67b42 (patch)
treed00323b4fb9cbfc3b2b7d44a86d7c46f39d50f82 /release_docs
parent5224b9e21a474759b5bea8d4d0d61fc284cceeb8 (diff)
downloadhdf5-f0ac5a6420d53f3c2ce4a322f3d6e36902b67b42.zip
hdf5-f0ac5a6420d53f3c2ce4a322f3d6e36902b67b42.tar.gz
hdf5-f0ac5a6420d53f3c2ce4a322f3d6e36902b67b42.tar.bz2
[svn-r8258] Purpose: new feature
Description: integer-float software conversion. There are some print commands left in the source code. Will clean them up once no problem is found in test. Platforms tested: h5committest. Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 567610a..f9a12a0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -42,6 +42,8 @@ New Features
Library:
--------
+ - Data type conversion(software) from integer to float was added.
+ SLU - 2004/3/13
- 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