Skip to content

Releases: brentyi/tyro

v1.0.12

02 Apr 09:48
8e773a4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

26 Mar 05:13

Choose a tag to compare

What's Changed

  • Add docs link to pyproject.toml by @DeflateAwning in #448
  • Fix nargs edge cases for args with automatically swapped delimeters, counter args by @brentyi in #450

New Contributors

Full Changelog: v1.0.10...v1.0.11

v1.0.10

18 Mar 08:24

Choose a tag to compare

What's Changed

  • Fix tyro.conf.Positional for *args by @brentyi in #441
  • Fix nargs consumption + positional argument edge cases by @brentyi in #443
  • tyro.conf.arg(): clarify prefix_name=False, document name="" 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

14 Mar 07:41

Choose a tag to compare

The primary change is clearer behavior for nested unions. See the new nested subcommands example.

What's Changed

  • Nested union support, apply prefix_name flag 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 nargs consumption by @brentyi in #438

Full Changelog: v1.0.7...v1.0.9

v1.0.8

25 Feb 00:18
84bde7b

Choose a tag to compare

What's Changed

  • Fix numeric tower, subcommand matching edge cases by @brentyi in #435

Full Changelog: v1.0.7...v1.0.8

v1.0.7

23 Feb 02:52

Choose a tag to compare

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=False by @loemraw in #430
  • Test coverage by @brentyi in #434

Full Changelog: v1.0.6...v1.0.7

v1.0.6

05 Feb 12:22

Choose a tag to compare

What's Changed

  • Fix Windows bugs + build, add Windows test runner by @brentyi in #426
  • Fix error when sorting arguments with metavar=None by @brentyi in #427

Full Changelog: v1.0.5...v1.0.6

v1.0.5

13 Jan 20:50
6eccc07

Choose a tag to compare

What's Changed

  • Fix --flag / --no-flag pair edge cases for aliases by @brentyi in #420

Full Changelog: v1.0.4...v1.0.5

v1.0.4

12 Jan 10:42
2784e72

Choose a tag to compare

What's Changed

  • Ignore tyro.conf.UseAppendAction for positional arguments by @brentyi in #418

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Dec 09:11
257af54

Choose a tag to compare

What's Changed

  • Fully switch dev workflows to uv by @brentyi in #413
  • Fix dataclasses.field(init=False) for frozen dataclasses by @brentyi in #416

Full Changelog: v1.0.2...v1.0.3