版本发布 8
- feat: deprecate input_data taking self argument (yank v1.1.5) **Full Changelog**: https://github.com/pwwang/pipen/compare/1.1.5...1.1.6
- fix: sort jobs by index before storing output data in DataFrame **Full Changelog**: https://github.com/pwwang/pipen/compare/1.1.3...1.1.4
- feat: implement AsyncCLIPlugin for asynchronous command execution **Full Changelog**: https://github.com/pwwang/pipen/compare/1.1.1...1.1.2
- BREAKING: change on_proc_input_computed and on_proc_script_computed to async - refactor: migrate to panpath from cloudpatlib (so that path operations can be async) - refactor: convert get_mtime to async and update related methods and tests - refactor: streamline process initialization and script computation - feat: add async versions of from_glob and from_pairs methods in Channel class - feat: add async_run function and update run to support async execution - feat: update path handling to use PanPath and add async support for symlink functions - fix: improve job retry handling in ProcPBar and simplify success/failure updates - test: add coverage pragma to retry handling methods and comment out flaky test - style: fix type annotation and flake8 issues - chore: bump xqute to 2.0 - chore: bump argx to 0.4 - chore: add pipen-verbose dependency to example group - chore: update multijob example for increased parallelism and debugging **Full Changelog**: https://github.com/pwwang/pipen/compare/1.0.4...1.1.0
- chore: bump xqute to 2.0 - feat: add async versions of from_glob and from_pairs methods in Channel class - refactor: convert get_mtime to async and update related methods and tests - feat: add async_run function and update run to support async execution - refactor: migrate to panpath from cloudpatlib - feat: update path handling to use PanPath and add async support for symlink functions - fix: improve job retry handling in ProcPBar and simplify success/failure updates - test: add coverage pragma to retry handling methods and comment out flaky test - style: fix type annotation and flake8 issues **Full Changelog**: https://github.com/pwwang/pipen/compare/1.0.4...1.1.0rc1
- chore: adjust bar_format alignment for better readability **Full Changelog**: https://github.com/pwwang/pipen/compare/1.0.3...1.0.4
- fix: fix job progress bar not showing when jobs are being prepared **Full Changelog**: https://github.com/pwwang/pipen/compare/0.17.27...0.17.28
- fix: fix progress bar for jobs with submission skipped **Full Changelog**: https://github.com/pwwang/pipen/compare/0.17.25...0.17.26