diff options
author | Elena <epourmal@hdfgroup.org> | 2020-08-12 13:40:11 (GMT) |
---|---|---|
committer | Elena <epourmal@hdfgroup.org> | 2020-08-12 13:40:11 (GMT) |
commit | 768f8abb18a0b7d7233cfc1ea3da32efe83f56f1 (patch) | |
tree | ef4f401b2fa55b4c4a731c7832a986f2ae477a8d /release_docs | |
parent | 1008afc457e288d4f7186225d859c5a8fe361d9f (diff) | |
download | hdf5-768f8abb18a0b7d7233cfc1ea3da32efe83f56f1.zip hdf5-768f8abb18a0b7d7233cfc1ea3da32efe83f56f1.tar.gz hdf5-768f8abb18a0b7d7233cfc1ea3da32efe83f56f1.tar.bz2 |
The H5DSis_scale function was updated to return "not a dimension scale" (0)
instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are
not written according to Dimension Scales Specification (HDFFV-10436).
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7ccdbe9..5720c17 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -742,7 +742,7 @@ New Features High-Level APIs: --------------- - - + - C Packet Table API ------------------ @@ -1203,7 +1203,11 @@ Bug Fixes since HDF5-1.10.3 release High-Level APIs: ------ - - + - The H5DSis_scale function was updated to return "not a dimension scale" (0) + instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are + not written according to Dimension Scales Specification. + + (EIP - 2020/08/12, HDFFV-10436) Fortran High-Level APIs: ------ |