Skip to content

Latest commit

 

History

History
237 lines (107 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

237 lines (107 loc) · 13.3 KB

Changelog

0.10.2 (2024-09-11)

Bug Fixes

  • added forgotten yield in case of job preemption (#148) (95e5fb7)

0.10.1 (2024-09-07)

Bug Fixes

  • logfile quoting and scancel error handling (#140) (cb5d656)

0.10.0 (2024-08-23)

Features

Bug Fixes

  • add --parsable to sbatch call for a more robust output parsing (#125) (5e41d05)
  • issue #109 - preemption is no longer considered a failed status (#132) (6dad273)

0.9.0 (2024-08-06)

Features

Bug Fixes

0.8.0 (2024-07-12)

Features

0.7.0 (2024-06-25)

Features

Bug Fixes

Documentation

  • added mini paragraph about Conda and Env Modules (#42) (c821b5e)
  • added paragraphs about dynamic resource allocation (#79) (06a1555)
  • storage update (#80) (7e19560)

0.6.0 (2024-06-07)

Features

  • will reject jobs, which attempt setting job names by 'slurm_extra' (#93) (df2fd3d)

0.5.2 (2024-06-04)

Bug Fixes

0.5.1 (2024-05-14)

Bug Fixes

  • allowing for accounts containing whitespace (#86) (6993f2d)
  • proper line ending status message (#87) (7b94aec)

0.5.0 (2024-05-06)

Features

0.4.5 (2024-04-17)

Bug Fixes

0.4.4 (2024-04-15)

Miscellaneous Chores

0.4.3 (2024-04-12)

Bug Fixes

  • always create logdir before sbatch (#67) (79fb961)

0.4.2 (2024-03-11)

Bug Fixes

  • adapt to latest snakemake-interface-executor-plugins (#49) (8c7f5b1)

0.4.1 (2024-02-29)

Bug Fixes

0.4.0 (2024-02-29)

Features

  • add wildcards to output and comment (#35) (190500b)

0.3.2 (2024-02-24)

Bug Fixes

  • fix type error in job status checking if sacct fails (6a197ae)

Documentation

0.3.1 (2024-02-14)

Bug Fixes

  • Use sacct syntax that is compatible with slurm < 20.11.0 (#26) (c1591ff)

0.3.0 (2024-02-01)

Features

0.2.2 (2024-02-01)

Bug Fixes

0.2.1 (2024-01-16)

Bug Fixes

  • ensure proper handling of group jobs in combination with the slurm-jobstep executor (f5c3d4c)
  • remove limitation to single job in jobstep executor for group jobs (18acfb6)

0.2.0 (2024-01-10)

Features

0.1.5 (2024-01-05)

Bug Fixes

  • Force sacct to look at the last 2 days (#9) (914265d)

0.1.4 (2023-12-08)

Documentation

0.1.3 (2023-12-06)

Bug Fixes

Documentation

0.1.2 (2023-11-20)

Bug Fixes

  • adapt to interface changes (dcf9bc4)

0.1.1 (2023-10-29)

Bug Fixes

0.1.0 (2023-10-29)

Bug Fixes

  • adapt to API change (4110331)
  • adapt to API changes (75b2383)
  • adapt to API changes in Snakemake 8 (4c12093)
  • adapt to changes in snakemake-interface-executor-plugins (e73f71d)
  • add dependency on slurm-jobstep (fb5cdbc)
  • update to fixed version of snakemake-interface-executor-plugins (#2) (3dc72c6)