Skip to content

v0.8.12

Compare
Choose a tag to compare
@brentyi brentyi released this 11 Oct 01:22
· 24 commits to main since this release

What's Changed

Minor bug fixes, new features: tyro.conf.EnumChoicesFromValues (thanks @McD!), tyro.extras.SubcommandApp (thanks @jedie!).

  • Fix inconsistency between type[T] and typing.Type[T] annotations by @brentyi in #165
  • Feature: Markers: EnumChoicesFromValues by @emcd in #168
  • Fix --tyro-write-completion when use_underscores=True by @brentyi in #173
  • Decorator-based subcommand API (tyro.extras.SubcommandApp) by @brentyi in #169

New Contributors

  • @emcd made their first contribution in #168

Full Changelog: v0.8.11...v0.8.12