Skip to content

Release 0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 22:33

[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 the mlflow.yml configuration file. (#92)

  • The kedro mlflow ui command host and port keys can be overwritten at runtime (#187)

Fixed

  • The kedro mlflow ui now reads properly the ui:host and ui:port keys from the mlflow.yml which were incorrectly ignored (#187)