Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 15:58
· 112 commits to trunk since this release
b481c10

Highlights:

Row 0.3 adds command line arguments to reduce the output from show commands,
including the --short option to most show subcommand and status filtering options
to show status. For example, row show status --eligible shows only actions that have
eligible directories and row show cluster --all --short lists the names of all the
available cluster configurations. Row 0.3 also makes a number of fixes and changes
when using group.include in a non-trivial manner.

Added:

  • Edit links to documentation pages.
  • New arguments to show status display actions that are in the requested states:
    --completed, --eligible, --submitted, and --waiting.
  • cluster.submit_options configuration option in clusters.toml.
  • --short option to show launchers and show directories.

Changed:

  • Show import lines in Python examples.
  • Improve the verbose output from submit.
  • show status hides actions with 0 directories by default. Pass --all to show all
    actions.
  • clean now cleans all caches by default.
  • Submit jobs with --constraint="scratch" by default on Delta.
  • Submit jobs with --constraint="nvme" by default on Frontier.
  • group.include.all now employs short circuit evaluation.
  • Change --name option of show cluster to --short.
  • show directories now accepts an optional --action argument.

Fixed:

  • submit_whole = true checks only directories that match group.include.
  • Do not print trailing spaces after the final column in tabular output.