[0.14.4] - 2025-02-20
Added
- ✨ Add the
tracking.disable_tracking.disable_autologging
configuration option inmlflow.yml
to disable autologging by default. This simplify the workflow for Databricks users who have autologging activated by default, which conflicts withkedro-mlflow
([#610]). - ✨ Add
tracking.experiment.create_experiment_kwargs.artifact_location
andtracking.experiment.create_experiment_kwargs.tags
configuration options inmlflow.yml
to enable advanced configuration of mlflow experiment created at runtime bykedro-mlflow
([#557]).
Fixed
- 🐛 Fix type annotations introduced in #633 which are not compatible with
python==3.9
.
�