Skip to content

v0.90.3

Choose a tag to compare

@basnijholt basnijholt released this 06 Feb 23:34
· 26 commits to main since this release
de9b7c8

What's Changed

Bug Fixes

  • Fix false positive in Slurm executor name validation (#912): launch_maps incorrectly rejected a single SlurmExecutor instance shared across multiple pipeline function keys within one runner. The validation now uses instance identity (id()) to distinguish the same object under multiple keys (allowed) from different instances with the same name (violation).

Testing

  • Add regression test for SlurmExecutor reuse with extra_scheduler_kwargs across pipeline generations (#935)

Maintenance

  • Update ghcr.io/astral-sh/uv Docker tag to v0.10.0 (#931)
  • Update release-drafter/release-drafter action to v6.2.0 (#933)
  • Update python to v3.14.3 (#934)
  • Update release-drafter/release-drafter action to v6.1.1 (#932)
  • Update ghcr.io/astral-sh/uv Docker tag to v0.9.24 (#930)

Full Changelog: v0.90.2...v0.90.3