Skip to content

Commit 7b06ae6

Browse files
committed
Update CHANGELOG and README
1 parent efffa4f commit 7b06ae6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log / Release Log for openPMD-viewer
22

3+
## 1.7.0
4+
5+
This release includes a few improvements:
6+
7+
- The function `get_laser_waist` is more robust: it does not automatically
8+
assume that the `z` axis is the last axis of the data. In addition, the user
9+
can now specify the laser propagation direction. (The default is `z`.)
10+
(See [#345](https://github.com/openPMD/openPMD-viewer/pull/345))
11+
12+
- The handling of `unitSI` is now more robust. (See [#363](https://github.com/openPMD/openPMD-viewer/pull/363))
13+
314
## 1.6.0
415

516
This release adds a few features:

openpmd_viewer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)