Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 993 Bytes

CHANGELOG-v0.5.0.md

File metadata and controls

15 lines (12 loc) · 993 Bytes

Flyte v0.5.0

Infrastructure

  • Moved CI/CD to Github Actions
  • Added end-to-end tests as part of the PR & master merges.
  • Enable CI system to run on forks.

Core Platform

  • Single Task Execution to enable registering and launching tasks outside the scope of a workflow to enable faster iteration and a more intuitive development workflow.
  • Run to completion to enable workflows to continue executing even if one or more branches fail.
  • Fixed retries for dynamically yielded nodes.
  • PreAlpha Support for Raw container with FlyteCoPilot. (docs coming soon). Sample Notebooks. This makes it possible to run workflows with arbitrary containers

Plugins

  • Cleaned up Presto executor to send namespace as user to improve queueing