fkYAML version 0.3.10 #373
Closed
fktn-k
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release adds the new support for deserializing/serializing multiple YAML documents by adding new APIs (
fkyaml::node::deserialize_docs()
andfkyaml::node::serialize_docs()
respectively). You can still call the existing APIs for deserializing/serializing a single YAML document. See the linked API document pages for details.In addition, from this version on, Intel icpx compiler is supported and used in the CI processes. Some compiler flags are added in building the unit testing app, but no compiler specific swiches are required for the library itself.
Moreover, because the GitHub Actions runner image for macOS11 has been deprecated, the CI jobs which uses the runner image and some compiler support which depend on the runner image have been removed.
For other changes like bug fixes, see descriptions in each related issues and PRs.
What's Changed
✨ New Features
🐛 Bug Fixes
get_value<int>()
andget_value<float>()
reporting floating point underflow on value 0 #366 Fix node-to-float conversion error if node's value is <= 0 by @fktn-k in #366 Fix node-to-float conversion error if node's value is <= 0 #371, reported by @ARessegetesStery inget_value<int>()
andget_value<float>()
reporting floating point underflow on value 0 #366🤖 CI
Full Changelog: v0.3.9...v0.3.10
This discussion was created from the release fkYAML version 0.3.10.
Beta Was this translation helpful? Give feedback.
All reactions