Skip to content

Release 0.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 22:09

[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 and kedro mlflow modelify now work even inside a subdirectory and not at the root of the kedro project to be consistent with kedro>0.19.4 (#531)

Fixed

  • 🐛 Proxy import of private kedro functions _is_project and _find_kedro_project to be resilient to changes (#531)