summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-10-21 21:09:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-10-21 21:09:38 (GMT)
commit41ad7d0f35ab944eec4fa45c844d052a021dc99c (patch)
tree4e01a90f981dbc9302770220d3809aae0ae05185
parent873b98d326f6d518d5f00d3cf0e5d5007e475f33 (diff)
downloadhdf5-41ad7d0f35ab944eec4fa45c844d052a021dc99c.zip
hdf5-41ad7d0f35ab944eec4fa45c844d052a021dc99c.tar.gz
hdf5-41ad7d0f35ab944eec4fa45c844d052a021dc99c.tar.bz2
Fix typos.
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ecb2ef3..0e4a2fd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,16 +73,16 @@ New Features
https://portal.hdfgroup.org/display/HDF5/Update+to+References
Current known limitations for references in this release:
- • HDF5 command-line tools have not be updated to read new references types
+ • HDF5 command-line tools have not been updated to read new references types.
• When reading data with the H5T_STD_REF type, if data is filled with 0s,
H5A/Dread() currently returns an error. This will be fixed in an upcoming
release.
- • h5dump will fail to display references on big-endian machines
+ • h5dump will fail to display references on big-endian machines.
- New S3 and HDFS Virtual File Drivers (VFDs)
- This release has two new VFDs. The S3 VFD allows to access HDF5 files on
- AWS S3 buckets. HDFS VFD allows access to HDF5 file stored on Apache HDFS.
+ This release has two new VFDs. The S3 VFD allows accessing HDF5 files on
+ AWS S3 buckets. HDFS VFD allows accessing HDF5 file stored on Apache HDFS.
See https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_ROS3
and https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_HDFS
for how to use those APIs.
@@ -112,7 +112,7 @@ New Features
Other improvements and changes:
- - Hyperslab selection code was reworked to improve performance getting more
+ - Hyperslab selection code was reworked to improve performance, getting more
than 10x speedup in some cases.
- The HDF5 Library was enhanced to open files with Unicode names on Windows.