Releases: snakemake/snakemake-interface-software-deployment-plugins
Releases · snakemake/snakemake-interface-software-deployment-plugins
v0.6.1
0.6.1 (2025-03-08)
Bug Fixes
- change methods into classmethods (358695c)
- remove deploy_from_archive (8831501)
v0.6.0
0.6.0 (2025-03-07)
Features
- introduce EnvSpecSourceFile as a container data class for paths or uris mentioned in the EnvSpec that shall be cached and resolved by Snakemake's source caching mechanism (#13) (d359609)
v0.5.0
0.5.0 (2025-03-07)
Features
v0.4.0
0.4.0 (2025-03-07)
Features
- add abstract method for reporting software (#9) (f7b6d6c)
v0.3.0
0.3.0 (2025-03-06)
Features
- add method to modify source paths in EnvSpecBase (d946bb4)
- Env and EnvSpec comparison and hashing (37c334f)
- introduce common settings (8de4dec)
Bug Fixes
- check provides validity (8b39604)
- test suite abstract method (9d278f9)
v0.2.3
0.2.3 (2025-03-06)
Bug Fixes
- expose shell executable setting (ca35ce5)
v0.2.2
0.2.2 (2025-03-06)
Bug Fixes
- fix EnvBase.once decorator (ea468eb)
v0.2.1
0.2.1 (2025-03-06)
Bug Fixes
- fix function args of once decorator (74dde47)
v0.2.0
0.2.0 (2025-03-06)
Features
- cache decorator and "or"/fallback support for EnvSpecBase (ee465b0)
v0.1.1
0.1.1 (2025-03-05)
Bug Fixes