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.7.0
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.8.0
Choose a head ref
  • 6 commits
  • 18 files changed
  • 1 contributor

Commits on Mar 19, 2021

  1. - Path class now supports home prefix '~' #45.

    - yaml/json dump kwargs can now be changed via attributes dump_yaml_kwargs and dump_json_kwargs.
    - Add argument with type Enum or type hint giving an action now raises error #45.
    - Now by default dump/save/print_config preserve the add arguments and argument groups order (python>=3.6) #46.
    - ActionParser group title now defaults to None if not given #47.
    mauvilsa committed Mar 19, 2021
    Copy the full SHA
    82b1a5a View commit details
  2. Copy the full SHA
    415c624 View commit details

Commits on Mar 22, 2021

  1. - Parser help now also considers default_config_files and shows which…

    … config file was loaded #47.
    
    - get_default method now also considers default_config_files.
    - get_defaults now raises ParserError if default config file not valid.
    - default_config_files property not removing help group when setting None.
    - Improved Path class home prefix '~' support.
    mauvilsa committed Mar 22, 2021
    Copy the full SHA
    54529f4 View commit details
  2. Copy the full SHA
    8d28fc6 View commit details
  3. Copy the full SHA
    1316128 View commit details
  4. Copy the full SHA
    6271df6 View commit details
Loading