Skip to content

Commit

Permalink
[KED-2501] Refactors starters.py continued (kedro-org#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne authored Apr 15, 2021
1 parent 45a79d0 commit 84f0850
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 331 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ print(pipelines["__default__"]) # pipeline loading is only triggered here
* The setup of a Kedro project, including adding src to path and configuring settings, is now handled via the `bootstrap_project` method.
* Invoked `configure_project` if a `package_name` is supplied to `KedroSession.create`. This is added for backward-compatibility purpose to support workflow that creates a `Session` manually. It will only be removed in `0.18.0`.
* Stopped swallowing up all `ModuleNotFoundError` if `register_pipelines` not found, which will display a more helpful error when a dependency is missing, e.g. [Issue #722](https://github.com/quantumblacklabs/kedro/issues/722).
* When `kedro new` is invoked using a configuration yaml file, `output_dir` is no longer a required key; by default the current working directory will be used.
* When `kedro new` is invoked using a configuration yaml file, the appropriate `prompts.yml` file is now used for validating the provided configuration. Previously, validation was always performed against the kedro project template `prompts.yml` file.
* When a relative path to a starter template is provided, `kedro new` now generates user prompts to obtain configuration rather than supplying empty configuration.

## Minor breaking changes to the API

Expand Down
Loading

0 comments on commit 84f0850

Please sign in to comment.