diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-20 20:53:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-10-20 20:53:39 (GMT) |
commit | 1f53e2708c6c8d47e7d765a8e1385308046bd56b (patch) | |
tree | 80e691db712709265a49b19a4f8bc5c6f7959d19 /RELEASE | |
parent | 00ca91129d7812ef54226c475074745304f6069e (diff) | |
download | hdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.zip hdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.tar.gz hdf5-1f53e2708c6c8d47e7d765a8e1385308046bd56b.tar.bz2 |
[svn-r2715] Purpose:
Document changing the maximum number of dimensions from 31 -> 32
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ New features retrieved with H5Pget_sieve_buf_size(). * Added new Virtual File Driver, Stream VFD, to send/receive entire HDF5 files via socket connections. + * Increased maximum number of dimensions for a dataset (H5S_MAX_RANK) from + 31 to 32 to align with HDF4 & netCDF. Bug fixes since HDF5-1.2.0 ========================== |