diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2000-06-22 14:58:23 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2000-06-22 14:58:23 (GMT) |
commit | 261363dc4298d8e27781f628ed58d08f129cce91 (patch) | |
tree | 5e59aed791719bb1335ccab7e94912a1d87e6c07 | |
parent | 883dbf2455e18393b7d6b44aed7bb936c2d308fd (diff) | |
download | hdf5-261363dc4298d8e27781f628ed58d08f129cce91.zip hdf5-261363dc4298d8e27781f628ed58d08f129cce91.tar.gz hdf5-261363dc4298d8e27781f628ed58d08f129cce91.tar.bz2 |
[svn-r2400]
I removed hdf5-1.2.2 release information from the HISTORY file. I will add it after
the release.
I updated RELEASE file: added information about WIN2000 support, added info about
testing results on SP2 (LLNL).
-rw-r--r-- | HISTORY | 103 | ||||
-rw-r--r-- | RELEASE | 5 |
2 files changed, 16 insertions, 92 deletions
@@ -2,9 +2,8 @@ HDF5 HISTORY ============ CONTENTS -I. Release Information for hdf5-1.2.2 -II. Release Information for hdf5-1.2.1 -III. Release Information for hdf5-1.2.0 +I. Release Information for hdf5-1.2.1 +II. Release Information for hdf5-1.2.0 A. Platforms Supported B. Known Problems C. Changes Since Version 1.0.1 @@ -25,95 +24,17 @@ III. Release Information for hdf5-1.2.0 g. Ragged Arrays 9. Tools -IV. Changes Since the Version 1.0.0 Release +III. Changes Since the Version 1.0.0 Release -V. Changes Since the Beta 1.0.0 Release +IV. Changes Since the Beta 1.0.0 Release -VI. Changes Since the Second Alpha 1.0.0 Release +V. Changes Since the Second Alpha 1.0.0 Release -VII. Changes Since the First Alpha 1.0.0 Release +VI. Changes Since the First Alpha 1.0.0 Release ----------------------------------------------------------------------- -I. Release Information for hdf5-1.2.2 - -Features added since HDF5-1.2.1 -=============================== - * Added internal free-lists to reduce memory required by the library and - H5garbage_collect API function - -Bug fixes since HDF5-1.2.1 -========================== - * h5dump correctly displays compound datatypes. - * h5dump correctly displays opaque and bitfield types. - * h5dump correctly displays the committed copy of predefined types. - * Corrected an error in h5toh4 which did not convert the 32bits - int from HDF5 to HDF4 corectly for the T3E platform. - * Corrected a floating point number conversion error for the - Cray J90 platform. The error did not convert the value 0.0 - correctly. - * New features added to snapshots. Use 'snapshot help' to see a - complete list of features. - * Fixed error in H5Giterate which was not updating the "index" parameter - correctly. - * Fixed error in hyperslab iteration which was not walking through the - correct sequence of array elements if hyperslabs were staggered in a - certain pattern - * Fixed several other problems in hyperslab iteration code. - * Fixed another H5Giterate bug which was causes groups with large numbers - of objects in them to misbehave when the callback function returned - non-zero values. - * Changed return type of H5Aiterate and H5A_operator_t typedef to be - herr_t, to align them with the dataset and group iterator functions. - * Changed H5Screate_simple and H5Sset_extent_simple to not allow dimensions - of size 0 with out the same dimension being unlimited. - * Improved metadata hashing & caching algorithms to avoid - many hash flushes and also remove some redundant I/O when moving metadata - blocks in the file. - * The libhdf5.settings file shows the correct machine byte-sex. - * The "struct(opt)" type conversion function which gets invoked for - certain compound datatype conversions was fixed for nested compound - types. This required a small change in the datatype conversion - function API. - -Known Problems: -============== - -o SunOS 5.6 with C WorkShop Compilers 4.2: Hyperslab selections will - fail if library is compiled using optimization of any level. -o TFLOPS: dsets test failes if compiled with optimization turned on -o J90: tools fail to dispay data for the datasets with compound datatype - -Platforms tested -================= - - AIX 4.3.2 (IBM SP) 3.6.6 - Cray T3E 2.0.5.29 cc 6.3.0.2 - mpt.1.3 - FreeBSD 4.0 gcc 2.95.2 - HP-UX B.10.20 HP C HP92453-01 A.10.32 - HP-UX B.11.00 HP92453-01 A.11.00.13 HP C Compiler - (static library only, h5toh4 tool is not available) - IRIX 6.5 MIPSpro cc 7.30 - IRIX64 6.5 (64 & n32) MIPSpro cc 7.3.1m - mpt.1.3 (SGI MPI 3.2.0.0) - - Linux 2.2.10 SMP gcc 2.95.1 - || compiler version egcs-1.1.2 - Linux 2.2.16 (RedHat 6.2) gcc 2.95.2 - - OSF1 V4.0 DEC-V5.2-040 - SunOS 5.6 cc WorkShop Compilers 5.0 no optimization - SunOS 5.7 cc WorkShop Compilers 5.0 - SolarisX86 SunOS 5.5.1 gcc version 2.7.2 with --disable-hsizet - TFLOPS 3.1.2 pgcc Rel 3.1-2i - mpich-1.1.2 with local changes - Windows NT4.0 sp5 MSVC++ 6.0 - Windows 98 MSVC++ 6.0 - - - -II. Release Information for hdf5-1.2.1 +I. Release Information for hdf5-1.2.1 Bug fixes since HDF5-1.2.0 ========================== @@ -200,7 +121,7 @@ o SunOS 5.6 with C WorkShop Compilers 4.2: Hyperslab selections will -III. Release Information for hdf5-1.2.0 +II. Release Information for hdf5-1.2.0 A. Platforms Supported ------------------- @@ -451,7 +372,7 @@ C. Changes Since Version 1.0.1 -IV. Changes Since The Version 1.0.0 Release +III. Changes Since The Version 1.0.0 Release * [Improvement]: configure sets up the Makefile in the parallel tests suit (testpar/) correctly. @@ -517,7 +438,7 @@ IV. Changes Since The Version 1.0.0 Release -V. Changes Since The Beta 1.0.0 Release +IV. Changes Since The Beta 1.0.0 Release * Added fill values for datasets. For contiguous datasets fill value performance may be quite poor since the fill value is written to the @@ -537,7 +458,7 @@ V. Changes Since The Beta 1.0.0 Release * Various optimizations and bug fixes. -VI. Changes Since The Second Alpha 1.0.0 Release +V. Changes Since The Second Alpha 1.0.0 Release * Strided hyperslab selections in dataspaces now working. @@ -564,7 +485,7 @@ VI. Changes Since The Second Alpha 1.0.0 Release values of a dataset. -VII. Changes Since The First Alpha 1.0.0 Release +VI. Changes Since The First Alpha 1.0.0 Release * Two of the packages have been renamed. The data space API has been renamed from `H5P' to `H5S' and the property list (template) API has @@ -84,7 +84,9 @@ o J90: tools fail to dispay data for the datasets with compound datatype Platforms tested ================= - AIX 4.3.2 (IBM SP) 3.6.6 + AIX 4.3.3 (IBM SP) 3.6.6 | binaries + mpicc using mpich 1.1.2 | are not + mpicc_r using IBM MPI-IO prototype | available AIX 4.3 xlc 4.3.0.1 Cray T3E 2.0.5.29 cc 6.3.0.2 mpt.1.3 @@ -108,6 +110,7 @@ Platforms tested mpich-1.1.2 with local changes Windows NT4.0 sp5 MSVC++ 6.0 Windows 98 MSVC++ 6.0 + Windows 2000 MSVC++ 6.0 |