Releases: pwwang/pipen
Releases · pwwang/pipen
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
- ⬆️ Bump xqute to 0.2 so we can have slurm and ssh schedulers available
- ✨ Add ssh and slurm scheduers
- 🎨 Improve code for dropping python 3.7
- 👷 Use 3.10 as main python version in CI
- 📝 Update docs for slurm and ssh schedulers
What's Changed
Full Changelog: 0.8.0...0.9.0
0.8.0
- ⬆️ Drop support for python3.7
- 🎨 Don't slugify pipen or proc names anymore but require them to be valid filenames
- 🐛 Fix process names being reused
- 📝 Update documentation with new job caching callback.
- 🎨 Move actions to on_job_cached hook for cached jobs
What's Changed
Full Changelog: 0.7.3...0.8.0
0.7.3 (#159)
- ✨ Add
--list
forpipen profile
to list the names of available profiles - ✨ Add exception hook to show uncaught in log
- ✨ Add
on_job_cached
hook
0.7.2 (#158)
- ✨ Add utils.mark and get_marked to mark a process
Unlike plugin_opts, template_opts or envs, these marks are not inherited in subclasses