This repository was archived by the owner on Jul 31, 2025. It is now read-only.
v0.22.0
Version 0.22
[0.22.0] -- 2022-10-14
Added
- Support for formatting with operation function arguments for
FlowCmdOperation
(#666, #630). - The CLI
status
command can show document parameters by using flag-p doc.PARAM
(#667). FlowProject.operation
now hascmd
,with_job
, anddirectives
keyword only arguments (#679, #655, #669).
Changed
- Deprecated formatting the output of a
FlowCmdOperation
(#666, #630). @flow.cmd
andflow.with_job
are deprecated (#679, #669, #665).@FlowProject.operation.with_directives
is deprecated (#679, #665).- Deprecated the
--show-traceback
option forflow
's CLIrun
andsubmit
commands (#674, #169). flow
CLIrun
andsubmit
show tracebacks by default (#674, #169).- Broke
TestBidict
andTestTemplateFilters
into smaller and simpler functions (#626).