release: promote staging docs and gather helpers#104
Merged
Conversation
implements automated matrix testing across multiple gcc and clang versions, status badge generation, and mkdocs deployment to github pages. fixes #84
…egration' into staging
…egration' into staging
Add bounded helper-level gather/materialize support for non-contiguous linear-value containers. The new helpers gather list, forward_list, deque, set, multiset, unordered_set, and unordered_multiset values into flat vectors, and materialize flat buffers back into supported linear containers. Preserve the existing vector<string> pointer-table gather path. Replace the old generic gather stdout stub with clear compile-time unsupported-path diagnostics. Add focused doctest coverage for the gather/materialize helpers. This does not wire dataset read/write/create dispatch, datatype synthesis, H5Ttraits.hpp, key/value datasets, ragged datasets, fixed-inner-extent datasets, or C++23 concepts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promote staging to release, including #84 documentation/CI/GitHub Pages work and #90 gather/materialize helpers.