From 64be78766932dacfac8b870f58aa172d208429f6 Mon Sep 17 00:00:00 2001 From: Jan-Thorsten Peter Date: Tue, 11 Feb 2020 10:38:26 +0100 Subject: [PATCH] Added CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7ac2688 --- /dev/null +++ b/CHANGELOG.md @@ -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