- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 53
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: omni-us/jsonargparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: omni-us/jsonargparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 18 files changed
- 1 contributor
Commits on Apr 13, 2021
-
- set_defaults method now works for arguments within subcommands.
- Added CLI set_defaults option to allow overriding of defaults. - Added CLI return_parser option to ease inclusion in documentation. - save_path_content attribute to save paths content on config save. - Signature parameters whose name starts with "_" are skipped. - CLI now does instantiate_subclasses before running. - Some updates to the readme including dataclasses for group of options.
Configuration menu - View commit details
-
Copy full SHA for c5531fa - Browse repository at this point
Copy the full SHA c5531faView commit details
Commits on Apr 14, 2021
-
- New
link_arguments
method to derive an argument value from another.- Moved print config logic to the action class. - Made typehint_metavar an independent function. - A bit of cleanup and fixes in docstrings.
Configuration menu - View commit details
-
Copy full SHA for 02980af - Browse repository at this point
Copy the full SHA 02980afView commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 39ded59 - Browse repository at this point
Copy the full SHA 39ded59View commit details
Commits on Apr 16, 2021
-
- print_config now includes subclass init_args if class_path given.
- Subclass type hints now also have a --*.help option. - The repr of Path now has the form `Path_{mode}(`.
Configuration menu - View commit details
-
Copy full SHA for 64cd8b4 - Browse repository at this point
Copy the full SHA 64cd8b4View commit details
Commits on Apr 19, 2021
-
- Extended link_arguments supported cases:
* Optional compute function. * Source can be several keys and be group nodes. * Source and target can be keys in subclass init_args. * Type is only checked for the target. * Removed link actions from help usage. - New _find_parent_action function used in _apply_actions and link_arguments. - Find action functions now have an exclude parameter. - filter_default_actions now also removes _ActionHelpClassPath. - Removed _apply_actions actions parameter since all used self._actions. - Modified error method so that it raises from given exception. - ActionTypeHint class_path now populates init_args with overridden defaults. - Added a few new unit tests for cases not yet covered. - Improved some docstrings.
Configuration menu - View commit details
-
Copy full SHA for e0ce21d - Browse repository at this point
Copy the full SHA e0ce21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb18eab - Browse repository at this point
Copy the full SHA fb18eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d54dd6 - Browse repository at this point
Copy the full SHA 0d54dd6View commit details
There are no files selected for viewing