Skip to content

v8.28.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 13:56
8cfff37

8.28.0 (2025-02-12)

Features

  • do not fail if --cache is active but no SNAKEMAKE_OUTPUT_CACHE env var is defined. Instead, print a warning that explains the options. (#3270) (9610f7c)

Bug Fixes

  • do not use outdated metadata for rerun triggers (only warn about it) (#3259) (d766a48)
  • ensure that exceptions print storage queries instead of local copies of remote files (#3258) (e5d8ec1)
  • fix error message of evaluate helper function (#3282) (9483a64)
  • Revert cleaning of env vars in apptainer (#3285) (e79a51b)

Performance Improvements

  • compare checksums of input files <= 1MB (before (10KB) (#3267) (ba017bb)
  • query updated input files in parallel (#3266) (bc4fcee)

Documentation

  • Adds instructions for using syntax highlighting with lazy.nvim (#3246) (7a75043)
  • Fix typos in basic API example (#3277) (8782219)