Skip to content

Releases: snakemake/snakemake-interface-software-deployment-plugins

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:51
6448059

0.16.0 (2026-03-08)

Features

  • allow cached attribute upon initialization (895ad9d)

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:49
e65d38f

0.15.0 (2026-03-08)

Features

  • add test method for contains_executable method of EnvBase (388cb23)

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 13:40
f9b68c9

0.14.0 (2026-03-06)

Features

  • cache individual assets on the snakemake side of the API (4f3ce17)
  • ensure that caching happens race condition free on shared network filesystems (c2b3d4d)
  • more convenient cache API (0a3228b)

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 15:41
674f854

0.13.0 (2026-02-26)

Features

  • add method to check whether environment contains a specific executable (b81bdd7)

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 13:29
d509de4

0.12.1 (2026-02-26)

Bug Fixes

  • use proper args when calling env class (5cc8b96)

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 13:10
28371c4

0.12.0 (2026-02-26)

Features

Bug Fixes

  • make generic args more flexible (af21397)
  • relax typing (0f10324)
  • simplify mountpoint information into self.mountpoints, complemented by self.tempdir holding the temporary directory to use (7112ee6)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 16:35
f93fc42

0.11.0 (2026-02-23)

Features

  • make EnvBase generic; enable EnvSpecBase recursive attribute modification (1425a51)

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 11:16
c44fc12

0.10.2 (2026-02-18)

Bug Fixes

  • allow missing args argument for shell executable (d7bca35)

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 17:10
9e07d0a

0.10.1 (2026-02-17)

Bug Fixes

  • deployments path in test suite (971dea2)
  • hash building for enclosed environments and deployment test (#38) (89d45d8)
  • unique deployment path (d953afe)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 20:38
73b3487

0.10.0 (2026-02-13)

Features

  • add get_within() method to TestSoftwareDeploymentBase (1f990f1)