Pipelines.jl

A lightweight and powerful Julia package for computational pipelines and workflows.

MIT License

Stars
48
Committers
2

Bot releases are visible (Hide)

Pipelines.jl - v0.7.0

Published by github-actions[bot] over 2 years ago

Pipelines v0.7.0

Diff since v0.6.1

Pipelines.jl - v0.6.1

Published by github-actions[bot] over 2 years ago

Pipelines v0.6.1

Diff since v0.6.0

Pipelines.jl - v0.6.0

Published by github-actions[bot] over 2 years ago

Pipelines v0.6.0

Diff since v0.5.2

Pipelines.jl - v0.5.2

Published by github-actions[bot] over 2 years ago

Pipelines v0.5.2

Diff since v0.5.1

Pipelines.jl - v0.5.1

Published by github-actions[bot] over 2 years ago

Pipelines v0.5.1

Diff since v0.5.0

Pipelines.jl - v0.5.0

Published by github-actions[bot] over 2 years ago

Pipelines v0.5.0

Diff since v0.4.6

Pipelines.jl - v0.4.6

Published by github-actions[bot] over 2 years ago

Pipelines v0.4.6

Diff since v0.4.5

Pipelines.jl - v0.4.5

Published by github-actions[bot] over 2 years ago

Pipelines v0.4.5

Diff since v0.4.4

Pipelines.jl - v0.4.4

Published by github-actions[bot] over 2 years ago

Pipelines v0.4.4

Diff since v0.4.3

Pipelines.jl - v0.4.3

Published by github-actions[bot] about 3 years ago

Pipelines v0.4.3

Diff since v0.4.2

Pipelines.jl - v0.4.2

Published by github-actions[bot] about 3 years ago

Pipelines v0.4.2

Diff since v0.4.1

Pipelines.jl - v0.4.1

Published by github-actions[bot] about 3 years ago

Pipelines v0.4.1

Diff since v0.4.0

Pipelines.jl - v0.4.0

Published by github-actions[bot] about 3 years ago

Pipelines v0.4.0

Diff since v0.3.2

Pipelines.jl - v0.3.2

Published by github-actions[bot] over 3 years ago

Pipelines v0.3.2

Diff since v0.3.1

Pipelines.jl - v0.3.1

Published by github-actions[bot] over 3 years ago

Pipelines v0.3.1

Diff since v0.3.0

Closed issues:

  • Support default value for inputs/outputs (#2)
Pipelines.jl - v0.3.0

Published by github-actions[bot] over 3 years ago

Pipelines v0.3.0

Diff since v0.2.2

Merged pull requests:

  • v0.3 update to Issue #2 (#3) (@cihga39871)
Pipelines.jl - v0.2.2

Published by github-actions[bot] over 3 years ago

Pipelines v0.2.2

Diff since v0.2.1

Pipelines.jl - v0.2.1

Published by github-actions[bot] over 3 years ago

Pipelines v0.2.1

Diff since v0.2.0

v0.2.1

  • Fix examples in docs.
Pipelines.jl - v0.2.0

Published by github-actions[bot] over 3 years ago

Pipelines v0.2.0

Diff since v0.1.2

v0.2.0

CmdDependency

  • Better interpolation in Cmd.

    dep::CmdDepencendy
    
    # old version
    `$(dep.exec) --args`
    # or
    `$(exec(dep)) --args`
    
    # now
    `$dep --args`
    

Program

  • New JuliaProgram for pure Julia implementation.

  • Program is the Abstract type containing CmdProgram and JuliaProgram substypes.

Pipelines.jl - v0.1.2

Published by github-actions[bot] over 3 years ago

Pipelines v0.1.2

Initial release