[0.6.0] - 2021-03-14
Added
kedro-mlflow
now supportskedro==0.17.0
(#144). Since the kedro core team made a breaking change in the patch release0.17.1
, it is not supported yet. They also recommend to downgrade to 0.17.0 for stability.- Updated documentation
Fixed
- The support of
kedro==0.17.0
automatically makes the CLI commands available when the configuration is declared in apyproject.toml
instead of a.kedro.yml
, which was not the case in previous version despite we claim it was (#157).
Changed
- Drop support for
kedro==0.16.x
. All future plugin updates will be only compatible withkedro>=0.17.0
.
�