Skip to content

Releases: pwwang/pipen

0.2.7 (#116)

16 Nov 00:50
884f595
Compare
Choose a tag to compare
  • 🩹 Fix process plugin_opts not inherited from pipeline

0.2.6

05 Nov 22:59
Compare
Choose a tag to compare
  • 🎨 Make pipen._build_proc_relationships() public and don't rebuild the relations
  • ✨ Allow pipenline name to be obtained from assignment

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