Skip to content

Commit

Permalink
Merge pull request #386 from RemiLehe/release_v1.8
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md
  • Loading branch information
RemiLehe committed Aug 10, 2023
2 parents d40ffe1 + 67532b9 commit 82fd5c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log / Release Log for openPMD-viewer

## 1.8.0

- The functions `get_field` and `get_particle` now require `iteration` or `t`
to be passed (instead of using a default iteration when none was provided).
(See [#383](https://github.com/openPMD/openPMD-viewer/pull/383))

- The function `get_laser_waist` is more robust and does not crash when the
laser field is 0.
(See [#359](https://github.com/openPMD/openPMD-viewer/pull/359))

- The `FieldMEtaInformation` object has new attributes `time` and `iteration`.
(See [#372](https://github.com/openPMD/openPMD-viewer/pull/372))

- The docstring of `get_mean_gamma` has been updated
(See [#379](https://github.com/openPMD/openPMD-viewer/pull/379))
and the attributes `ts.t` and `ts.iterations` are now shown in the tutorials
(See [#382](https://github.com/openPMD/openPMD-viewer/pull/382))

## 1.7.0

This release includes a few improvements:
Expand Down
2 changes: 1 addition & 1 deletion openpmd_viewer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.8.0"

0 comments on commit 82fd5c6

Please sign in to comment.