hydra-zen v0.7.0 released! #2201
rsokl
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am excited to announce the release of
v0.7.0
of hydra-zen!What is hydra-zen? It is a library that provides pythonic functions for dynamically generating and crafting Hydra configs, and for launching Hydra jobs.
Some New Features
Native Support for Additional Types
This release includes enhanced native support for types like
complex
andfunctools.partial
. See that we can convert a partial'd function directly to a structured config or yaml:Validated Support for Defaults Lists
Also featured in this release,
hydra_zen.builds
andhydra_zen.make_config
now accept defaults lists viahydra_defaults
, and provide some validation on these lists.Links
Check out the rest of the defaults of the release, including future support for upcoming OmegaConf and Hydra features, here:
Beta Was this translation helpful? Give feedback.
All reactions