Releases: mit-ll-responsible-ai/hydra-zen
Releases · mit-ll-responsible-ai/hydra-zen
Release hydra-zen v0.6.0rc2
Release hydra-zen v0.6.0rc1
Release hydra-zen v0.5.0
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
Release hydra-zen v0.5.0rc3
Release hydra-zen v0.5.0rc2
Release v0.5.0rc1
Release v0.4.1
What's Changed
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
See changelog
What's Changed
- Fix docstring typo by @rsokl in #164
- Add strict validation against Hydra's supported primitives by @rsokl in #163
- Update docs with details of SupportedPrimitive by @rsokl in #165
- Touchup docs by @rsokl in #166
- add roadmap document by @rsokl in #167
- Touchup docs by @rsokl in #168
- Fix minor discrepancy in test by @rsokl in #169
- ENH: hydra-zen will never be the first to import numpy by @rsokl in #171
- Patch upstream omegaconf issue #830 by @rsokl in #172
- Change behavior of pop-full-sig to take priority over inherited fields by @rsokl in #174
- Loosen type annotations to avoid false-positives on mutable generic containers by @rsokl in #175
- Update changelog and ref docs for v0.4.0 by @rsokl in #176
Full Changelog: v0.3.1...v0.4.0