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
NAME
support in extensions for multiple launchers.- Better header in
hparams
Changed
- Order of steps in
DefaultLauncher
is nowsweep, log, parse, run
.
Deprecated
Removed
log_config
in 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
fromconfig
method of theFromConfig
base class signature is now generic (config
does not have to be a Mapping). - The
Parser
__call__
signature is also more generic (acceptsAny
instead ofMapping
)
Deprecated
Removed
- The steps syntax in
Launcher.fromconfig
is now inDefaultLauncher
Fixed
- Better type handling for the
OmegaConfParser
(only attempts to find resolvers ifconfig
is a mapping)
Security
0.4.0
[0.4.0] - 2021-04-27
Added
Changed
Deprecated
Removed
ReferenceParser
: less powerful than theOmegaConfParser
but 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
.jsonnet
file butjsonnet
is not installed. - include
!include
and merge<<:
support for YAML files - Custom resolvers easy registration for
OmegaConfParser
- Default resolver
now
forOmegaConf
Changed
jsonnet
import 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
DryLauncher
to dry-run config.- Skip launcher instantiation if config is
None
Changed
Deprecated
Removed
Fixed
- Wrong order when merging configs in
cli.main