Skip to content

v1.2.0

Compare
Choose a tag to compare
@nuwang nuwang released this 15 Jun 12:12
· 242 commits to main since this release
2b86066
  • vortex package and cli renamed to tpv for consistency.
  • All matching entity regexes are applied, not just the first. Order of application is in the order of definition.
  • When a particular entity type is matched, its definitions are cached, so that future lookups are O(1).
  • Support for job resubmission handling, with integration tests for Galaxy,
  • Allow destinations to be treated as regular entities, with support for rules and expressions.
  • Support for global and local context variables that can be referenced in expressions.
  • Improved support for complex jobs param types like dicts and lists, which are now recursively evaluated.
  • Improved documentation.