9.3.3 (2024-12-21)
9.3.2 (2024-10-06)
9.3.1 (2024-10-04)
9.3.0 (2024-10-04)
9.2.0 (2024-07-04)
- add a default for the
can_transfer_local_files
interface (#67) (793df28) - support for commas in wildcards (#56) (0e8ed82)
9.1.1 (2024-04-12)
- pass cores to remote jobs if they are set (395af5e)
9.1.0 (2024-03-26)
9.0.2 (2024-03-22)
9.0.1 (2024-03-21)
9.0.0 (2024-03-11)
- pass common settings to SpawedJobArgsFactory; shell command arg quoting fixes (#58)
8.2.0 (2024-01-16)
- add ability to pass group args to remote jobs (bcfd819)
8.1.3 (2023-12-19)
- break circular import (aed33aa)
8.1.2 (2023-12-12)
8.1.1 (2023-12-08)
- allow value of none for shared fs usage setting (d334869)
8.1.0 (2023-11-30)
- add method for checking whether there is a common workdir assumed in storage settings (29dc8dd)
- adapt to API changes (21cae32)
8.0.2 (2023-11-20)
- fix arg passing (caee462)
8.0.1 (2023-11-20)
8.0.0 (2023-11-20)
- added common setting for defining whether workflow sources shall be deployed.
- added common setting for defining whether workflow sources shall be deployed. (04319bb)
7.0.3 (2023-10-26)
7.0.2 (2023-10-20)
7.0.1 (2023-10-17)
- release 7.0.1 (c51e47b)
7.0.0 (2023-10-17)
- move behavior args into common settings and use post_init method for additional initialization
- move behavior args into common settings and use post_init method for additional initialization (c6cb3c9)
- support precommand (32da209)
6.0.0 (2023-10-12)
- adapt to API changes
- adapt to API changes (f74151b)
5.0.2 (2023-09-22)
- mention poetry plugin (733f2f9)
5.0.1 (2023-09-22)
- adapt to changes in snakemake-interface-common (faa05a4)
- adapt to fixes in snakemake-interface-common (2a92560)
5.0.0 (2023-09-21)
- maintain Python 3.7 compatibility by moving settings base classes to the settings module
- maintain Python 3.7 compatibility by moving settings base classes to the settings module (71c976e)
- use bugfix release of snakemake-interface-common (2441fc3)
4.0.1 (2023-09-20)
- return correct value for next_seconds_between_status_checks (0606922)
4.0.0 (2023-09-19)
- rename ExecutorJobInterface into JobExecutorInterface
- rename ExecutorJobInterface into JobExecutorInterface (9f61b6a)
3.0.2 (2023-09-12)
- add error details in case of improper join_cli_args usage (cb0245f)
3.0.1 (2023-09-11)
3.0.0 (2023-09-11)
- unify self.report_job_error and self.print_job_error.
- 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)
2.0.0 (2023-09-08)
- rename ExecutorPluginRegistry.get to get_plugin.
- naming
- improved API
- 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)
- API typing (c9180fa)
1.2.0 (2023-09-05)
1.1.2 (2023-09-01)
1.1.1 (2023-08-30)
- practical improvements (f91133a)
1.1.0 (2023-08-28)
1.0.1 (2023-08-02)
- release process fix (b539c1b)
- migrate interfaces from snakemake to this package (#7) (cc3327c)
- migrate snakemake.common.Mode into this package (b0aa928)
- object oriented plugin interface implementation (a6923d2)
- start of work to integrate functions (#5) (56f16d8)
- fix jobname checking logic (1358f5f)
- jobname checking (f7a67d4)
- remove superfluous attribute (7d283f8)
- improve plugin lookup (514514f)
- release 1.0 (59415f4)