-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] - 2020-02-11 | ||
|
||
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 | ||
|
||
[Unreleased]: https://github.com/rwth-i6/sisyphus/compare/v1.0.0...HEAD | ||
[1.0.0]: https://github.com/rwth-i6/sisyphus/releases/tag/v1.0.0 |