Releases: snakemake/snakemake-interface-executor-plugins
Releases · snakemake/snakemake-interface-executor-plugins
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)
v4.0.0
4.0.0 (2023-09-19)
⚠ BREAKING CHANGES
- rename ExecutorJobInterface into JobExecutorInterface
Code Refactoring
- rename ExecutorJobInterface into JobExecutorInterface (9f61b6a)
v3.0.2
3.0.2 (2023-09-12)
Bug Fixes
- add error details in case of improper join_cli_args usage (cb0245f)
v3.0.1
3.0.1 (2023-09-11)
Bug Fixes
- avoid dependeing on argparse_dataclass fork (0a1f02d)
- fix NoneType definition (1654a41)
v3.0.0
3.0.0 (2023-09-11)
⚠ BREAKING CHANGES
- unify self.report_job_error and self.print_job_error.
Features
- add further metadata to ExecutorSettings (30f0977)
- add get_items_by_category method to ExecutorSettings (7f62bb9)
- add support for env_var specification in ExecutorSettings (a1e3123)
- unify self.report_job_error and self.print_job_error. (2f24fb9)
Documentation
v2.0.0
2.0.0 (2023-09-08)
⚠ BREAKING CHANGES
- rename ExecutorPluginRegistry.get to get_plugin.
- naming
- improved API
Features
- add touch_exec (0ac8b16)
- allow to set the next sleep time (f8fde6c)
- allow to specify the initial amount of seconds to sleep before checking job status (0e88e6f)
- improved API (0226c9d)
- naming (978f74c)
- rename ExecutorPluginRegistry.get to get_plugin. (c1b50d9)
- simplify API (3e4be2a)
Bug Fixes
v1.2.0
1.2.0 (2023-09-05)
Features
v1.1.2
1.1.2 (2023-09-01)
Bug Fixes
- convert enum to cli choice (a2f287c)
- various adaptations to changes in Snakemake 8.0 (58ff504)