Releases: snakemake/snakemake-interface-common
Releases · snakemake/snakemake-interface-common
v1.17.4
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
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
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
1.17.1 (2024-02-21)
Bug Fixes
- fix parsing and error handling for non-str plugin settings (#43) (02084c2)
v1.17.0
1.17.0 (2024-02-19)
Features
- add lutime and lchmod to utils (6fa0cb5)
v1.16.0
1.16.0 (2024-02-15)
Features
- add path to valid cli arg types (3856d49)
v1.15.4
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
1.15.3 (2024-02-02)
Bug Fixes
- print details of exception group errors (6f8e289)
v1.15.2
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
1.15.1 (2024-01-15)
Bug Fixes
- do not set metavar in case of boolean CLI args (aka flags) (#35) (c0fb61a)