github Galileo-Galilei/kedro-mlflow 2.0.0
Release 2.0.0

4 hours ago

[2.0.0] - 2025-11-25

Added

  • ✨ Add support for mlflow>=3.0.0 (#657)

Changed

  • 💥 📌 Drop support for mlflow>=2.0.0,<3.0.0 (#678)
  • 💥 Drop run_id argument of MlflowModelTrackingDataset. In mlflow 3, the model is no longer necessarily tied to a run. It is now possible to specify load_args={"model_uri":"models/<name>} to load a specific model outside the current run. (#678)
  • 💥 Drop artifact_path argument of MlflowModelTrackingDataset. In mlflow 3, this argument is renamed nameand can be passed to the dataset withsave_args={"name":"my_model_name"} (#678)

Don't miss a new kedro-mlflow release

NewReleases is sending notifications on new releases.