You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#6261](https://github.com/cylc/cylc-flow/pull/6261) - Allow a workflow to be restarted by `cylc vr` even if there are no changes to reinstall.
19
+
20
+
[#7024](https://github.com/cylc/cylc-flow/pull/7024) - Add support for the `next()/previous()` syntax with the `cylc play --startcp` option.
21
+
22
+
[#7044](https://github.com/cylc/cylc-flow/pull/7044) - Replace use of Met Office Datapoint (Switchoff December 2025) in tutorial with Met Office data via the Amazon Data Sustainability Initative.
23
+
24
+
[#7075](https://github.com/cylc/cylc-flow/pull/7075) - State totals shown in GUI/tui now represent the active (n=0) window of tasks.
25
+
26
+
### 🔧 Fixes
27
+
28
+
[#6772](https://github.com/cylc/cylc-flow/pull/6772) - Xtriggers with an OR operator (`|`) between them now correctly fail validation as Cylc does not support this.
29
+
30
+
[#7007](https://github.com/cylc/cylc-flow/pull/7007) - Fix bug where cylc play --pause would resume a paused workflow.
31
+
32
+
[#7021](https://github.com/cylc/cylc-flow/pull/7021) - Fix compatibility with Python 3.14
33
+
34
+
[#7026](https://github.com/cylc/cylc-flow/pull/7026) - Log (re)commencement of xtrigger calls, for old xtriggers.
35
+
36
+
[#7035](https://github.com/cylc/cylc-flow/pull/7035) - Fixed platform subshell expression evaluating more than once for tasks triggered in paused workflow.
37
+
38
+
[#7041](https://github.com/cylc/cylc-flow/pull/7041) - Removed spurious "tasks not killable" warnings for `cylc stop --kill`.
39
+
40
+
[#7048](https://github.com/cylc/cylc-flow/pull/7048) - Stopped the evaluated value of `initial cycle point = now` changing on reload/restart.
41
+
42
+
[#7054](https://github.com/cylc/cylc-flow/pull/7054) - Fix an issue where job submission could fail with the message
43
+
`No such file or directory` when tasks were triggered while the workflow was
44
+
paused.
45
+
46
+
[#7087](https://github.com/cylc/cylc-flow/pull/7087) - `cylc clean` will now skip any non-existent remote platforms recorded in the workflow database, instead of failing.
47
+
48
+
[#7089](https://github.com/cylc/cylc-flow/pull/7089) - Fixes a memory build-up problem exposed by large workflows of many interconnected tasks.
0 commit comments