Skip to content

Releases: pwwang/pipen

0.15.0rc1

21 Jul 01:42
Compare
Choose a tag to compare
  • deps: bump up dev deps
  • refactor: remove abstractproperty decorator from CLIPlugin class
  • feat: Add ioplugin to support handling files from other platforms (e.g. the cloud)
  • ci: add python3.12 to CI
  • test: fork each test in test_job.py
  • test: fork tests in test_pipen.py and test_proc.py
  • docs: correct the documentation about dirsig

Full Changelog: 0.14.6...0.15.0rc1

0.14.6

05 Apr 22:41
Compare
Choose a tag to compare
  • fix: fix error handling in ProcPBar class
  • deps: bump up dev deps

Full Changelog: 0.14.5...0.14.6

0.14.5

15 Mar 05:41
Compare
Choose a tag to compare
  • fix: fix all plugins being disabled by default

Full Changelog: 0.14.4...0.14.5

0.14.4

14 Mar 05:29
Compare
Choose a tag to compare
  • 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: 0.14.3...0.14.4

0.14.3

22 Feb 04:52
Compare
Choose a tag to compare

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

Full Changelog: 0.14.2...0.14.3

0.14.2

22 Feb 04:30
Compare
Choose a tag to compare
  • feat: allow passing arguments to utils.is_loading_pipeline()

Full Changelog: 0.14.1...0.14.2

0.14.1

20 Feb 19:14
Compare
Choose a tag to compare
  • feat: add flags (e.g. --help) to utils.is_loading_pipeline to check arguments in sys.argv

Full Changelog: 0.14.0...0.14.1

0.14.0

05 Feb 16:20
Compare
Choose a tag to compare
  • deps: drop support for python 3.8
  • deps: bump varname to 0.13
  • docs: update readme for more plugins

Full Changelog: 0.13.2...0.14.0

0.13.2

17 Jan 18:41
Compare
Choose a tag to compare
  • 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: 0.13.1...0.13.2

0.13.1

17 Jan 02:42
Compare
Choose a tag to compare
  • test: cover on_job_polling
  • fix: update envs recursively for subclasses
  • test: make sure class envs kept intact when subclassed

Full Changelog: 0.13.0...0.13.1