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
[#6809](https://github.com/cylc/cylc-flow/pull/6809) - Dropped support for Python 3.7-3.11. The minimum supported version is now 3.12.
19
+
20
+
### 🚀 Enhancements
21
+
22
+
[#6835](https://github.com/cylc/cylc-flow/pull/6835) - A new experimental feature that can be switched on in workflow config:
23
+
Suicide triggers expire tasks rather than just remove them. This fixes
24
+
a bug that could allow tasks to run after suicide triggering. The
25
+
"expired" output will automatically be marked as optional for the
26
+
task, but custom completion conditions must be adapted accordingly.
27
+
28
+
[#6844](https://github.com/cylc/cylc-flow/pull/6844) - Cylc commands including `cylc trigger` now support the `^` and `$` syntax for referencing the initial and final cycle points respectively.
29
+
30
+
[#6920](https://github.com/cylc/cylc-flow/pull/6920) - Cylc commands (e.g. `cylc trigger` and `cylc hold`) can now operate on tasks
31
+
which are not "active" using globs and family IDs. E.g,
32
+
`cylc trigger workflow//cycle/family` will now trigger all tasks in the family,
33
+
not just the ones that are presently active.
34
+
35
+
[#6944](https://github.com/cylc/cylc-flow/pull/6944) - Make CYLC_WORKFLOW_SRC_DIR available as a template variable.
36
+
37
+
[#6964](https://github.com/cylc/cylc-flow/pull/6964) - Automatic broadcast expiry is now delayed to make it easier to re-trigger
0 commit comments