Skip to content

Releases: pwwang/pipen

1.1.12

08 Mar 05:16

Choose a tag to compare

  • feat: implement duplicate fields check for output_flatten in Job and Proc classes

Full Changelog: 1.1.11...1.1.12

1.1.11

07 Mar 18:23

Choose a tag to compare

  • feat: add Makefile for version management and changelog updates
  • chore: bump diot to 0.3.3 and simpleconf to 0.9.2
  • feat(proc): add output_flatten option to control job output directory structure

Full Changelog: 1.1.10...1.1.11

1.1.10

05 Mar 18:21

Choose a tag to compare

  • fix: ensure Proc class name is set correctly when parent name matches
  • chore: update dependencies

Full Changelog: 1.1.9...1.1.10

1.1.9

25 Feb 03:48

Choose a tag to compare

  • deps: update python-simpleconf to version 0.9 (support templated config files)

Full Changelog: 1.1.8...1.1.9

1.1.8

19 Jan 19:54

Choose a tag to compare

  • chore: bump up xqute to 2.0.6
  • feat: include script_file in Job template_data
  • chore: update version to 1.1.8 and plugin to v1.1.1 in README
  • docs: add development guidelines for agentic coding agents
  • docs: add contributing guidelines and development workflow
  • docs: enhance README with detailed features, target audience, and comparison table
  • docs: enhance documentation and examples

Full Changelog: 1.1.7...1.1.8

1.1.7

13 Jan 00:32

Choose a tag to compare

  • fix: handle potential rate limit errors when creating output directories
  • style: add type ignore comments for output computation and input data handling

Full Changelog: 1.1.6...1.1.7

1.1.6

12 Jan 21:43

Choose a tag to compare

  • feat: deprecate input_data taking self argument (yank v1.1.5)

Full Changelog: 1.1.5...1.1.6

1.1.5

12 Jan 20:38

Choose a tag to compare

  • feat: allow passing 'self' to input_data callback in Proc class

Full Changelog: 1.1.4...1.1.5

1.1.4

12 Jan 15:28

Choose a tag to compare

  • fix: sort jobs by index before storing output data in DataFrame

Full Changelog: 1.1.3...1.1.4

1.1.3

12 Jan 05:22

Choose a tag to compare

  • docs: update CLI plugin documentation to include AsyncCLIPlugin
  • fix: use proc.size instead of len(jobs) to detect the size of procs to accruately detect it due to async operations

Full Changelog: 1.1.2...1.1.3