Cylc 8.2.0 Released

Cylc 8.2.5 released

cylc-flow 8.2.5 contains several bugfixes. See the changelog for details.

cylc-uiserver 1.4.4 contains an important bugfix for an issue that limited the number of active workflows that could be tracked at the same time. See the changelog for details.

cylc-ui 2.4.0 contains several enhancements and bugfixes:

  • Workspace tab layout is now remembered and restored when navigating between workflows (in
    a single browser session; we are investigating saving layouts across browser sessions).
  • Usability improvements for the log view.
  • Performance improvements

See the changelog for details.

cylc-rose 1.3.3 contains a bugfix for fcm make and rose prune tasks. See the changelog for details.

How to update site installations

Sites should create a new Cylc environment and manage parallel installations using the provided wrapper script.

How to update stand-alone installations

# First shut down running workflows:
cylc stop '*'

# For Conda managed environments:
conda update 'cylc-flow=8.2'
conda update 'cylc-uiserver=1.4'
conda update 'cylc-rose=1.3'

# For Pip managed environments:
pip install 'cylc-flow==8.2.*'
pip install 'cylc-uiserver==1.4.*'
pip install 'cylc-rose==1.3.*'
2 Likes