From 64eb3e815abad4dd907b7c4c7ac7de18e8b20d6d Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 10 Dec 2019 14:23:10 -0600 Subject: Update RELEASE.txt with performance improvements --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c407cd9..7f77d73 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -428,6 +428,12 @@ Bug Fixes since HDF5-1.10.3 release (CJH - 2019/12/9, HDFFV-10934) + - Improved peformance when creating a large number of small datasets by + retrieving default property values from the API context instead of doing + skip list searches. + + (CJH - 2019/12/10, HDFFV-10658) + - Fixed the iteration error in test_versionbounds() in test/dtypes.c The test was supposed to loop through all valid combinations of -- cgit v0.12 From 794d008375b094d4dd2d26b0bbf6d2c51fd39281 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 10 Dec 2019 14:32:02 -0600 Subject: Latest date first in RELEASE.txt --- release_docs/RELEASE.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7f77d73..1bd9517 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -422,18 +422,18 @@ Bug Fixes since HDF5-1.10.3 release Library ------- - - Fixed user-created data access properties not existing in the property list - returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a - reproducer and a patch. - - (CJH - 2019/12/9, HDFFV-10934) - - Improved peformance when creating a large number of small datasets by retrieving default property values from the API context instead of doing skip list searches. (CJH - 2019/12/10, HDFFV-10658) + - Fixed user-created data access properties not existing in the property list + returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a + reproducer and a patch. + + (CJH - 2019/12/9, HDFFV-10934) + - Fixed the iteration error in test_versionbounds() in test/dtypes.c The test was supposed to loop through all valid combinations of -- cgit v0.12