github Galileo-Galilei/kedro-mlflow 0.11.0
Release 0.11.0

latest releases: 0.13.0, 0.12.2, 0.12.1...
2 years ago

[0.11.0] - 2022-06-18

Added

  • ✨ 💥 The MLFLOW_TRACKING_URI environment variable is now used as the default tracking uri if the server.mlflow_tracking_uri config key is None. The mlflow.yml is changed to server: mlflow_tracking_uri: null to enforce this new behaviour as the default value. If the environment variable does not exists, it will behave like before. (#321).

Changed

  • ♻️ 💥 Unify the MlflowPipelineHook and MlflowNodeHook in a single MlflowHook to ensure consistency in registration order (#315)
  • ♻️ 🧑‍💻 💥 The get_mlflow_config public function is removed. If you need to access the mlflow configuration, you can do it automatically in the context mlflow attribute, e.g. session.load_context().mlflow (#310)

Removed

  • ⚰️ 💥 Remove unused stores_environment_variables configuration option. This key must be removed from mlflow.yml.
  • ⬆️ 🐛 Upgrade requirements to make support for kedro>=0.18.1, kedro<0.19.0 explicit. This is the only valid compatibility range since kedro-mlflow==0.10.0, but requirements had not been updated yet (#309).

Don't miss a new kedro-mlflow release

NewReleases is sending notifications on new releases.