diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-04 20:49:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-04 20:49:15 (GMT) |
commit | 027c960fd1cb402664502947ae18e3fd0239e9fc (patch) | |
tree | e40dad1a4eae13709a960c569932b84545965a4b /release_docs/RELEASE.txt | |
parent | 40cdbe0b8dc5ad618920d6a33a818cfa42c3f241 (diff) | |
download | hdf5-027c960fd1cb402664502947ae18e3fd0239e9fc.zip hdf5-027c960fd1cb402664502947ae18e3fd0239e9fc.tar.gz hdf5-027c960fd1cb402664502947ae18e3fd0239e9fc.tar.bz2 |
[svn-r29275] HDFFV-9698: fix subsetting issues with h5dump
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a830d93..0b13a59 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -95,6 +95,16 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - h5dump subsetting fixed for dims greater then two + + When a dataset has more then two dimensions, subsetting would incorrectly + calculate the data that needed to be displayed. + + Added in block and stride calculation that account for dimensions greater then two. + NOTE: lines that have line breaks inserted because of display length calculations, may + have index info that is incorrect until the next dimension break. + + (ADB, 2016/03/04, HDFFV-9698) High-Level APIs: ------ @@ -302,8 +312,8 @@ The following platforms are not supported but have been tested for this release. gfortran 4.6.1 20110422 Mac OS X El Capitan 10.11 Apple clang/clang++ version 7.0.0 from Xcode 7.0.1 - 64-bit gfortran GNU Fortran (GCC) 5.2.0 - (VM) + 64-bit gfortran GNU Fortran (GCC) 5.2.0 + (VM) Debian7.5.0 3.2.0-4-686 #1 SMP Debian 3.2.51-1 i686 GNU/Linux gcc (Debian 4.7.2-5) 4.7.2 |