Hydra 1.2 Here
: Improved the hydra.utils.instantiate() API to support positional arguments and a new _partial_ keyword, which allows for partially defined instances from configurations.
If you set hydra/config=strict , Hydra will now throw a hard exception if you try to access a configuration node that doesn't exist. hydra 1.2
primarily refers to a major release of the open-source Python framework developed by Meta (formerly Facebook) AI Research , designed to simplify the configuration of complex applications, particularly in machine learning and data science. Released in May 2022, version 1.2 introduced significant features that enhanced its flexibility and integration capabilities. Key Features of Hydra 1.2 : Improved the hydra