Tags: mlcommons/ck
Tags
CMX 3.3.4 (#1348) V3.3.4: - added utils.path2: add quotes if spaces in path - added utils.update_dict_with_flat_key: update dictionary via flat key (x.y.z) - added utils.get_value_from_dict_with_flat_key get value from dict via flat key (x.y.z) - added utils.load_module universal python module loader
V3.2.5 release (#1334) CMX/CM: V3.2.5 release - CMX: improved logging - CMX: improved error handling (show module path and line number) - CMX: fixed bug when detecting unknown control flag - CMX: do not change output to json if -j or --json just print json in the end ...
V3.2.0: many important improvements (#1321) I added many important features to CMX pending for a very long: - added `utils.test_input` to test if input has keys and report them as error - added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo` - improved CMX logging (-log and -logfile): #1317 - print control flags in help (cmx -h | cmx -help): #1318 - fail if control flag is not recognized: #1315 - added -repro flag to record various info to cmx-repro directory: #1319 - print call stack when error > 32 to be able to trace error cause: #1320 can be combined with -log=debug and -logfile