Releases: snakemake/snakemake-interface-executor-plugins
Releases · snakemake/snakemake-interface-executor-plugins
v8.0.0
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
7.0.3 (2023-10-26)
Bug Fixes
- fix envvar declarations code (fc31775)
- improved precommand handling (af1f010)
v7.0.2
7.0.2 (2023-10-20)
Bug Fixes
- ignore errors when trying to delete tmpdir upon shutdown (#39) (406422c)
v7.0.1
7.0.1 (2023-10-17)
Miscellaneous Chores
v7.0.0
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
6.0.0 (2023-10-12)
⚠ BREAKING CHANGES
Features
Bug Fixes
v5.0.2
5.0.2 (2023-09-22)
Documentation
v5.0.1
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
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
4.0.1 (2023-09-20)
Bug Fixes
- return correct value for next_seconds_between_status_checks (0606922)