Hydra-zen

Latest version: v0.13.0

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

Scan your dependencies

Page 6 of 12

0.10.0rc1

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

0.9.1

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

What's Changed
* Copyright 2022 -> 2023 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/372
* Bump pydantic from 1.10.2 to 1.10.4 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/370
* Bump sphinx from 5.3.0 to 6.0.0 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/369
* Update tutorials and how-to for v0.9.0 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/373
* test that docs build in CI; update some docstrings; update pyright scan utils by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/374
* update actions caching based on pyproject.toml by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/376
* Fix pyright scanning and consolidate typecheck action logic by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/377
* Bump pyright from 1.1.286 to 1.1.287 in /deps by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/378
* Ensure pytest is configured so `xfail_strict` is true by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/380
* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/383
* Set max cpu count for pytest-xdist runs. Added tox-env descriptions by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/385
* Update pyproject.toml by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/387
* pyright==1.2.288 ; fix type errors. by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/390
* Improve zen pickle-compat and support for `hydra_main(config_path)` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/384


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

0.9.0

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

What's Changed
* pin pyright due to https://github.com/microsoft/pyright/issues/3974 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/308
* unpin pyright: > 1.1.272 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/309
* remove sphinx-tabs in favor of sphinx-design (fixes dark-theme tabs) by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/311
* Migrate to pyproject.toml and replace versioneer with setuptools_scm by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/316
* Bump actions/setup-python from 2 to 4 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/319
* Bump actions/setup-node from 2.pre.beta to 3.5.1 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/317
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/318
* Bump pydantic from 1.8.2 to 1.10.2 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/322
* Bump numpydoc from 1.4.0 to 1.5.0 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/323
* Bump beartype from 0.8.1 to 0.11.0 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/324
* Bump pydata-sphinx-theme from 0.10.1 to 0.11.0 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/325
* Bump sphinx from 5.1.1 to 5.3.0 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/321
* sync docs branch by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/327
* Adds `zen` decorator for task functions by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/310
* Remove test warning by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/328
* Bump sphinx-codeautolink from 0.11.0 to 0.12.0 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/330
* Bump sphinx-codeautolink from 0.12.0 to 0.12.1 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/332
* pin mypy until recursive types are fixed by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/334
* Docs by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/335
* Bump actions/cache from 2 to 3 by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/337
* Add pickle compatibility for classes decorated by `hydrated_dataclass` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/338
* Adds `hydra_zen.store` by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/331
* Remove redundant cast (fix pyright) by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/340
* Improve docs by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/341
* Scan docstring examples with pyright by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/343
* Use pyright to check examples in docs by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/344
* improve rst parsing by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/345
* Improve coverage checks by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/346
* Separate out pyright docs scan job by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/347
* pin pyright due to https://github.com/microsoft/pyright/issues/4291 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/349
* Improve CONTRIBUTING.md and add docs & type-check tox jobs by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/350
* add actions job to enforce formatting by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/351
* Improve `Partial` protocol by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/354
* Fix Partial.__class_getitem__ by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/355
* unpin pyright by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/356
* test that files have consistent & up to date headers by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/357
* Add spell check to CI by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/358
* Bump pydata-sphinx-theme from 0.11.0 to 0.12.0 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/361
* Bump sphinx-copybutton from 0.5.0 to 0.5.1 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/362
* Expose `make_dataclass` API via `zen_dataclass` for all config-creation fns by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/360
* Closes 336 -- hydra_convert='object' is supported by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/364
* Closes 329 -- adds auto-config support for torch.optim.optimizer.required by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/365
* Adds support for python 3.11 by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/366
* closes 314 -- zen_wrappers accepts partial'd functions by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/367

New Contributors
* dependabot made their first contribution in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/319

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

0.9.0rc5

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

0.9.0rc4

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

0.9.0rc3

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

Page 6 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.