gmxapi 0.0.7
eirrgang
released this
21 Nov 06:53
·
61 commits
to release-0_0_7
since this release
Interface and feature updates
gmx.context.Context
is generic (ParallelArrayContext, DefaultContext deprecated)gmx.system.System
deprecated (usegmx.workflow.from_tpr
)- Add
end_time
keyword argument togmx.workflow.from_tpr()
Deprecation
steps
keyword argument togmx.workflow.from_tpr()
is deprecated in accordance with changes planned for GROMACS 2020.
Internal
- substantial updates for compatibility with GROMACS 2019
- various improvements to CI testing
- Context functionality is now composed according to available resources. (Resource tags, such as
ensemble_update
will be specified in workspec version 0.2 before the gmxapi 0.1 release.)
Bug fixes
gmx.get_context()
andgmx.run()
did not behave as expected for all work types.- substantial documentation updates