diff options
author | Neil Fortner <fortnern@gmail.com> | 2022-10-26 03:13:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 03:13:01 (GMT) |
commit | ad2d77397ac564836f5fd89e66d5647250daf10e (patch) | |
tree | 886d8d6f3b64c0947e537558ea827fdf17135c40 | |
parent | ba1fe3d1df7c8443ae85eb0230b4cc793d8f057f (diff) | |
download | hdf5-ad2d77397ac564836f5fd89e66d5647250daf10e.zip hdf5-ad2d77397ac564836f5fd89e66d5647250daf10e.tar.gz hdf5-ad2d77397ac564836f5fd89e66d5647250daf10e.tar.bz2 |
Add RELEASE.txt note for multi dataset feature (#2187)
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c5a3ebc..9e72697 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -68,7 +68,15 @@ New Features Library: -------- - - + - Added multi dataset I/O feature + + Added H5Dread_multi, H5Dread_multi_async, H5Dwrite_multi, and + H5Dwrite_multi_async API routines to allow I/O on multiple datasets with a + single API call. Added H5Dread_multi_f and H5Dwrite_multi_f Fortran + wrappers. Updated VOL callbacks for dataset I/O to support multi dataset + I/O. + + (NAF - 2022/10/19) Parallel Library: |