Skip to content

Release hydra-zen v0.5.0

Compare
Choose a tag to compare
@rsokl rsokl released this 27 Jan 18:15
· 1134 commits to main since this release
b84a30f

See changelog

List of PRs that went into this release

  • Wrap long line in docs by @rsokl in #178
  • pin pyright to 1.1.197 until bugfix in pyright comes through by @rsokl in #179
  • Fix inaccurate type info and unpin pyright by @rsokl in #180
  • Code cleanup: centralized type-sanitization by @rsokl in #184
  • Improve type-widening and add tests by @rsokl in #185
  • Improves internal code organization; adds future support for _partial_ by @rsokl in #186
  • Fix flaky test by @rsokl in #188
  • Improve signature parsing in builds by @rsokl in #189
  • test documented pydantic examples by @rsokl in #190
  • Don't enable support for partial until we can begin running CI against it by @rsokl in #191
  • Update copyright year 2021 -> 2022 by @rsokl in #192
  • Internal fixes by @rsokl in #193
  • Add changelog entry for 0.5.0rc by @rsokl in #194
  • Ensure Builds-annotations are preserved by make_config by @rsokl in #196
  • Support partial'd object as configured value by @rsokl in #198
  • improve type annotation for builds -- target must be callable by @rsokl in #200
  • Support partial'd target in builds by @rsokl in #199
  • Add test ensuring nested functools.partial is supported by @rsokl in #202
  • Improve docs by @rsokl in #203
  • pyright 1.1.211 behavior change by @rsokl in #204
  • pin pyright to 1.1.211 until upstream bug is fixed by @rsokl in #208
  • Avoid shadowed variable name in PL example by @rsokl in #209
  • Apply type-widening when field configured with interpolated string by @rsokl in #207
  • Add contrapositive pyright tests by @rsokl in #211
  • Deprecations introduced in v0.3.0 are now errors by @rsokl in #212
  • pin pyright 1.1.214 by @rsokl in #213
  • Improve landing page docs by @rsokl in #210

Full Changelog: v0.4.1...v0.5.0