@@ -20,23 +20,29 @@ 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
Cylc ignores ``$PYTHONPATH ``
42
48
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -64,6 +70,8 @@ workflows which would previously have caused it to time out.
64
70
Upgrade To The Latest Jupyter Releases
65
71
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
72
73
+ .. versionadded :: cylc-uiserver 1.4.0
74
+
67
75
The Cylc UI Server has been updated to work with the latest releases of
68
76
`Jupyter Server `_ and `Jupyter Hub `_.
69
77
@@ -72,32 +80,7 @@ will require some changes to work with these releases.
72
80
73
81
See :ref: `cylc.uiserver.multi-user ` for more details
74
82
75
-
76
- UI now remembers workspace tab layout
77
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
-
79
- The UI now remembers the layout of your workspace tabs when you navigate away
80
- from that workflow. Note that this only applies per browser session.
81
-
82
- .. image :: changes/ui-workspace-tabs.gif
83
- :width: 100%
84
-
85
-
86
- ----------
87
-
88
- Cylc 8.2.0
89
- ----------
90
-
91
- .. admonition :: Cylc Components
92
- :class: hint
93
-
94
- :cylc-flow: `8.2 <https://github.com/cylc/cylc-flow/blob/master/CHANGES.md >`__
95
- :cylc-uiserver: `1.3 <https://github.com/cylc/cylc-uiserver/blob/master/CHANGES.md >`__
96
- :cylc-rose: `1.3 <https://github.com/cylc/cylc-rose/blob/master/CHANGES.md >`__
97
-
98
-
99
- Configure The Default View
100
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
83
+ .. versionadded :: cylc-uiserver 1.3.0
101
84
102
85
You can now configure the view which is opened by default when you navigate to
103
86
a new workflow in the GUI. Navigate to the settings page to select your chosen
@@ -113,6 +96,8 @@ configuring certain options on those views.
113
96
Reload
114
97
^^^^^^
115
98
99
+ .. versionadded :: cylc-flow 8.2.0
100
+
116
101
When workflows are
117
102
:ref: `reloaded <Reloading The Workflow Configuration At Runtime >`,
118
103
(e.g. by ``cylc reload ``), Cylc will now pause the workflow and wait for any
@@ -124,8 +109,8 @@ workflow status message which appears at the top of the GUI and Tui interfaces.
124
109
125
110
----------
126
111
127
- Cylc 8.1.0
128
- ----------
112
+ Cylc 8.1
113
+ --------
129
114
130
115
.. admonition :: Cylc Components
131
116
:class: hint
@@ -140,9 +125,22 @@ Cylc 8.1.0
140
125
**cannot ** be restarted with Cylc 8.1 due to database changes.
141
126
142
127
128
+ Analysis View
129
+ ^^^^^^^^^^^^^
130
+
131
+ .. versionadded :: cylc-uiserver 1.2.2
132
+
133
+ The web UI also has a new view for displaying task queue & run time statistics.
134
+
135
+ .. image :: changes/analysis_view.gif
136
+ :width: 80%
137
+
138
+
143
139
Graph View
144
140
^^^^^^^^^^
145
141
142
+ .. versionadded :: cylc-uiserver 1.2.0
143
+
146
144
The web UI now has a graph view which displays a visualisation of a workflow's graph:
147
145
148
146
.. image :: changes/cylc-graph.gif
@@ -155,6 +153,8 @@ will be added in later releases.
155
153
Log View
156
154
^^^^^^^^
157
155
156
+ .. versionadded :: cylc-uiserver 1.2.0
157
+
158
158
The web UI now has a log view which displays workflow and job log files:
159
159
160
160
.. image :: changes/log-view-screenshot.png
@@ -163,9 +163,12 @@ The web UI now has a log view which displays workflow and job log files:
163
163
Support for viewing more log files, syntax highlighting, searching and line
164
164
numbers are planned for future releases.
165
165
166
+
166
167
Edit Runtime
167
168
^^^^^^^^^^^^
168
169
170
+ .. versionadded :: cylc-uiserver 1.2.0
171
+
169
172
The web UI now has a command for editing the :cylc:conf: `[runtime] ` section
170
173
of a task or family.
171
174
@@ -174,19 +177,12 @@ of a task or family.
174
177
175
178
Any changes made are :ref: `broadcast <cylc-broadcast >` to the running workflow.
176
179
177
- Analysis View
178
- ^^^^^^^^^^^^^
179
-
180
- .. versionadded :: cylc-uiserver 1.2.2
181
-
182
- The web UI also has a new view for displaying task queue & run time statistics.
183
-
184
- .. image :: changes/analysis_view.gif
185
- :width: 80%
186
180
187
181
Combined Commands
188
182
^^^^^^^^^^^^^^^^^
189
183
184
+ .. versionadded :: cylc-flow 8.1.0
185
+
190
186
Two new commands have been added as short-cuts for common working patterns:
191
187
192
188
``cylc vip ``
@@ -217,6 +213,8 @@ For more information see the command line help:
217
213
Bash Completion
218
214
^^^^^^^^^^^^^^^
219
215
216
+ .. versionadded :: cylc-flow 8.1.0
217
+
220
218
Cylc now provides a high performance Bash completion script which saves you typing:
221
219
222
220
* Cylc commands & options
@@ -232,8 +230,8 @@ Cylc now provides a high performance Bash completion script which saves you typi
232
230
233
231
----------
234
232
235
- Cylc 8.0.0
236
- ----------
233
+ Cylc 8.0
234
+ --------
237
235
238
236
.. admonition :: Cylc Components
239
237
:class: hint
0 commit comments