Skip to content

Releases: pwwang/pipen

0.2.5 (#115)

01 Nov 04:15
dfb1b04
Compare
Choose a tag to compare
  • 🩹 Allow relative script path to be inherited
  • 🐛 Fix column order from depedency processes
  • 🩹 Fix __doc__ not inherited for processes

0.2.4 (#114)

29 Oct 18:14
2654c73
Compare
Choose a tag to compare
  • ✨ Add execution order for processes

0.2.3 (#112)

20 Oct 22:35
774487f
Compare
Choose a tag to compare
  • ⚡️Speed up package importing

0.2.2 (#111)

12 Oct 06:00
d4a1ded
Compare
Choose a tag to compare
  • 🐛 Load CLI plugins at runtime

0.2.1 (#110)

09 Oct 06:12
41611d2
Compare
Choose a tag to compare
  • 🎨 Allow CLI plugin to have a different name than the command

0.2.0 (#109)

08 Oct 08:07
6e680a8
Compare
Choose a tag to compare
  • 💥 Restructure CLI plugins

0.1.4 (#108)

04 Oct 23:53
aa6025d
Compare
Choose a tag to compare
  • 🩹 Use brackets to indicate cached jobs
  • 🩹 Run on_complete hook only when no exception happened
  • 🩹 Let on_proc_init to modify process workdir
  • 🐛 Fix when nexts affected by parent nexts assignment when parent in __bases__

0.1.3 (#107)

04 Oct 00:31
8027fb9
Compare
Choose a tag to compare
  • ✨ Add on_proc_init() hook to enables plugins to modify the default attributes of processes
  • 💥 Rename Proc.args to Proc.envs

0.1.2 (#106)

03 Oct 06:45
60399da
Compare
Choose a tag to compare
  • Use set_starts() and set_data() to set start processes of a pipeline.

0.1.1

24 Sep 22:28
Compare
Choose a tag to compare
  • 💥 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