You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#445 introduces several changes to resolvers that triggered multiple discussions on related follow-up changes. Here is an overview of what is planned once #445 is merged:
Change the env resolver so that it does not parse environment variables anymore, instead keeping them as strings (that may be cast into a different type thanks to the previous bullet point) -- will also resolve Add env_str resolver built-in resolver #383
#445 introduces several changes to resolvers that triggered multiple discussions on related follow-up changes. Here is an overview of what is planned once #445 is merged:
env
resolver so that it does not parse environment variables anymore, instead keeping them as strings (that may be cast into a different type thanks to the previous bullet point) -- will also resolve Add env_str resolver built-in resolver #383oc.env
) and deprecate the plainenv
resolver (Deprecation of theenv
resolver for variable environment interpolations #573)oc.decode
to parse strings (ex: those output by theoc.env
resolver) (Add anoc.decode
resolver to parse and evaluate strings #574)register_new_resolver()
according to Improve the API of register_resolver() #370get_resolver()
(Deprecation ofOmegaConf.get_resolver()
#608)OmegaConf.is_none()
(DeprecateOmegaConf.is_none()
#547)$
in them facebookresearch/hydra#1437 (comment)) => Allow '$' character in key names in the grammar #600 (OmegaConf) / Override grammar: allow the dollar sign in key names facebookresearch/hydra#1605 (Hydra)oc.dict.values
andoc.dict.keys
(Add new resolversoc.dict.keys
andoc.dict.values
#643)oc.create
(Add new resolveroc.create
#645)Documentation (to be done in Q3'21):
oc.create
#677 (comment))[ ] Update OmegaConf's slide deck(will transfer task to someone else)[ ] Create a dedicated doc page for interpolations (Type validation of interpolations #578 (comment))(will transfer task to someone else)oc.dict.keys
andoc.dict.values
#644 (comment)) (done as part of oc.deprecated #679)The text was updated successfully, but these errors were encountered: