Releases: pwwang/pipen
Releases · pwwang/pipen
0.2.7 (#116)
- 🩹 Fix process
plugin_opts
not inherited from pipeline
0.2.6
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