Skip to content

Releases: brentyi/tyro

v0.7.3

16 Feb 19:31
Compare
Choose a tag to compare

What's Changed

  • Fix init=False and forward references for attrs by @brentyi in #126

Full Changelog: v0.7.2...v0.7.3

Release v0.7.2

07 Feb 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

01 Feb 21:37
165b83d
Compare
Choose a tag to compare

What's Changed

  • Fix type narrowing edge case, bump to 0.7.1 in #122

Full Changelog: v0.7.0...v0.7.1

v0.7.0

23 Jan 20:45
d660da2
Compare
Choose a tag to compare

What's Changed

  • Consolidate field list generation in #118
  • typing.Self support + tests in #120

Full Changelog: v0.6.6...v0.7.0

Release v0.6.6

19 Jan 03:20
171b636
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5

18 Jan 09:56
bc55c77
Compare
Choose a tag to compare

Helptext improvements!

Full Changelog: v0.6.4...v0.6.5

Release v0.6.4

14 Jan 07:25
Compare
Choose a tag to compare

Fix tyro.conf.Suppress edge cases.

Full Changelog: v0.6.3...v0.6.4

v0.6.3

01 Jan 01:46
34d74a1
Compare
Choose a tag to compare

What's Changed

  • More succinct usage when a lot of options are present by @brentyi in #114

Full Changelog: v0.6.2...v0.6.3

v0.6.2

27 Dec 00:36
Compare
Choose a tag to compare
  • Slightly improve helptext when tyro.conf.arg(constructor=...) is used.
  • Fix an edge case where Annotated[] erases markers from tyro.conf.configure().
  • More extensive helptext tests.

Full Changelog: v0.6.1...v0.6.2

Release v0.6.1

22 Dec 05:38
98dbc5d
Compare
Choose a tag to compare

What's Changed

  • Improve PEP 585/604 annotation errors for older versions of Python by @brentyi in #103
  • Fix default values in Pydantic by @kevinddchen in #109
  • Support + test for typing.NewType by @brentyi in #106
  • Add default_instance support for attrs, fix docs by @brentyi in #111

New Contributors

Full Changelog: v0.6.0...v0.6.1