Changelog¶
v0.1.10¶
Compatibility fix for python3.7
Changed¶
- A bug has been fixed for the archiving using pythons tarfile library for python 3.7
v0.1.6¶
Changed¶
- You can modify the behaviour of the logging via the environment variable
'LOG_' + ModelOrganizer.name.upper()(previously, it wasModelOrganizer.name.capitalize()) - The ExperimentsConfig class only loads the configuration when it is directly
accessed via the
__getitem__method, i.e. viaorganizer.config.experiments[exp]. Conversion to a dictionary, or theitems,values,iteritems, anditervaluesmethods will not load the experiment
v0.1.5¶
Added¶
- Added as_ordereddict method for ExperimentsConfig that avoids a loading of all experiments when converting to an OrderedDict
v0.1.4¶
Changed¶
- Fixed bug that loads all experiments in Python2.7 when initializing a ExperimentsConfig