-
Notifications
You must be signed in to change notification settings - Fork 51
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
Custom Hierarchies #1432
Open
franzpoeschel
wants to merge
26
commits into
openPMD:dev
Choose a base branch
from
franzpoeschel:topic-custom-hierarchies
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
Custom Hierarchies #1432
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c3522f0
JSON backend: Fail when trying to open non-existing groups
franzpoeschel 506363f
Insert CustomHierarchy class to Iteration
franzpoeschel a57bf26
Help older compilers deal with this
franzpoeschel 56363a5
Add vector variants of meshes/particlesPath
franzpoeschel 83d2e12
Move meshes and particles over to CustomHierarchies class
franzpoeschel 0ee50f4
Move dirtyRecursive to CustomHierarchy
franzpoeschel 10b6b9e
Move Iteration reading logic to CustomHierarchy
franzpoeschel 0b3bb43
Move Iteration flushing logic to CustomHierarchy class
franzpoeschel 90cd659
Support for custom datasets
franzpoeschel b321772
Treat "meshes"/"particles" as normal subgroups
franzpoeschel 9335e13
Regex-based list of meshes/particlesPaths
franzpoeschel 1415e90
More extended testing
franzpoeschel 6303b14
Fix Python bindings without adding new functionality yet
franzpoeschel 9468600
Add simple Python bindings and an example
franzpoeschel 1876759
Replace Regexes with Globbing
franzpoeschel 01e59a7
Move .meshes and .particles back to Iteration class
franzpoeschel 3849c74
Some fixes in read error handling
franzpoeschel 4acd1f8
More symmetric design for container types
franzpoeschel 0637683
Don't write unitSI in custom datasets
franzpoeschel a869c3d
Discouraged support for custom datasets inside the particlesPath
franzpoeschel 8dbe1c2
Fix after rebase: dirtyRecursive
franzpoeschel a4512d7
Fixes to the dirty/dirtyRecursive logic
franzpoeschel 59a4a1c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 583ec1b
Some cleanup in CustomHierarchies class
franzpoeschel 317cc0f
Use polymorphism for meshes/particlesPath in Python
franzpoeschel 1032573
Remove hasMeshes / hasParticles logic
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
Prev
Previous commit
Remove hasMeshes / hasParticles logic
- Loading branch information
commit 1032573aa3172f4078fe4fd8a0a95eab31eeff53
There are no files selected for viewing
This file contains 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.
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.
TODO: unused