Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 636 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 636 Bytes

Changelog

0.0.1 - 2021-11-17

Added

  • ✨ The kedro serving serve command enable tos erve a pipeline as a FastAPI application
  • ✨ ⚡ The artifacts (i.e. any inputs of the pipeline different from the body) are loaded as MemoryDataSet(copy_mode=assign) to reduce I/O operations and increase speed
  • ✨ The input schema is automatically inferred from the input DataFrame