Skip to content

Commit

Permalink
Updates for release_docs/NEWSLETTER.txt. (HDFGroup#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox authored and byrnHDF committed May 14, 2024
1 parent 4246456 commit fd1ec34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ cp -p Makefile.dist Makefile

# Update README.md and release_docs/RELEASE.txt with release information in
# line 1.
for f in README.md release_docs/RELEASE.txt; do
for f in README.md release_docs/RELEASE.txt release_docs/NEWSLETTER.txt; do
echo "HDF5 version $VERS released on $release_date" >$f.x
sed -e 1d $f >>$f.x
mv $f.x $f
Expand Down
15 changes: 3 additions & 12 deletions release_docs/NEWSLETTER.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
Release of HDF5 1.14.4 Library and Tools is now available from the HDF5 Releases page.
HDF5 version 1.15.0 currently under development

This is a maintenance release with a few changes and updates:
Features included for the next major release:
----------------------------------------------------------------------------

* Added support for _Float16 16-bit floating-point datatype

Support for the 16-bit floating-point _Float16 C type has been added to
HDF5. On platforms where this type is available, this can enable more
efficient storage of floating-point data when an application doesn't
need the precision of larger floating-point datatypes. It can also allow
for improved performance when converting between 16-bit floating-point
data and data of another HDF5 datatype.

(GitHub #4065, #2154)
*

----------------------------------------------------------------------------
Please see the full release notes for detailed information regarding this release,
Expand Down

0 comments on commit fd1ec34

Please sign in to comment.