Releases: cylc/cylc-flow
cylc-7.8.6
cylc-7.8.6 maintenance release:
- Fix a bug that could prevent housekeeping of the
task_action_timers
DB table and cause many warnings at restart. - Fix a bug that prevented cycle point format conversion by the
cylc suite-state
command and thesuite_state
xtrigger function, if the target suite used the default format but downstream command or suite did not.
See CHANGES.md for details.
cylc-7.9.0
The cylc-7.9.0 release is just cylc-7.8.5 with the bundled Jinja2 version upgraded to 2.11.1, which allows us to correctly report the line number (context) for all Jinja2 errors. Cylc-7.9.0 requires Python 2.7, whereas cylc-7.8.5 can be used with Python 2.6 or 2.7.
See CHANGES.md for details.
cylc-7.8.5
cylc-7.8.5 maintenance release with several fixes:
- don't expand all suites in
cylc gscan
if one is expanded - use natural sort order for integer cycles in the
cylc gui
tree view - fix job submission to SLURM when task name has a percent % character
- don't warn that a task was re-added to the same internal queue
- fix list-valued global config items not defaulting to localhost values.
See CHANGES.md for details.
cylc-flow-8.0a1
Cylc 8 Alpha-1 Preview Release
cylc-flow-8.0a1; companion of:
- cylc-uiserver 0.1
- cylc-ui 0.1
- cylc-conda 8.0a1
Cylc-8 is installed by conda - you don't need to download this cylc-flow release directly. https://github.com/cylc/cylc-conda#cylc-8-conda-installation-instructions
cylc-7.8.4
cylc-7.8.4 maintenance release with some important fixes and several minor enhancements.
Highlights:
- support alternate suite run directories (e.g. to put fast-running sub-suites on fast local disk);
- faster suite validation
- fix delayed stall on reloading a suite after removing tasks from the graph;
- fix xtrigger cycle sequence specificity;
- record all xtrigger return values for re-use at suite restart
cylc-7.8.3
cylc-7.8.3 maintenance release.
Fix subprocess invocation of several cylc commands by the GUI (broken at 7.8.2).
Restore Python 2.6 compatibility for those stuck on older systems.
See CHANGES.md for details.
cylc-7.8.2
Maintenance release with bug fixes and minor enhancements.
Changes include: a new "aborted" suite event to alert on unexpected shut down; restored single-page User Guide; cylc graph
: automatic and default styling fixes and improvements; make suite context available to custom Jinja2 filters; and more.
See CHANGES.md for details.
cylc-7.8.1
Maintenance release with minor enhancements, plus new-format User Guide.
Changes include: replace LaTex-generated User Guide with Sphinx-generated HTML; initial cycle point relative to current time; expose suite UUID to event handlers; fix possible blocking subprocess pipe.
See CHANGES.md for details.
cylc-7.8.0
Large minor release, 120+ closed issues.
Changes include automatic suite host selection; automatic migration of suite server programs to other available hosts; a web-based suite and job log viewer; general external triggering via user-supplied Python functions; EmPy templating; better GUI integration with desktop themes; and more.
See CHANGES.md for details.
cylc-7.7.2
A minor maintenance release with 12 fixes and minor enhancements merged since cylc-7.7.1.
Changes include improved job poll logging, suppression of irrelevant warnings, corrected some typos in the user guide, avoid crashing on reloading a restarted suite with no final cycle point set, and fixes for several other rarely encountered bugs.
See CHANGES.md for details.