-
-
Notifications
You must be signed in to change notification settings - Fork 316
Changelog final(?) edits #5934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog final(?) edits #5934
Conversation
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
release_docs/CHANGELOG.md
Outdated
|
|
||
| Fixed GitHub issue [#4952](https://github.com/HDFGroup/hdf5/issues/4952) | ||
|
|
||
| ### Fixed security issue CVE-2025-2310 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another CVE issue to be updated with a link. If that's the standard going forward, more of these CVE issues will probably appear in entry titles from currently unmerged PRs that don't yet list them this way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was an editorial choice I made that perhaps I regret. Should I mention this to others to add the link? I can also keep an eye on this as code freeze approaches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say it's worth bringing up. We can also do a last editing pass near to the release as well.
Autotools versions". Added CVE-2025-6818 to a list of several fixed CVE issues.
|
|
||
| ## Acknowledgements: | ||
|
|
||
| We would like to thank the many HDF5 community members that contributed to HDF5 2.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"that" vs "who"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can revisit your comments from this PR after we have a release branch.
| The versions of `h5cc`, `h5fc`, `h5c++`, etc. generated by CMake were missing several options and features from the Autotools counterparts. Some of these options and features have now been implemented in the CMake versions, while some of them have not: | ||
| - The missing `--help`/`-h`, `-c`, `-echo`, and `-shlib`/`-noshlib` options have been implemented. | ||
| - The `-prefix` option was not implemented, as it didn't appear to function in the Autotools wrappers and is generally covered by pkg-config in the CMake wrappers. | ||
| - A new `-nohl` option has been added to avoid building and linking against the high-level HDF5 libraries if desired. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HDF5 libraries, if desired.
|
|
||
| Note that support for a native FP8 datatype has not been added yet. This means that any datatype conversions to/from the new FP8 datatypes will be emulated in software rather than potentially using specialized hardware instructions. Until support for a native FP8 type is added, an application can avoid datatype conversion performance issues if it is sure that the datatype used for in-memory data buffers matches one of the above floating-point formats. In this case, the application can specify one of the above macros for both the file datatype when creating a dataset or attribute and the memory datatype when performing I/O on the dataset or attribute. | ||
|
|
||
| Also note that HDF5 currently has incomplete support for datatype conversions involving non-IEEE floating-point format datatypes. Refer to the 'Known Problems' section for information about datatype conversions with these new datatypes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to Known Problems section, perhaps?
Cleaned up formatting, added links when available.
@lrknox to help with organization@brtnfld reminder to add attribution language
Important
Refined
CHANGELOG.mdwith improved formatting, added section links, and enhanced navigation.CHANGELOG.mdfor better navigation.bfloat16 predefined datatypesandcomplex numbers.EXTERNAL_HDF5_STATUSto lowercase for consistency.This description was created by
for b5ed0f1. You can customize this summary. It will automatically update as commits are pushed.