Skip to content

Releases: brentyi/tyro

Release v0.5.17

18 Nov 11:50
Compare
Choose a tag to compare

Eliminates some unnecessary warnings.

Release v0.5.16

18 Nov 11:26
Compare
Choose a tag to compare

Fixed #84 (*args edge case), #88 (warning for incorrect default values).

Release v0.5.15

17 Nov 22:08
Compare
Choose a tag to compare

Fixed TypedDict edge case. (#87)

Full Changelog: v0.5.14...v0.5.15

Release v0.5.14

14 Nov 13:27
Compare
Choose a tag to compare

Fix tuple[] for structs in Python >= 3.9.

Release v0.5.13

14 Nov 12:53
Compare
Choose a tag to compare

Release v0.5.12

31 Oct 19:41
f548625
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.11...v0.5.12

v0.5.11

30 Oct 06:32
Compare
Choose a tag to compare

What's Changed

  • Improved dictionaries: TypedDict support, typing.[Required,NotRequired], defaults in #81
  • Implement custom constructor/proxy types in #82

Full Changelog: v0.5.10...v0.5.11

Release v0.5.10

05 Oct 14:49
86a6943
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10

Release v0.5.9

27 Sep 05:13
Compare
Choose a tag to compare

Fixed a YAML import error.

Release v0.5.8

26 Sep 21:25
Compare
Choose a tag to compare

What's Changed

  • Add use_underscores option by @brentyi in #76
  • Dependency and helptext cleanup

Full Changelog: v0.5.7...v0.5.8