Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.16.0 #62

Merged
merged 6 commits into from
Oct 9, 2023
Merged

Release 0.16.0 #62

merged 6 commits into from
Oct 9, 2023

Conversation

timsavage
Copy link
Contributor

Additions

  • Add and_finally option to the Group (and derived) nodes. This provides a way
    to execute nodes to clean up after a workflow has completed successfully or
    an exception was raised.

Changes

  • testing.call_node now accepts a workflow context. This allows for inspection
    of the context if an exception is raised.
  • Fix the inheritance of exceptions. All RunTime exceptions are now based off
    of WorkflowRuntimeError.
  • TryExcept now resolves nodes called after an exception taking subclasses
    into account. This matches the behaviour of Python itself.

@timsavage timsavage merged commit ada8b16 into main Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant