Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 3.98 KB

File metadata and controls

64 lines (39 loc) · 3.98 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

3.2.0 (2026-03-17)

Features

  • add --json output flag to submit, list, and report commands (#29) (3d3d6bd)
  • add wait command with non-zero exit on failure (#28) (a97666f)

Bug Fixes

  • show feedback when commands match no jobs (#27) (ffd9e13)

3.1.0 (2026-03-16)

Features

  • CLI options can be supplied using env vars (7834627)
  • options to adjust gridtk list output to fit terminal width (#15) (f324491), closes #13

Bug Fixes

  • explicitly speficy the sphinx.configuration key in Read the Docs setup (ae6b0ae)
  • show feedback when gridtk resubmit finds no matching jobs (#24) (a5801d7), closes #14
  • use squeue as primary job status source over sacct (#25) (e3a91ef), closes #17

3.0.1 (2024-07-23)

Bug Fixes

  • Always point to the stable documentaiton (1a584b5)
  • cli: add range specs to --jobs' help message. (c013c41)
  • do not delete the logs folder when the database is not empty (069a939)
  • do not recommend installing with pixi (cf50221)
  • handle sacct failures (ea53ede)
  • more error handling (2816346)
  • print path of logs file relative to cwd (ec7a9f5)
  • remove typos in code and tests. (9f7acd0)
  • retrieve job status from scontrol when sacct is not available (3e2fc62)
  • when the database is read-only (f3c3893)

3.0.0 (2024-07-09)

⚠ BREAKING CHANGES

  • 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.