Skip to content

Commit

Permalink
Tag v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Jun 24, 2020
1 parent c13c406 commit f196c12
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v0.6.0 - 2020/06/24

## Added

- Support per-particle diameters in Garnett
- `draw_scale` argument in Plato
- Dynamic versions of rectangle and convex hull selections in Selection
- Menu item in ViewQt to toggle the display of the stage configuration panel
- Ability to filter records by group in GTAR
- `disable_selection` argument in Plato
- `display_box` argument in Plato

## Fixed

- Bug with overwriting quantities in Selection
- Repeated filtering bug in Selection

# v0.5.1 - 2020/04/23

## Fixed
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.5.1'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'pyriodic': ['pyriodic-structures'],
'qt': ['qt.py', 'pyside2'],
},
install_requires=['flowws >= 0.2.2'],
install_requires=['flowws >= 0.4.0'],
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f196c12

Please sign in to comment.