Skip to content

Commit

Permalink
Add template changes to release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Oct 2, 2023
1 parent 08e3ab6 commit fc4bc1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* Removed deprecated `kedro.extras.ColorHandler`.
* The Kedro IPython extension is no longer available as `%load_ext kedro.extras.extensions.ipython`; use `%load_ext kedro.ipython` instead.
* Anonymous nodes are given default names of the form `<function_name>([in1;in2;...]) -> [out1;out2;...]`, with the names of inputs and outputs separated by semicolons.
* The default project template now has only one `pyproject.toml` at the root of the project (containing both the packaging metadata and the Kedro build config).

Check warning on line 24 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L24

[Kedro.weaselwords] 'only' is a weasel word!
Raw output
{"message": "[Kedro.weaselwords] 'only' is a weasel word!", "location": {"path": "RELEASE.md", "range": {"start": {"line": 24, "column": 40}}}, "severity": "WARNING"}
* The `requirements.txt` in the default project template moved to the root of the project as well (hence dependencies are now installed with `pip install -r requirements.txt` instead of `pip install -r src/requirements.txt`).

## Migration guide from Kedro 0.18.* to 0.19.*
### DataSets
Expand Down

0 comments on commit fc4bc1c

Please sign in to comment.