Skip to content

Commit 13e09b7

Browse files
committed
Changes for version 0.3.1
1 parent 58bf422 commit 13e09b7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

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

3+
## 0.3.1
4+
5+
This is version `0.3.1` of openPMD-viewer. This version introduces minor changes in the way the tests are run in `setup.py`. The aim of these changes are to prepare a conda release.
6+
7+
## 0.3.0
8+
9+
This is version `0.3.0` of openPMD-viewer. This version mainly adapts the interactive GUI so that it can be used with the newer version of `ipwidgets` (`ipywidgets 5.0`), while still being compatible with previous versions of `ipwidgets`. A number of other minor changes have been introduced:
10+
11+
- In the method `get_particle`, the argument `species` is now optional in the case where there is only one species.
12+
- A number of methods in the LPA addons (`LpaDiagnostics` class) now have an optional argument `plot`, which allows to directly plot the data.
13+
314
## 0.2.0
415

516
This is version `0.2.0` of openPMD-viewer. A number of minor changes and fixes have been made in order to make the package more general and to prepare it for a PyPI release. Here are the main changes:
@@ -11,9 +22,3 @@ This is version `0.2.0` of openPMD-viewer. A number of minor changes and fixes h
1122
- This release introduces automatic PEP8 verification as part of the automatic tests that are run on Travis CI (see CONTRIBUTING.md).
1223
- The evaluation of the waist and duration of the laser is now based on Gaussian fit of the transverse and longtudinal profile respectively.
1324

14-
## 0.3.0
15-
16-
This is version `0.3.0` of openPMD-viewer. This version mainly adapts the interactive GUI so that it can be used with the newer version of `ipwidgets` (`ipywidgets 5.0`), while still being compatible with previous versions of `ipwidgets`. A number of other minor changes have been introduced:
17-
18-
- In the method `get_particle`, the argument `species` is now optional in the case where there is only one species.
19-
- A number of methods in the LPA addons (`LpaDiagnostics` class) now have an optional argument `plot`, which allows to directly plot the data.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_tests(self):
2525

2626
# Main setup command
2727
setup(name='openPMD-viewer',
28-
version='0.3.0',
28+
version='0.3.1',
2929
description='Visualization tools for openPMD files',
3030
long_description=long_description,
3131
url='https://github.com/openPMD/openPMD-viewer.git',

0 commit comments

Comments
 (0)