Releases: rwth-i6/sisyphus
Releases · rwth-i6/sisyphus
v2023.03.13
- 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
Switching to using release dates for versioning
v1.0.0
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