Releases: pwwang/pipen
Releases · pwwang/pipen
0.2.5 (#115)
- 🩹 Allow relative script path to be inherited
- 🐛 Fix column order from depedency processes
- 🩹 Fix
__doc__
not inherited for processes
0.2.4 (#114)
- ✨ Add execution order for processes
0.2.3 (#112)
- ⚡️Speed up package importing
0.2.2 (#111)
- 🐛 Load CLI plugins at runtime
0.2.1 (#110)
- 🎨 Allow CLI plugin to have a different name than the command
0.2.0 (#109)
- 💥 Restructure CLI plugins
0.1.4 (#108)
- 🩹 Use brackets to indicate cached jobs
- 🩹 Run on_complete hook only when no exception happened
- 🩹 Let
on_proc_init
to modify processworkdir
- 🐛 Fix when
nexts
affected by parentnexts
assignment when parent in__bases__
0.1.3 (#107)
- ✨ Add
on_proc_init()
hook to enables plugins to modify the default attributes of processes - 💥 Rename
Proc.args
toProc.envs
0.1.2 (#106)
- Use set_starts() and set_data() to set start processes of a pipeline.
0.1.1
- 💥 Allow plugins to modify other configs via on_setup() hook
- 🎨 Move progress bar to the last
- 🩹 Warn when no input_data specified for start process
- 💬 Change end to export
- 🚚 Move on_init() so it's able to redefine default configs
- 💥 Change
exec_cmd
hook of cli plugin toexec_command