v1.3
Major Changes
- Added comprehensive support for multi-input model workflows
- Added
DistributeParamSpace
to allow distributing parameter space across several hosts
Fixes
- Fixed an issue that would mix the order of columns on the experiment log in Python 3.6 and older
Minor Changes
- Added more control over the
- Unified naming convention of all Callbacks
- Moved all Callbacks to
callbacks
submodule