Skip to content

Commit

Permalink
Added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
critias committed Feb 11, 2020
1 parent a513ef1 commit 64be787
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 64be787

Please sign in to comment.