Skip to content

Releases: snakemake/snakemake-interface-executor-plugins

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)

v4.0.0

19 Sep 14:36
ed879a5
Compare
Choose a tag to compare

4.0.0 (2023-09-19)

⚠ BREAKING CHANGES

  • rename ExecutorJobInterface into JobExecutorInterface

Code Refactoring

  • rename ExecutorJobInterface into JobExecutorInterface (9f61b6a)

v3.0.2

12 Sep 20:32
bb80655
Compare
Choose a tag to compare

3.0.2 (2023-09-12)

Bug Fixes

  • add error details in case of improper join_cli_args usage (cb0245f)

v3.0.1

11 Sep 17:26
888ac3e
Compare
Choose a tag to compare

3.0.1 (2023-09-11)

Bug Fixes

  • avoid dependeing on argparse_dataclass fork (0a1f02d)
  • fix NoneType definition (1654a41)

v3.0.0

11 Sep 13:56
9d7357e
Compare
Choose a tag to compare

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

08 Sep 07:36
290b249
Compare
Choose a tag to compare

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

05 Sep 19:36
47622fb
Compare
Choose a tag to compare

1.2.0 (2023-09-05)

Features

v1.1.2

05 Sep 11:29
3f1304f
Compare
Choose a tag to compare

1.1.2 (2023-09-01)

Bug Fixes

  • convert enum to cli choice (a2f287c)
  • various adaptations to changes in Snakemake 8.0 (58ff504)