diff options
author | Chris Hogan <chogan@hdfgroup.org> | 2019-12-10 20:23:10 (GMT) |
---|---|---|
committer | Chris Hogan <chogan@hdfgroup.org> | 2019-12-10 20:23:10 (GMT) |
commit | 64eb3e815abad4dd907b7c4c7ac7de18e8b20d6d (patch) | |
tree | 4f5c47507316ccf2aafdfbb20d5cbe04f91e1ef3 /release_docs/RELEASE.txt | |
parent | 89cb46ead35042bd117bc7cc71ba8c81cdc80447 (diff) | |
download | hdf5-64eb3e815abad4dd907b7c4c7ac7de18e8b20d6d.zip hdf5-64eb3e815abad4dd907b7c4c7ac7de18e8b20d6d.tar.gz hdf5-64eb3e815abad4dd907b7c4c7ac7de18e8b20d6d.tar.bz2 |
Update RELEASE.txt with performance improvements
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |