Changelog¶
All notable changes to StepUp Queue will be documented on this page.
The format is based on Keep a Changelog, and this project adheres to Effort-based Versioning. (Changes to features documented as “experimental” will not increment macro and meso version numbers.)
Unreleased¶
(no changes yet)
1.0.3 - 2025-05-16¶
Fixed¶
- Fixed errors in the example job scripts.
- Improved handling of
scontrol
failures.
Added¶
1.0.2 - 2025-05-14¶
Added¶
- Option to specify the extension of the job script.
- Wrap all job scripts to record their return code.
- Detect when inputs of jobs have changed + optional resubmission.
- Option to load resource configurations before sbatch is called.
- More detailed examples, including a self-submitting workflow job.
1.0.1 - 2025-05-11¶
This is a minor cleanup release, mainly testing the release process.
1.0.0 - 2025-05-11¶
This is an initial and experimental release of StepUp Queue.
Added¶
Initial release of StepUp Queue.
The initial package is based on the sbatch-wait
script from Parman.
It was adapted to integrate well with StepUp Core 3.
This release also features the stepup canceljobs
tool, which was not present in Parman.