[0.13.3] - 2024-10-29
Added
- ✨ Implement missing
PipelineML
filtering functionalities to letkedro
display resume hints and avoid breakingkedro-viz
(#377, #601, Calychas) - ✨ Sanitize parameters name with unsupported characters to avoid
mlflow
errors when logging (#595, pascalwhoop) - 🔊 Add logs about the exact
run_id
loaded within aMlflowRegistryDataset
because some URI are confusing (e.g.latest
) and hard to debug (#552)
Changed
- 📌 ✨ Removed lower and upper bounds for
python
versions of to be constantly in sync withkedro
and make migrations faster (#603) - ➕ ➖ Removed
pytest-lazy-fixture
in favor ofpytest-lazy-fixtures
which has less reputation but is more up to date. The former has not been updated in two years and is not compatible with recent pytest. (#524, #604)
�