[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_idargument ofMlflowModelTrackingDataset. In mlflow 3, the model is no longer necessarily tied to a run. It is now possible to specifyload_args={"model_uri":"models/<name>}to load a specific model outside the current run. (#678) - 💥 Drop
artifact_pathargument ofMlflowModelTrackingDataset. In mlflow 3, this argument is renamednameand can be passed to the dataset withsave_args={"name":"my_model_name"}(#678)
�