Releases: pwwang/pipen-args
Releases · pwwang/pipen-args
0.16.4
0.16.3
- fix: update default add_help option to include multiple help flags
- docs: update README to clarify command line options for args_dump and other plugin_opts
- feat: enhance ArgsPlugin to warn against invalid command line options and improve argument handling
Full Changelog: 0.16.2...0.16.3
0.16.2
- chore: change Path resolution to absolute for output and work directories
- style: clean up code formatting and improve readability
- feat: add plugin option to enable argument dumping in pipelines
- test: add tests for argument dumping and process group handling
- fix: update default add_help option to include multiple help flags (argx v0.2.12)
Full Changelog: 0.16.1...0.16.2
0.16.1
- chore(deps): bump pytest-cov to version 6
- fix: fix config lost when profile is preset
- test: update scheduler options test to include additional name argument
Full Changelog: 0.16.0...0.16.1
0.16.0
- deps: bump pipen to 0.15.5
- refactor: provide add_extra_args() for parser to add extra arguments
- ci: use latest actions
Full Changelog: 0.15.0...0.16.0
0.15.0
- deps: bump pipen to 0.15
Full Changelog: 0.14.5...0.15.0
0.14.5
- feat: disallow abbreviation in argument parser
Full Changelog: 0.14.4...0.14.5
0.14.4
- deps: bump pipen to 0.14.5
- fix: allow scheduler for processes to be passed
Full Changelog: 0.14.3...0.14.4
0.14.3
- deps: bump pipen to 0.14.3
- feat: add
fromfile_parse
toparser.parse_extra_args()
. - BREAKING: change
**kwargs
tokwargs
forparser.parse_extra_args()
.
Full Changelog: 0.14.2...0.14.3
0.14.2
- feat: export
FallbackNamespace
in root space
Full Changelog: 0.14.1...0.14.2