Skip to content

v1.0.0

Compare
Choose a tag to compare
@critias critias released this 11 Feb 09:46
· 270 commits to master since this release

First release using a versioning scheme.

Features

  • Workflow definition is fully compatible python3 code
  • Compute Jobs that produce the same output only once to save time and space
  • Support for multiple cluster engines, e.g. Sun Grid Engine (SGE) including its closely related forks, Platform Load Sharing Facility (LSF), and build in local engine to start jobs on the same computer as Sisyphus
  • Restart of failed jobs, if necessary with increased requirements
  • Builtin tools to clean up old jobs
  • IPython console to modify graph directly
  • Web server to display running jobs and dependency graph
  • Console user interface using urwid
  • and more