[0.10.0] - 2022-05-15
Added
- ⬆️ Add support for
kedro==0.18.1
which was broken due to kedro's removal of_active_session
private global variable (309).
Fixed
- 📝 Fix typo in documentation (#302)
Changed
- :refactor: 💥 Refactor the
get_mlflow_config
function which now takescontext
instead ofsession
as input (309)
Removed
- 💥 ⬇️ Drop support for
kedro=0.18.0
.kedro-mlflow
now supports onlykedro>=0.18.1, kedro<0.19.0
(309).
�