-
Notifications
You must be signed in to change notification settings - Fork 29
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
Release: 1.1.0 #179
Merged
Merged
Release: 1.1.0 #179
Conversation
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
Adds a pull request template to keep track of side-effects of minor and major changes to the standard.
GitHub: PR Template
Fix #167: do not introduce the name `meshName` if it is only used once and actually means "mesh record".
Call the root `/` directory group like all other in-file groups.
Adds new allowed pusher values to the `particlePush` attribute in the ED-PIC extensions. - `streaming` (constantly moving with initial momentum) - `LLRK4` (reduced Laundau-Lifshitz pusher via RK4 and classical radiation reaction, [doi:10.1016/j.cpc.2016.04.002](https://dx.doi.org/10.1016/j.cpc.2016.04.002)) - `none` (static particles such as probes)
Add new authors that contributed substantially to the new releases.
Authors: Add New Major Contributors
Root Path: Call Group
Makes the base attributes `meshesPath` and `particlesPath` optional if no meshes or no particles shall be stored. Specifies that the path they describe MUST exist as soon as they are set. If they are unset, this MUST be interpreted as "no respective record".
Fix meshName: Means mesh record
meshesPath & particlesPath: optional
Some more changes More updates More changes
Change naming to be more explicit.
ED-PIC: Add Pusher Values
Base Attributes: Software Deps & Machine
Close #174 Contributing Guide
Adds the changelog of the 1.1.0 release.
Increase the version to 1.1.0
Changelog: 1.1.0
DavidSagan
approved these changes
Feb 6, 2018
RemiLehe
approved these changes
Feb 6, 2018
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.
This is release 1.1.0 of the openPMD standard.
Base paths for mesh- and particle-only files and updated attributes.
This release defines how to handle files that only contain mesh or particle
records gracefully. New attributes have been defined to document software
dependencies and utilized hardware. The ED-PIC extension updated values for
particle pushers. It further improves wordings for consistency throughout the
standard.
Changes to "1.0.1"
Base Standard
meshesPath
&particlesPath
: optional (only when needed) meshesPath & particlesPath: optional #171softwareDependencies
machine
meshName
meansmesh record
Fix meshName: Means mesh record #168Extension
ED-PIC
:particlePush
: additional values defined ED-PIC: Add Pusher Values #172Data Converter
No data conversion needed.