v0.90.3
What's Changed
Bug Fixes
- Fix false positive in Slurm executor name validation (#912):
launch_mapsincorrectly rejected a singleSlurmExecutorinstance 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
SlurmExecutorreuse withextra_scheduler_kwargsacross 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