0.7.0
Release with bug fixes and new functionality.
Highlights
- gmx parser now defaults to dropping NaN and corrupted lines (filter=True) #171
- add a base class for workflows (PR #188)
- add filter function to gmx.extract to make it more robust (PR #183): can filter incomplete/corrupted lines (#126, #171) with
filter=True
. - Fixed subsampling in
statistical_inefficiency()
when lower or step keywords are used (Issue #198, PR #199)
All Changes
See CHANGES for details.