Skip to content

v8.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 14:02
fc70c90

8.11.1 (2024-04-29)

Bug Fixes

  • check template rendering output for leaked input file paths (#2850) (433302e)
  • do not distinguish between local and remote rules in dryrun (74b99ec)
  • omit norun jobs when determining remote storage input file retrieval (#2854) (37a7c7f)
  • Prevent binary log files to crash snakemake execution with show-failed-logs (#2827) (8a80bda)
  • replace pkg_resources for python 3.12 (#2831) (ac144fc)
  • return set instead of list when just --quiet (#2829) (eeb57e2)
  • small typo in error (#2853) (325a715)
  • use keyword arguments in _IOFile.open (#2847) (50c84dc)

Documentation