Skip to content

Commit 3a6c944

Browse files
changelog (#510)
* changelog * Add detailed changelog to the reference section. * spelling: add changelog to dictionary * changelog: fix urls for linkcheck * Anchors in GitHub rendered markdown files have an HREF which doesn't match the URL, presumably becuase they use javascript to locate the element? * Add `user-content-` onto the front of the URL to get a valid anchor which will pass linkcheck. Co-authored-by: Hilary James Oliver <[email protected]>
1 parent 07eaa26 commit 3a6c944

File tree

6 files changed

+94
-0
lines changed

6 files changed

+94
-0
lines changed

src/dictionaries/words

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ bar
77
baz
88
boolean
99
booleans
10+
changelog
11+
changelogs
1012
conf
1113
config
1214
configargs

src/reference/changes.rst

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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>`.
1.03 MB
Loading
1.86 MB
Loading

src/reference/changes/cylc-vip.gif

368 KB
Loading

src/reference/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Reference
55
.. toctree::
66
:maxdepth: 2
77

8+
changes
89
config/index
910
job-script-vars/index
1011
architecture/index

0 commit comments

Comments
 (0)