Releases: criteo/fromconfig
Releases · criteo/fromconfig
0.7.2
0.7.0
0.6.0
0.5.1
[0.5.1] - 2021-05-11
Added
Changed
- The documentation is moved to https://fromconfig.github.io
Deprecated
Removed
Fixed
- Incorrect default for the
DefaultLauncher(invert log and parse step)
Security
0.5.0
[0.5.0] - 2021-04-30
Added
NAMEsupport in extensions for multiple launchers.- Better header in
hparams
Changed
- Order of steps in
DefaultLauncheris nowsweep, log, parse, run.
Deprecated
Removed
log_configin logging launcher.
Fixed
Security
0.4.1
[0.4.1] - 2021-04-28
Added
- The
_attr_key can be used with an extension name inLauncher.fromconfig.
Changed
- The
fromconfigmethod of theFromConfigbase class signature is now generic (configdoes not have to be a Mapping). - The
Parser__call__signature is also more generic (acceptsAnyinstead ofMapping)
Deprecated
Removed
- The steps syntax in
Launcher.fromconfigis now inDefaultLauncher
Fixed
- Better type handling for the
OmegaConfParser(only attempts to find resolvers ifconfigis a mapping)
Security
0.4.0
[0.4.0] - 2021-04-27
Added
Changed
Deprecated
Removed
ReferenceParser: less powerful than theOmegaConfParserbut same functionality, only caused confusion.
Fixed
Security
0.3.3
[0.3.3] - 2021-04-23
Added
- Improved error message when trying to reload a
.jsonnetfile butjsonnetis not installed. - include
!includeand merge<<:support for YAML files - Custom resolvers easy registration for
OmegaConfParser - Default resolver
nowforOmegaConf
Changed
jsonnetimport does not log an error if jsonnet is not available.
Deprecated
Removed
Fixed
Security
0.3.2
0.3.1
[0.3.1] - 2021-04-21
Added
DryLauncherto dry-run config.- Skip launcher instantiation if config is
None
Changed
Deprecated
Removed
Fixed
- Wrong order when merging configs in
cli.main