Skip to content

Commit 64be787

Browse files
committed
Added CHANGELOG.md
1 parent a513ef1 commit 64be787

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2020-02-11
11+
12+
First release using a versioning scheme.
13+
14+
### Features
15+
16+
- Workflow definition is fully compatible python3 code
17+
- Compute Jobs that produce the same output only once to save time and space
18+
- 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
19+
- Restart of failed jobs, if necessary with increased requirements
20+
- Builtin tools to clean up old jobs
21+
- IPython console to modify graph directly
22+
- Web server to display running jobs and dependency graph
23+
- Console user interface using urwid
24+
- and more
25+
26+
[Unreleased]: https://github.com/rwth-i6/sisyphus/compare/v1.0.0...HEAD
27+
[1.0.0]: https://github.com/rwth-i6/sisyphus/releases/tag/v1.0.0

0 commit comments

Comments
 (0)