Release 0.11.8
[0.11.8] - 2023-02-13
Added
-
✨ Added support for Mlflow 2.0 (#390)
-
✨ The
modelify
command now accepts a--run-name
to specifiy the run name where the model is logged (#408)
Fixed
-
📝 Update incorrect documentation about model registry with local relative filepath (#400)
-
🐛 The
modelify
command now creates a conda environment based on your environment python and kedro versions instead of hardcodedpython=3.7
andkedro=0.16.5
(#405) -
🐛 The
modelify
command now uses correctly the--pip-requirements
argument instead of raising an error (#405) -
🐛 The
modelify
command now usesmodelify
as a default run name (#408)
�