Skip to content

v8.25.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 11:23
f95aa18

8.25.0 (2024-10-29)

Features

  • add first 5 rules to group name (used e.g. when naming cluster/cloud jobs or logfiles) (#3168) (5657122)
  • allow to mark input files of rules as ancient via the API or command line interface (and thereby also via workflow specific profiles). Putting this into a workflow specific profile (or specifying as argument) allows to overrule rerun triggers caused by file modification dates where the user knows better. (#3171) (6f3aed3)

Bug Fixes

  • skip storage object when cloning flags for shadowed IO (#3174) (d733fed)
  • use permission safe copying when hidden conda files are already present in a workdir. This avoids problems in case multiple people use the same workdir and workflow. (#3169) (c98b2e7)

Documentation

  • add tutorial references and small syntax fix (#3172) (6bee12a)