-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from ax3l/doc-changelog101
Changelog: 1.0.1
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Changelog for the openPMD Standard | ||
================================== | ||
|
||
1.0.1 | ||
----- | ||
**Date:** 2017-12-01 | ||
|
||
Typo and wording changes since the 1.0.0 release. | ||
|
||
This release improves wordings, common questions and example snippets. | ||
Keywords and logic are unchanged and backwards compatible for revision releases. | ||
|
||
## Changes to "1.0.0" | ||
|
||
### Base Standard | ||
|
||
- **backwards compatible changes:** | ||
- better examples for `axisLabels` #153 | ||
- unspecified (user-chosen) `float`/`uint`/`int` are now called `floatX`/`uintX`/`intX` throughout the standard #152 | ||
- note to store non-openPMD information outside the `basePath` #115 | ||
- particle position: update python example #119 #127 | ||
- particle patches: typo in reference to `positionOffset` #135 | ||
|
||
### Extension | ||
|
||
- `ED-PIC`: | ||
- **backwards compatible changes:** | ||
- `fieldSmoothing`: typo in allowed values #131 | ||
- `fieldSolver`: typo in PSATD description #133 | ||
- reference updated to unspecified (user-chosen) `float`/`uint`/`int` as in base standard #152 | ||
|
||
### Data Converter | ||
|
||
No data conversion needed. |
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