Skip to content

Commit

Permalink
Tag v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Feb 25, 2020
1 parent f256f5a commit 92ab0b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.2 - 2020/02/25

## Added

- `Save`
- `loop_frames` argument in `GTAR` to loop over entire trajectories

## Updated

- `ViewQt` uses antialiasing by default for plato scenes
- More configuration options for rendering in `Plato`
- Improved configuration for many modules in `ViewQt`

# v0.1 - 2020/02/13

## Added
Expand Down
2 changes: 1 addition & 1 deletion flowws_analysis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1'
__version__ = '0.2.0'

0 comments on commit 92ab0b2

Please sign in to comment.