Cylc 8.1.x Release Announcements

We have released cylc-flow 8.1.3 and cylc-uiserver 1.2.2

These include several bugfixes including:

  • Fix an issue where a scheduler could crash on restart or reload if changes were made to the prerequisites of an active task.
  • Fix an issue where prerequisite tasks could appear in the wrong cycle in the gui.
  • Efficiency improvements for workflows which spawn large numbers of tasks.

The cylc-ui has been updated from 1.5.0 to 1.6.0 which has an improved log view.

For a full summary see the changelogs:

How to update stand-alone installations

# For Conda managed environments:
conda update 'cylc-flow=8.1' 'cylc-uiserver=1.2'

# For Pip managed environments:
pip install 'cylc-flow==8.1.*' 'cylc-uiserver==1.2.*' --upgrade
1 Like