v0.4.6: More Flexibility = More Power
0.4.6
This update introduces breaking (but beneficial) changes to the way complex workflows are designed (mostly those based on the @subflow
pattern). Now, it is possible to modify the executor of any constituent Job in a workflow. Refer to the updated documentation.
Added
- The
WORKFLOW_ENGINE
quacc setting now acceptsNone
. - A
DEBUG
quacc setting as been added.
Changed
- The way to run complex, dynamic flows has been modified to rely on
functools.partial()
instead of kwargs. See the updated documentation. - Refactored test suite