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

Commits on Mar 16, 2021

  1. Copy the full SHA
    65ebead View commit details

Commits on Mar 17, 2021

  1. - ActionParser now moves all actions to the parent parser.

    - The help of ActionParser arguments is now shown in the main help #41.
    - Fixed nested options with names including dashes not working #42.
    - Fixed DefaultHelpFormatter not properly using env_prefix to show var names.
    - _ActionConfigLoad is now recursive to replace old ActionParser behavior.
    - Fixed issue in _load_config when given non-config/-dict value.
    mauvilsa committed Mar 17, 2021
    Copy the full SHA
    d315904 View commit details
  2. - Updated readme with new behavior of ActionParser.

    - Fix in _find_action recommended by sonarcloud.
    - Prepare for release v3.7.0.
    mauvilsa committed Mar 17, 2021
    Copy the full SHA
    13c843b View commit details
  3. Copy the full SHA
    920ab96 View commit details
Loading