Skip to content

v0.4.0

Choose a tag to compare

@chriscardillo chriscardillo released this 10 Mar 11:06
· 36 commits to main since this release

Improvements

  • Keys in extra_constructors can start without "!"

Bug Fixes

  • generate_loader always returns a new yaml.SafeLoader class, so runners no longer share the same loader.
  • set_context always copies the extra_context dictionary, which should also help guarantee uniqueness between runners or copies of runners.