@@ -20,28 +20,36 @@ For more detail see the component changelogs:
20
20
* `metomi-rose-changelog `_
21
21
* `metomi-isodatetime-changelog `_
22
22
23
-
24
23
----------
25
24
26
- Cylc 8.3.0
27
- ----------
25
+ Cylc 8.2
26
+ --------
28
27
29
28
.. admonition :: Cylc Components
30
29
:class: hint
31
30
32
- TODO
31
+ :cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md >`__
32
+ :cylc-uiserver: `1.4 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md >`__
33
+ :cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md >`__
33
34
34
- ..
35
- Uncomment this before 8.3.0 release
36
35
37
- :cylc-flow: `8.3 <https://github.com/cylc/cylc-flow/blob/8.3.x/CHANGES.md >`__
38
- :cylc-uiserver: `1.4 <https://github.com/cylc/cylc-uiserver/blob/1.4.x/CHANGES.md >`__
39
- :cylc-rose: `1.4 <https://github.com/cylc/cylc-rose/blob/1.4.x/CHANGES.md >`__
36
+ UI now remembers workspace tab layout
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+
39
+ .. versionadded :: cylc-uiserver 1.4.4
40
+
41
+ The UI now remembers the layout of your workspace tabs when you navigate away
42
+ from that workflow. Note that this only applies per browser session.
43
+
44
+ .. image :: changes/ui-workspace-tabs.gif
45
+ :width: 100%
40
46
41
47
42
48
Upgrade To The Latest Jupyter Releases
43
49
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
50
51
+ .. versionadded :: cylc-uiserver 1.4.0
52
+
45
53
The Cylc UI Server has been updated to work with the latest releases of
46
54
`Jupyter Server `_ and `Jupyter Hub `_.
47
55
@@ -50,22 +58,12 @@ will require some changes to work with these releases.
50
58
51
59
See :ref: `cylc.uiserver.multi-user ` for more details
52
60
53
- ----------
54
-
55
- Cylc 8.2.0
56
- ----------
57
-
58
- .. admonition :: Cylc Components
59
- :class: hint
60
-
61
- :cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md >`__
62
- :cylc-uiserver: `1.3 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md >`__
63
- :cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md >`__
64
-
65
61
66
62
Configure The Default View
67
63
^^^^^^^^^^^^^^^^^^^^^^^^^^
68
64
65
+ .. versionadded :: cylc-uiserver 1.3.0
66
+
69
67
You can now configure the view which is opened by default when you navigate to
70
68
a new workflow in the GUI. Navigate to the settings page to select your chosen
71
69
view.
@@ -80,6 +78,8 @@ configuring certain options on those views.
80
78
Reload
81
79
^^^^^^
82
80
81
+ .. versionadded :: cylc-flow 8.2.0
82
+
83
83
When workflows are
84
84
:ref: `reloaded <Reloading The Workflow Configuration At Runtime >`,
85
85
(e.g. by ``cylc reload ``), Cylc will now pause the workflow and wait for any
@@ -91,8 +91,8 @@ workflow status message which appears at the top of the GUI and Tui interfaces.
91
91
92
92
----------
93
93
94
- Cylc 8.1.0
95
- ----------
94
+ Cylc 8.1
95
+ --------
96
96
97
97
.. admonition :: Cylc Components
98
98
:class: hint
@@ -107,9 +107,22 @@ Cylc 8.1.0
107
107
**cannot ** be restarted with Cylc 8.1 due to database changes.
108
108
109
109
110
+ Analysis View
111
+ ^^^^^^^^^^^^^
112
+
113
+ .. versionadded :: cylc-uiserver 1.2.2
114
+
115
+ The web UI also has a new view for displaying task queue & run time statistics.
116
+
117
+ .. image :: changes/analysis_view.gif
118
+ :width: 80%
119
+
120
+
110
121
Graph View
111
122
^^^^^^^^^^
112
123
124
+ .. versionadded :: cylc-uiserver 1.2.0
125
+
113
126
The web UI now has a graph view which displays a visualisation of a workflow's graph:
114
127
115
128
.. image :: changes/cylc-graph.gif
@@ -122,6 +135,8 @@ will be added in later releases.
122
135
Log View
123
136
^^^^^^^^
124
137
138
+ .. versionadded :: cylc-uiserver 1.2.0
139
+
125
140
The web UI now has a log view which displays workflow and job log files:
126
141
127
142
.. image :: changes/log-view-screenshot.png
@@ -130,9 +145,12 @@ The web UI now has a log view which displays workflow and job log files:
130
145
Support for viewing more log files, syntax highlighting, searching and line
131
146
numbers are planned for future releases.
132
147
148
+
133
149
Edit Runtime
134
150
^^^^^^^^^^^^
135
151
152
+ .. versionadded :: cylc-uiserver 1.2.0
153
+
136
154
The web UI now has a command for editing the :cylc:conf: `[runtime] ` section
137
155
of a task or family.
138
156
@@ -141,26 +159,19 @@ of a task or family.
141
159
142
160
Any changes made are :ref: `broadcast <cylc-broadcast >` to the running workflow.
143
161
144
- Analysis View
145
- ^^^^^^^^^^^^^
146
-
147
- .. versionadded :: cylc-uiserver 1.2.2
148
-
149
- The web UI also has a new view for displaying task queue & run time statistics.
150
-
151
- .. image :: changes/analysis_view.gif
152
- :width: 80%
153
162
154
163
Combined Commands
155
164
^^^^^^^^^^^^^^^^^
156
165
166
+ .. versionadded :: cylc-flow 8.1.0
167
+
157
168
Two new commands have been added as short-cuts for common working patterns:
158
169
159
- ``cylc vip ``
170
+ ``cylc vip ``
160
171
Validate, install and plays a workflow, equivalent to:
161
172
162
173
.. code-block :: bash
163
-
174
+
164
175
cylc validate < path>
165
176
cylc install < path>
166
177
cylc play < id>
@@ -184,6 +195,8 @@ For more information see the command line help:
184
195
Bash Completion
185
196
^^^^^^^^^^^^^^^
186
197
198
+ .. versionadded :: cylc-flow 8.1.0
199
+
187
200
Cylc now provides a high performance Bash completion script which saves you typing:
188
201
189
202
* Cylc commands & options
@@ -199,8 +212,8 @@ Cylc now provides a high performance Bash completion script which saves you typi
199
212
200
213
----------
201
214
202
- Cylc 8.0.0
203
- ----------
215
+ Cylc 8.0
216
+ --------
204
217
205
218
.. admonition :: Cylc Components
206
219
:class: hint
0 commit comments