Skip to content

Releases: snakemake/snakemake-interface-common

v1.17.4

04 Oct 14:36
3d63108
Compare
Choose a tag to compare

1.17.4 (2024-10-04)

Bug Fixes

  • do not check for exactly one plugin in registry tests (#54) (755e64e)
  • return str placeholder in settings info if default value of setting is a callable (#52) (0f26fe3)

v1.17.3

14 Aug 18:00
4e52fbe
Compare
Choose a tag to compare

1.17.3 (2024-08-14)

Bug Fixes

  • set CLI arg type to str if parse_func is provided (#50) (aca9a5a)

Documentation

  • insert space between original help message and suffix (#48) (93e96ee)

v1.17.2

11 Apr 11:01
00bc4ca
Compare
Choose a tag to compare

1.17.2 (2024-04-11)

Bug Fixes

  • Add missing name field to InvalidPluginExceptions (#46) (4f26d75)
  • properly handle missing defaults in plugin settings (f631c34)

v1.17.1

21 Feb 10:43
2e3fdb6
Compare
Choose a tag to compare

1.17.1 (2024-02-21)

Bug Fixes

  • fix parsing and error handling for non-str plugin settings (#43) (02084c2)

v1.17.0

19 Feb 13:07
051115e
Compare
Choose a tag to compare

1.17.0 (2024-02-19)

Features

  • add lutime and lchmod to utils (6fa0cb5)

v1.16.0

15 Feb 11:16
9dd7a22
Compare
Choose a tag to compare

1.16.0 (2024-02-15)

Features

  • add path to valid cli arg types (3856d49)

v1.15.4

14 Feb 13:53
92a5082
Compare
Choose a tag to compare

1.15.4 (2024-02-14)

Bug Fixes

  • do not try to consider bool settings as tagged. This fixes the error TypeError: 'bool' object is not iterable occurring with some plugins. (49e47ac)

v1.15.3

02 Feb 17:56
9cf125c
Compare
Choose a tag to compare

1.15.3 (2024-02-02)

Bug Fixes

  • print details of exception group errors (6f8e289)

v1.15.2

23 Jan 09:57
203268e
Compare
Choose a tag to compare

1.15.2 (2024-01-23)

Bug Fixes

  • better error message for missing plugin args (d233f4f)
  • properly handle tagged storage if only default settings are provided (f59aa18)

v1.15.1

16 Jan 11:25
c7c02a3
Compare
Choose a tag to compare

1.15.1 (2024-01-15)

Bug Fixes

  • do not set metavar in case of boolean CLI args (aka flags) (#35) (c0fb61a)