Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Apr 20, 2023
1 parent efffa4f commit 7b06ae6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log / Release Log for openPMD-viewer

## 1.7.0

This release includes a few improvements:

- The function `get_laser_waist` is more robust: it does not automatically
assume that the `z` axis is the last axis of the data. In addition, the user
can now specify the laser propagation direction. (The default is `z`.)
(See [#345](https://github.com/openPMD/openPMD-viewer/pull/345))

- The handling of `unitSI` is now more robust. (See [#363](https://github.com/openPMD/openPMD-viewer/pull/363))

## 1.6.0

This release adds a few features:
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.6.0"
__version__ = "1.7.0"

0 comments on commit 7b06ae6

Please sign in to comment.