Releases: cihga39871/Pipelines.jl
Releases · cihga39871/Pipelines.jl
v0.9.5
- Docs: add new page: tips and trobleshoots.
v0.9.4
- Docs: better documentation on run id file:
Pipelines.create_run_id_file
. - Feature:
Pipelines.CMD_FILE_SPLITER
.
v0.9.3
- Feature: run id file also try to record all possible files from Base.AbstractCmd inputs/outputs.
v0.9.2
- Feature: If skipping program, not showing
@info
of start. - Feature:
@logmsg
does not show module, file, line etc.
v0.9.1
- Fix: pretty print of Pipelines types.
v0.9.0
- Feature: run id file contain file information to guess whether files are updated and better decide rerun.
- Fix: quote_function: func(a; b = b): if b is one of inputs or outputs, the first b does not change.
v0.8.6
v0.8.5
arg_forward
: A new field of Program
, allowing forwarding arguments from inputs/outputs to JobSchedulers.Job
v0.8.3
v8.3: better docs