Releases: brentyi/tyro
Releases · brentyi/tyro
v1.0.12
What's Changed
- feat(extras): add Verbosity type for -v/-q count flags by @jRimbault in #445
- Fix custom registry for lazy subcommand parsers by @brentyi in #453
- Add init tests by @brentyi in #454
New Contributors
- @jRimbault made their first contribution in #445
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Add docs link to pyproject.toml by @DeflateAwning in #448
- Fix
nargsedge cases for args with automatically swapped delimeters, counter args by @brentyi in #450
New Contributors
- @DeflateAwning made their first contribution in #448
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Fix
tyro.conf.Positionalfor*argsby @brentyi in #441 - Fix
nargsconsumption + positional argument edge cases by @brentyi in #443 tyro.conf.arg(): clarifyprefix_name=False, documentname=""by @brentyi in #442- Don't mark positionals with length>=0 as required by @brentyi in #444
Full Changelog: v1.0.9...v1.0.10
v1.0.9
The primary change is clearer behavior for nested unions. See the new nested subcommands example.
What's Changed
- Nested union support, apply
prefix_nameflag to subcommands by @brentyi in #436 - Fix minor edge cases in counter args, helptext, attrs's
Factory(takes_self=True)by @brentyi in #437 - Fix negative number edge case for
nargsconsumption by @brentyi in #438
Full Changelog: v1.0.7...v1.0.9
v1.0.8
v1.0.7
What's Changed
- Skip NN dependencies for Windows tests by @brentyi in #432
- Fix OmitArgPrefixes to also strip parent prefix from section headers by @loemraw in #431
- Show full help for default subcommand args when
compact_help=Falseby @loemraw in #430 - Test coverage by @brentyi in #434
Full Changelog: v1.0.6...v1.0.7