Releases: pwwang/pipen
Releases · pwwang/pipen
🔖 0.2.15 (#125)
- 🩹 Fix
FutureWarning
inProc._compute_input()
- 🩹 Add
__doc__
forProc.from_proc()
- 📌 Pin deps for docs
🔖 0.2.14 (#124)
- 🩹 Shorten pipeline info in log for long config options
- 🐛 Fix cached jobs being put into queue
- 🩹 Shorten job debug messages when hit limits
- 🚑 Remove sort_dicts for pprint.pformat for py3.7
🔖 0.2.13 (#122)
- 🩹 Don't require
job.signature.toml
to force cache a job
0.2.12 (#121)
- 🐛 Hotfix for typos in
Proc.__init_subclass__()
0.2.11 (#120)
- 🩹 Update
envs
,plugin_opts
andscheduler_opts
while subclassing processes.
0.2.10 (#119)
- ✨ Add hook
on_proc_input_computed
- 🩹 Default new process docstring to "Undescribed process."
0.2.9 (#118)
- ✨ Allow
requires
to be set by__setattr__()
0.2.8 (#117)
- 🩹 Forward fill na for input data
0.2.7 (#116)
- 🩹 Fix process
plugin_opts
not inherited from pipeline