Skip to content

Release 0.11.8

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 21:31

[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 hardcoded python=3.7 and kedro=0.16.5 (#405)

  • 🐛 The modelify command now uses correctly the --pip-requirements argument instead of raising an error (#405)

  • 🐛 The modelify command now uses modelify as a default run name (#408)