Skip to content

Releases: snakemake/snakemake-interface-executor-plugins

v8.0.0

20 Nov 09:33
f17e558
Compare
Choose a tag to compare

8.0.0 (2023-11-20)

⚠ BREAKING CHANGES

  • added common setting for defining whether workflow sources shall be deployed.

Features

  • added common setting for defining whether workflow sources shall be deployed. (04319bb)

v7.0.3

26 Oct 07:40
fc37f38
Compare
Choose a tag to compare

7.0.3 (2023-10-26)

Bug Fixes

  • fix envvar declarations code (fc31775)
  • improved precommand handling (af1f010)

v7.0.2

24 Oct 14:00
9c1030f
Compare
Choose a tag to compare

7.0.2 (2023-10-20)

Bug Fixes

  • ignore errors when trying to delete tmpdir upon shutdown (#39) (406422c)

v7.0.1

17 Oct 08:45
ac5f7c7
Compare
Choose a tag to compare

7.0.1 (2023-10-17)

Miscellaneous Chores

v7.0.0

17 Oct 08:26
3b4606a
Compare
Choose a tag to compare

7.0.0 (2023-10-17)

⚠ BREAKING CHANGES

  • move behavior args into common settings and use post_init method for additional initialization

Features

  • move behavior args into common settings and use post_init method for additional initialization (c6cb3c9)
  • support precommand (32da209)

v6.0.0

12 Oct 08:42
dc83981
Compare
Choose a tag to compare

6.0.0 (2023-10-12)

⚠ BREAKING CHANGES

  • adapt to API changes

Features

Bug Fixes

v5.0.2

23 Sep 11:18
afead7d
Compare
Choose a tag to compare

5.0.2 (2023-09-22)

Documentation

v5.0.1

22 Sep 08:28
50d733e
Compare
Choose a tag to compare

5.0.1 (2023-09-22)

Bug Fixes

  • adapt to changes in snakemake-interface-common (faa05a4)
  • adapt to fixes in snakemake-interface-common (2a92560)

v5.0.0

21 Sep 09:01
6972045
Compare
Choose a tag to compare

5.0.0 (2023-09-21)

⚠ BREAKING CHANGES

  • maintain Python 3.7 compatibility by moving settings base classes to the settings module

Bug Fixes

  • maintain Python 3.7 compatibility by moving settings base classes to the settings module (71c976e)
  • use bugfix release of snakemake-interface-common (2441fc3)

v4.0.1

20 Sep 13:30
19149d6
Compare
Choose a tag to compare

4.0.1 (2023-09-20)

Bug Fixes

  • return correct value for next_seconds_between_status_checks (0606922)