forked from openPMD/openPMD-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Introduce more flexible storeChunk() syntax, use to add ADIOS2 memory selection #6
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
Open
franzpoeschel
wants to merge
51
commits into
dev
Choose a base branch
from
adios2-memory-selection
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
a218134
Bump conda-incubator/setup-miniconda from 3 to 4 (#1876)
dependabot[bot] 5d93ce0
Use most recent main branch of toml11 (#1874)
franzpoeschel 6445feb
Python: reacquire GIL for deallocation operations (#1878)
franzpoeschel 8bda4c1
ADIOS2: enable stats by default, starting ADIOS2 v2.12.1 (#1877)
franzpoeschel 5946dc3
Add memory selection task to backend
franzpoeschel 30eadbf
Add future helper
franzpoeschel b239cca
Fixes for UniquePtr.hpp
franzpoeschel 8531a8d
Main implementation of LoadStoreChunk.hpp
franzpoeschel 515dbbb
Adapt RecordComponent implementation based on new API
franzpoeschel 1f6dab0
Testing
franzpoeschel 47716c5
Enable support for const unique pointers?
franzpoeschel d9cc154
Use a better trick to cheat clang-tidy
franzpoeschel beca753
clang-tidy fixes
franzpoeschel fca3902
Fix linker error
franzpoeschel f09efaf
Reimplement unique_ptr-based span API
franzpoeschel b58ef92
Fix parallel tests
franzpoeschel 1057d0a
Type signature fix
franzpoeschel 7b7a18d
Destructor for ~DeferredComputation
franzpoeschel 95a31d6
CI fixes
franzpoeschel c76cd46
wip: runtime-erase pointer type
franzpoeschel f220a84
Continue
franzpoeschel a548d69
Mostly working again
franzpoeschel 5b18268
bad fix, remove the bool from python bindings
franzpoeschel c232412
Remove bool dataset operations from python API
franzpoeschel 54ab213
Fix Coretest
franzpoeschel dcc6663
instantiate some more methods
franzpoeschel 2496991
wip: unify common code into compiled functions
franzpoeschel 78887cf
clang-tidy fixes
franzpoeschel 64f78bf
CI fixes
franzpoeschel fdec544
Remove CRT pattern and core namespace
franzpoeschel ddcfc4d
Move wrappers to header code
franzpoeschel 238fcb6
Interface cleanup
franzpoeschel 640c89b
Fix after rebase
franzpoeschel 1170f0c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 287371d
Suffix ..Raw for internal legacy store/load operations
franzpoeschel 561ebd3
Remove enqueue prefixes, these are now default
franzpoeschel a5c708f
Add future task with caching option
franzpoeschel c4e78a0
Add unsafeNoAutomaticFlush
franzpoeschel 6b09c1d
add missing constructor
franzpoeschel 18e6b68
remove internal use of raw methods
franzpoeschel 21c024c
Remove raw methods
franzpoeschel fdd0898
Avoid if constexpr, msvc doesnt get it
franzpoeschel b212a9a
Add Doxygen documentation to new functions and types
d542cb3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] af17c0e
CI fixes
franzpoeschel 4110819
Documentation fixes
franzpoeschel d5bab60
AI code review
franzpoeschel 3257d55
Rename forget() -> invalidate()
franzpoeschel db6528d
Fix MSVC compilation
franzpoeschel cc34883
Fix move constructor / assignment operator
franzpoeschel 33676af
Add a small test for DeferredComputation
franzpoeschel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🌐 Web query:
Does conda-incubator/setup-miniconda GitHub Action have a v4 release? Are there any breaking changes between v3 and v4?💡 Result:
No, the conda-incubator/setup-miniconda GitHub Action does not have a stable v4 release as of 2026-05-12. The repository's main page lists the latest release as v3.3.0 on 2026-01-20 [1][2][3]. The CHANGELOG.md covers up to v3.3.0 and does not mention v4 [2]. There is a commit titled "Prepare v4 release (
#499)" from 2026-04-23 [4], and compare pages exist for v4.0.0...v4.0.1 [5], indicating v4.0.0 may have been tagged but not fully published as a release with notes. Dependabot and Renovate bots reference v4 (e.g., updating to v4 in nf-core/tools [6] and conda/conda bumping from 4.0.0 to 4.0.1 [7]), suggesting the tag exists and is usable, but it is not prominently listed as an official release on the repo's releases page, which stops at v3.3.0 [8]. No specific details on breaking changes between v3 and v4 are available in public sources, as no v4 release notes were found [2].Citations:
conda-incubator/setup-miniconda@v4 is not officially released.
As of May 2026, conda-incubator/setup-miniconda v4 does not have a stable official release. The latest official version is v3.3.0 (released January 2026). While a v4.0.0 tag exists and appears usable (Dependabot and Renovate bots reference it), no official release notes or breaking change documentation are available. Using a pre-release version of an external GitHub Action introduces risk and should either be reverted to v3 or explicitly justified with documentation of compatibility testing.
🤖 Prompt for AI Agents