|
| 1 | +Changes |
| 2 | +======= |
| 3 | + |
| 4 | +.. _cylc-flow-changelog: https://github.com/cylc/cylc-flow/blob/master/CHANGES.md |
| 5 | +.. _cylc-uiserver-changelog: https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md |
| 6 | +.. _cylc-ui-changelog: https://github.com/cylc/cylc-ui/blob/master/CHANGES.md |
| 7 | +.. _cylc-rose-changelog: https://github.com/cylc/cylc-rose/blob/master/CHANGES.md |
| 8 | +.. _metomi-rose-changelog: https://github.com/metomi/rose/blob/master/CHANGES.md |
| 9 | +.. _metomi-isodatetime-changelog: https://github.com/metomi/isodatetime/blob/master/CHANGES.md |
| 10 | + |
| 11 | +This page contains a summary of significant changes across all Cylc components for each |
| 12 | +release. |
| 13 | + |
| 14 | +For more detail see the component changelogs: |
| 15 | + |
| 16 | +* `cylc-flow-changelog`_ |
| 17 | +* `cylc-uiserver-changelog`_ |
| 18 | +* `cylc-ui-changelog`_ |
| 19 | +* `cylc-rose-changelog`_ |
| 20 | +* `metomi-rose-changelog`_ |
| 21 | +* `metomi-isodatetime-changelog`_ |
| 22 | + |
| 23 | +---------- |
| 24 | + |
| 25 | +Cylc 8.1.0 |
| 26 | +---------- |
| 27 | + |
| 28 | +.. TODO: updade me before release: |
| 29 | +
|
| 30 | + .. admonition:: Cylc Components |
| 31 | + :class: hint |
| 32 | +
|
| 33 | + TODO: fill in component versions |
| 34 | +
|
| 35 | +Cylc Graph |
| 36 | +^^^^^^^^^^ |
| 37 | + |
| 38 | +The web UI now has a graph view which displays a visualisation of a workflow's graph: |
| 39 | + |
| 40 | +.. image:: changes/cylc-graph.gif |
| 41 | + :width: 80% |
| 42 | + |
| 43 | +Family & cycle grouping as well as the ability to view graphs for stopped workflows |
| 44 | +will be added in later releases. |
| 45 | + |
| 46 | +Combined Commands |
| 47 | +^^^^^^^^^^^^^^^^^ |
| 48 | + |
| 49 | +A new command called ``cylc vip`` which validates, installs, then plays a workflow |
| 50 | +as a convenient alternative to typing: |
| 51 | + |
| 52 | +.. code-block:: bash |
| 53 | +
|
| 54 | + cylc validate <path> |
| 55 | + cylc install <path> |
| 56 | + cylc play <id> |
| 57 | +
|
| 58 | +.. image:: changes/cylc-vip.gif |
| 59 | + :width: 80% |
| 60 | + |
| 61 | +Bash Completion |
| 62 | +^^^^^^^^^^^^^^^ |
| 63 | + |
| 64 | +Cylc now provides a high performance Bash completion script which saves you typing: |
| 65 | + |
| 66 | +* Cylc commands & options |
| 67 | +* Workflow IDs |
| 68 | +* Cycle points |
| 69 | +* Task names |
| 70 | +* Job numbers |
| 71 | + |
| 72 | +.. image:: changes/cylc-completion.bash.gif |
| 73 | + :width: 80% |
| 74 | + |
| 75 | +:ref:`Installation instructions <installation.shell_auto_completion>`. |
| 76 | + |
| 77 | +---------- |
| 78 | + |
| 79 | +Cylc 8.0.0 |
| 80 | +---------- |
| 81 | + |
| 82 | +.. admonition:: Cylc Components |
| 83 | + :class: hint |
| 84 | + |
| 85 | + :cylc-flow: `8.0 <https://github.com/cylc/cylc-flow/blob/8.0.0/CHANGES.md#user-content-major-changes-in-cylc-8>`__ |
| 86 | + :cylc-uiserver: `1.1 <https://github.com/cylc/cylc-uiserver/blob/1.1.0/CHANGES.md#user-content-cylc-uiserver-110-released-2022-07-28>`__ |
| 87 | + :cylc-rose: `1.1 <https://github.com/cylc/cylc-rose/blob/1.1.0/CHANGES.md#user-content-cylc-rose-110-released-2022-07-28>`__ |
| 88 | + |
| 89 | +The first official release of Cylc 8. |
| 90 | + |
| 91 | +For a summary of changes see the :ref:`migration guide<728.overview>`. |
0 commit comments