Hydra 1.2.0 #2217
pixelb
announced in
Announcements
Hydra 1.2.0
#2217
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.2.0 (2022-05-17)
Bug fixes
hydra.runtime.choices
is now updated correctly during multi-run (#1882)hydra.verbose=True
now works with multirun. (#1897)_target_
keyword argument toinstantiate
(#1914)hydra.main
. (#2042)New features
functools.partial
instances via a_partial_
keyword. (#1283)--experimental-rerun
command-line option to reproduce pickled single runs (#1805)|
in unquoted strings when parsing command-line overrides. (#1850)hydra.utils.instantiate
encounters a_target_
that cannot be located (#1863)instantiate
API now acceptsListConfig
/list
-type config as top-level input. (#1950)Behavior changes
instantiate
, raise anInstantiateError
exception instead of an instance of the same exception class that was raised by the user code. (#1911)config_loader
to Plugin.setup, and update signature ofrun_job
to requirehydra_context
. (#1953)The remaining changes are protected by the new version_base support,
which allows one to either configure Hydra to support older setups / config, or configure Hydra to use the following more modern defaults:
_name_
and_group_
from package header (see deprecation notice)hydra.job.chdir=True
to reinstate old behavior.config_path
options)This discussion was created from the release Hydra 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions