Skip to content

Releases: snakemake/snakemake

v8.3.2

25 Jan 12:44
adcd635
Compare
Choose a tag to compare

8.3.2 (2024-01-25)

Bug Fixes

  • do not require cores to be set for non-executing modes (#2646) (30cf026)

v8.3.1

23 Jan 16:52
02a7cda
Compare
Choose a tag to compare

8.3.1 (2024-01-23)

Documentation

v8.3.0

23 Jan 16:35
e907dcb
Compare
Choose a tag to compare

8.3.0 (2024-01-23)

Features

  • implement semantic helper functions for input and param function handling (#2344) (b4b5e51)
  • support for continuously updated input (using Python queues) (#2594) (db1c0ed)

v8.2.4

23 Jan 09:58
1928353
Compare
Choose a tag to compare

8.2.4 (2024-01-23)

Bug Fixes

  • fix exception when handling syntax error during parsing (d5a7a56)

v8.2.3

19 Jan 20:35
4195a32
Compare
Choose a tag to compare

8.2.3 (2024-01-19)

Documentation

  • handle overflow of content div (b23e277)

v8.2.2

19 Jan 16:13
89a68ea
Compare
Choose a tag to compare

8.2.2 (2024-01-19)

Documentation

v8.2.1

17 Jan 19:36
c05cc9e
Compare
Choose a tag to compare

8.2.1 (2024-01-17)

Bug Fixes

  • do not require cores to be set for rule-level methods of the workflow API or the corresponding CLI commands (e.g. --lint). (#2629) (2040468)
  • fix false complaints about rules with multiple output files (#2628) (b1b4f5b)
  • migration guide typo and wrong link (#2625) (645f3d1)

v8.2.0

16 Jan 10:07
f7edb9f
Compare
Choose a tag to compare

8.2.0 (2024-01-16)

Features

  • add method to obtain group args for spawned jobs (bd1b450)

Bug Fixes

  • properly resolve wildcards in group components (#2620) (c788a46)
  • return set of rules when obtaining allowed rules for remote job (2c44cf6)

v8.1.3

15 Jan 08:55
daa6d9f
Compare
Choose a tag to compare

8.1.3 (2024-01-15)

Bug Fixes

  • bug with preemptible rules (#2616) (c6d7141)
  • do not pass snakefile as metadata when wms monitor flag is used (#2573) (13b3205)
  • use default group settings if not execution workflow (fixes attribute error occurring with --report) (#2617) (21e9964)

v8.1.2

13 Jan 13:04
4195955
Compare
Choose a tag to compare

8.1.2 (2024-01-12)

Bug Fixes

  • local mtime handling in case of storage plugins and cleaner error message for parallel storage retrieval (#2611) (880b264)
  • Migrate away from deprecated pulp API (#2610) (fb26640)