Skip to content

1.0.0rc2

Pre-release
Pre-release

Choose a tag to compare

@merelcht merelcht released this 18 Jul 22:31
· 63 commits to main since this release
c278651

Major features and improvements

  • Added --only-missing-outputs CLI flag to kedro run. This flag skips nodes when all their persistent outputs exist.
  • Removed the AbstractRunner.run_only_missing() method, an older and underused API for partial runs. Please use --only-missing-outputs CLI instead.

Bug fixes and other changes

  • Improved namespace validation efficiency to prevent significant slowdowns when creating large pipelines

Breaking changes to the API

Upcoming deprecations for Kedro 1.0.0

Documentation changes

Community contributions