0.3.0
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 statusdisplay actions that are in the requested states:
--completed,--eligible,--submitted, and--waiting. cluster.submit_optionsconfiguration option inclusters.toml.--shortoption toshow launchersandshow directories.
Changed:
- Show
importlines in Python examples. - Improve the verbose output from
submit. show statushides actions with 0 directories by default. Pass--allto show all
actions.cleannow 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.allnow employs short circuit evaluation.- Change
--nameoption ofshow clusterto--short. show directoriesnow accepts an optional--actionargument.
Fixed:
submit_whole = truechecks only directories that matchgroup.include.- Do not print trailing spaces after the final column in tabular output.