Pipen Versions Save

A pipeline framework for python

0.14.6

1 month ago
  • fix: fix error handling in ProcPBar class
  • deps: bump up dev deps

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.5...0.14.6

0.14.5

2 months ago
  • fix: fix all plugins being disabled by default

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.4...0.14.5

0.14.4

2 months ago
  • deps: bump xqute to 0.4 (simplug to 0.4.1)
  • refactor: refactor pipen.plugin_context due to simplug upgrade
  • docs: update docs for specifiying plugins due to simplug upgrade
  • examples: update examples for specifiying plugins due to simplug upgrade
  • tests: add tests for plugins specification
  • tests: use pytest v8
  • ci: use latest actions

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.3...0.14.4

0.14.3

3 months ago

choir: rename argument args to argv for utils.is_loading_pipeline()

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.2...0.14.3

0.14.2

3 months ago
  • feat: allow passing arguments to utils.is_loading_pipeline()

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.1...0.14.2

0.14.1

3 months ago
  • feat: add flags (e.g. --help) to utils.is_loading_pipeline to check arguments in sys.argv

Full Changelog: https://github.com/pwwang/pipen/compare/0.14.0...0.14.1

0.14.0

3 months ago
  • deps: drop support for python 3.8
  • deps: bump varname to 0.13
  • docs: update readme for more plugins

Full Changelog: https://github.com/pwwang/pipen/compare/0.13.2...0.14.0

0.13.2

4 months ago
  • style: change max line length to 88
  • feat: add envs_depth to procs to control the depth of envs to be inherited by subclasses

Full Changelog: https://github.com/pwwang/pipen/compare/0.13.1...0.13.2

0.13.1

4 months ago
  • test: cover on_job_polling
  • fix: update envs recursively for subclasses
  • test: make sure class envs kept intact when subclassed

Full Changelog: https://github.com/pwwang/pipen/compare/0.13.0...0.13.1

0.13.0

4 months ago
  • deps: bump xqute to 0.3.1 and liquidpy to 0.8.2
  • breaking: change hook on_job_running to on_job_started and add on_job_polling

Full Changelog: https://github.com/pwwang/pipen/compare/0.12.5...0.13.0