[0.12.2] - 2024-04-18
Added
- 👷 📦 Add build distribution (instead of source only distribution) to PyPI release to make install easier and faster (#515)
- 📝 Document the ability to update configuration at runtime (#395)
Changed
- ✨ Project level CLI commands
kedro mlflow init
,kedro mlflow ui
andkedro mlflow modelify
now work even inside a subdirectory and not at the root of the kedro project to be consistent withkedro>0.19.4
(#531)
Fixed
- 🐛 Proxy import of private kedro functions
_is_project
and_find_kedro_project
to be resilient to changes (#531)
�