- ✨ Add `on_proc_init()` hook to enables plugins to modify the default attributes of processes - 💥 Rename `Proc.args` to `Proc.envs`
0.1.2
- 💥 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 to `exec_command`
0.1.0
It's now fully documented. See documentations.
0.0.15
- 🐛 Fix min ncols wrongly using number of rows of df in datatable filter
0.0.14
- Replace all irregular characters in df column names in datatable filter