See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#rc-2023-04-09)
0.11.0rc2
See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#rc-2023-04-09)
0.11.0rc1
See [changelog](https://mit-ll-responsible-ai.github.io/hydra-zen/changes.html#rc-2023-04-09).
What's Changed * Bump pydata-sphinx-theme from 0.12.0 to 0.13.1 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/425 * Bump pyright from 1.1.296 to 1.1.298 in /deps by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/426 * Doc improvements by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/427 * Bump pyright from 1.1.298 to 1.1.299 in /deps by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/429 * Bump pydantic from 1.10.5 to 1.10.6 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/428 * Bump pydantic from 1.10.6 to 1.10.7 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/434 * Fix some flaky CI stuff and pyright tests by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/446 * Bump pydata-sphinx-theme from 0.13.1 to 0.13.3 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/440 * Bump beartype from 0.12.0 to 0.13.0 in /docs by dependabot in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/451 * Drop support for hydra-core < 1.2.0. Improve `zen` to return dataclasses and stdlib containers over omegaconf objects by rsokl in https://github.com/mit-ll-responsible-ai/hydra-zen/pull/448
This patch circumvents an upstream bug in pyright, which was causing pyright 1.1.305+ to report the return type of [hydra_zen.make_custom_builds_fn()](https://mit-ll-responsible-ai.github.io/hydra-zen/generated/hydra_zen.make_custom_builds_fn.html#hydra_zen.make_custom_builds_fn) as “Unknown”.