github Galileo-Galilei/kedro-mlflow 0.11.1
Release 0.11.1

latest releases: 0.13.3, 0.13.2, 0.13.1...
2 years ago

[0.11.1] - 2022-07-06

Fixed

  • 🐛 Make pipeline_ml_factory now correctly uses kpm_kwargs and log_model_kwargs instead of always using the default values. (#329)
  • 🐛 kedro mlflow init command no longer raises both a success and an error message when the command is failing. (#336)

Changed

  • ♻️ Refactor KedroMlflowConfig which no longer needs the project_path at instantiation. The uri validaiton is done at setup() time to be able to use the configuration not at a root of a kedro project. This is not considered as a breaking change, because the recommended way to retrieve the config is to use session.load_context().mlflow which automatically calls setup() and hence behaviour inside a kedro project is unmodified. (#314)

Don't miss a new kedro-mlflow release

NewReleases is sending notifications on new releases.