We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efffa4f commit 7b06ae6Copy full SHA for 7b06ae6
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log / Release Log for openPMD-viewer
2
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
14
## 1.6.0
15
16
This release adds a few features:
openpmd_viewer/__version__.py
@@ -1 +1 @@
-__version__ = "1.6.0"
+__version__ = "1.7.0"
0 commit comments