Changelog¶
All notable changes to this project will be documented in this file.
v2604.4.0¶
- Improved
runscommand: shows the last 20 runs by default instead of all. New flags--last N,--all,--since,--until, and--statusfor filtering. - Improved
statuscommand: failed array elements are now shown automatically beneath each task summary. New--errorsflag prints error tracebacks (truncated to 15 lines). - Bulk cancel:
cancelnow accepts multiple run IDs. A confirmation prompt is shown unless--yesis passed. - Python API:
run_status()returns afailed_instanceskey. Newcancel_runs()method onWorkflow.Run.status()accepts anerrors=parameter.store.list_runs()acceptslimit,since,until, andstatuskeyword arguments.
v2604.3.0¶
- Added
--forceand--force-taskfor forcing tasks / all DAG to submit.
v2604.2.0¶
- Added suggestions for failure due to typos in the dependency flows.
- Added
broadcastoption to avoid splitting results for array jobs. - Added local job execution mode without workload manager.
v2604.1.0¶
@jobdecorator can spawn array jobs.
v2604.0.1¶
- Initial release