New Features and Improvements
- Add
always_create_from_code
argument toPipelineController
(default True) to allow remote execution to create the Pipeline DAG at runtime (as opposed to adhering to the existing structure stored on the task when running locally)
Bug Fixes
- Fix using
OutputModel
reporting and other methods fail ifOutputModel.update_weights()
is not called before that (#1078) - Fix hash for Pandas objects artifacts
- Fix Hydra/OmegaConf
--overrides
support - Fix Pipeline metrics not forwarded to pipeline controller at the end of a pipeline step