Skip to content

v0.08-alpha

Choose a tag to compare

@dafyddstephenson dafyddstephenson released this 03 Mar 18:04
· 434 commits to main since this release
871dbca

Improve Case execution handling and state persistence between sessions

Summary

  • Add Case.persist() and Case.restore() methods to allow continuation of work in a new session
  • Add ExecutionHandler class to track tasks run locally (LocalProcess subclass) or submitted to a job scheduler (SchedulerJob subclass)
  • Improved tracking of local InputDataset and AdditionalCode files to prevent repeat fetching
  • Add ability to read blueprint from URL
  • Change remote yaml handling so checksums no longer required for verification

What's Changed (Autogenerated)

Full Changelog: v0.0.7...v0.08-alpha