Skip to content
Permalink

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.10.1
Choose a base ref
...
head repository: omni-us/jsonargparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 1 contributor

Commits on Apr 26, 2021

  1. - CLI now has --config options at subcommand and subsubcommand levels.

    - CLI now adds subcommands with help string taken from docstrings.
    - Added print_config at subcommand level for global config with implicit subcommands.
    - Fixed actions not being applied for subsubcommand values.
    - Fixed handle_subcommands not correctly inferring subsubcommand.
    - _find_parent_action now supports within_subcommands.
    - New Path_drw predefined type.
    - Removed skip_check from ActionPathList which was never implemented.
    - ActionPath now in deprecated module and adapted code accordingly.
    - path_type now runs _check_mode in init and supports skip_check.
    - ActionTypeHint.serialize is now a method that only receives value.
    - Type hint arguments now support nargs='?'.
    - Some unit tests cleanup.
    mauvilsa committed Apr 26, 2021
    Copy the full SHA
    a796417 View commit details

Commits on Apr 27, 2021

  1. - Signature methods can now skip arguments within init_args of subcla…

    …sses.
    
    - Prepare for v3.11.0.
    mauvilsa committed Apr 27, 2021
    Copy the full SHA
    cc9767c View commit details
  2. Copy the full SHA
    fee792a View commit details
Loading