Skip to content

Releases: idiap/gridtk

v3.2.0

17 Mar 13:50
89b42a8

Choose a tag to compare

What's Changed

  • fix: show feedback when commands match no jobs by @183amir in #27
  • feat: add --json output flag to submit, list, and report commands by @183amir in #29
  • feat: add wait command with non-zero exit on failure by @183amir in #28
  • chore(release): 3.2.0 by @183amir in #32

Full Changelog: v3.1.0...v3.2.0

v3.1.0

16 Mar 16:01
b605efe

Choose a tag to compare

What's Changed

  • ci: fix the 'deploy' workflow for dists on github. by @Yannick-Dayer in #10
  • CI: Fix the coverage reports artifacts not being uploaded by @Yannick-Dayer in #11
  • feat: CLI options can be supplied using env vars by @183amir in #18
  • chore(deps): bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3 in the dependencies group by @dependabot[bot] in #16
  • feat: adjust gridtk list output to fit terminal width by @183amir in #15
  • chore(deps): bump prefix-dev/setup-pixi from 0.8.3 to 0.8.4 in the dependencies group by @dependabot[bot] in #19
  • chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot[bot] in #23
  • fix: show feedback when gridtk resubmit finds no matching jobs by @183amir in #24
  • fix: use squeue as primary job status source over sacct by @183amir in #25
  • chore(release): 3.1.0 by @183amir in #26

New Contributors

Full Changelog: v3.0.1...v3.1.0

GridTK v3.0.1

24 Jul 08:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

GridTK v3.0.0

09 Jul 14:43

Choose a tag to compare

  • GridTK has been completely rewritten from scratch to work with Slurm instead of SGE.
  • See the README.md to learn how to use the new GridTK.
  • Development has been moved to GitHub.