Skip to content

v0.4.6: More Flexibility = More Power

Compare
Choose a tag to compare
@Andrew-S-Rosen Andrew-S-Rosen released this 18 Dec 06:35
· 1385 commits to main since this release
c7d6aa7

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 accepts None.
  • 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