Skip to content

Releases: rwth-i6/sisyphus

v2023.03.13

14 Mar 15:52
410886a
Compare
Choose a tag to compare
  • Variables now support __floordiv__ (//) and __truediv__ (/) operations
  • improved handling of unset Variables
  • added aliases and stacktrace (if enabled) to info file
  • added shortcut to show loaded job in web interface
  • bugfixes for blocks and current_config inside of a async workflow
  • deprecated some old methods of Path and the virtual filesystem
  • improved requirements update

v2023.01.26

09 Feb 15:42
Compare
Choose a tag to compare

Switching to using release dates for versioning

v1.0.0

11 Feb 09:46
Compare
Choose a tag to compare

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