Release 0.7.1
[0.7.1] - 2021-04-09
Added
-
It is now possible to deactivate tracking (for parameters and datasets) by specifying a key
disabled_tracking: pipelines: [<pipeline-name>]
in themlflow.yml
configuration file. (#92) -
The
kedro mlflow ui
commandhost
andport
keys can be overwritten at runtime (#187)
Fixed
- The
kedro mlflow ui
now reads properly theui:host
andui:port
keys from themlflow.yml
which were incorrectly ignored (#187)
�