From fc4bc1ca548b83a028c33b8daa11d385fb245409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 2 Oct 2023 19:45:34 +0200 Subject: [PATCH] Add template changes to release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 091f6a0790..dbbc72c42d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 `([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). +* 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