Release 0.13.1
[0.13.1] - 2024-09-24
Added
- ✨ Add support for "modern" datasets (introduced in Kedro 0.19.7) that expose
load
andsave
publicly (#590, deepyaman)
Fixed
- 🐛 Refactor
MlflowMetricsHistoryDataset
to avoid usingget_all_metrics
internally because this function cannot save metrics on a remote server (#582)
�