Hydra-zen

Latest version: v0.14.0

Safety actively analyzes 714973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 12

0.7.0rc1

0.6.0

For descriptive [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#changelog), see.

PRs Associated With This Release
* docs: use consistent verbage for config-creation funcs by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/214
* Unpin pyright at 1.1.216 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/217
* Improves our protocols by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/215
* Test that type-widening for interp field is necessary by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/218
* Pin pyright to 1.1.217 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/220
* unpin pyright 1.1.219 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/221
* fix overload ordering for pyright 1.1.220 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/222
* remove unnecessary type: ignores by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/223
* Add autocomplete support for `builds(<target>, populate_full_signature=True)` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/224
* Achieve type completeness (pyright-strict) by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/226
* Fix flaky test by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/227
* add zenfield pyright checks by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/228
* Require patch info in version comparisons by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/229
* Enable `_partial_` for Hydra > 1.1.1 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/230
* Changelog update by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/232
* Adds BuildsWithSig protocol by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/234
* Minor speedups by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/233
* Revise implementation of `PartialBuilds` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/235
* Fix bug: parent configs can introduce zen-processing via inheritance by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/236
* Document help option by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/238
* Improve instantiate overload by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/243


**Full Changelog**: https://github.com/mit-ll-responsible-ai/hydra-zen/compare/v0.5.0...v0.6.0

0.6.0rc3

See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html)

0.6.0rc2

See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#)

0.6.0rc1

See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#rc1-2022-02-17)

0.5.0

[See changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#v0-5-0)

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


**Full Changelog**: https://github.com/mit-ll-responsible-ai/hydra-zen/compare/v0.4.1...v0.5.0

Page 9 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.