Releases: pwwang/pipen
Releases · pwwang/pipen
1.1.12
1.1.11
- 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
- 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
- deps: update python-simpleconf to version 0.9 (support templated config files)
Full Changelog: 1.1.8...1.1.9
1.1.8
- 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
- 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
- feat: deprecate input_data taking self argument (yank v1.1.5)
Full Changelog: 1.1.5...1.1.6
1.1.5
- feat: allow passing 'self' to input_data callback in Proc class
Full Changelog: 1.1.4...1.1.5
1.1.4
- fix: sort jobs by index before storing output data in DataFrame
Full Changelog: 1.1.3...1.1.4
1.1.3
- 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