From a3e41bd90939de1db6a33db69e6dc97a3b78156a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yolan=20Honor=C3=A9-Roug=C3=A9?= Date: Mon, 1 Apr 2024 15:36:32 +0200 Subject: [PATCH] update release.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yolan Honoré-Rougé --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index d50e1b936d..56aec244ee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,11 +6,12 @@ * Kedro commands now work from any subdirectory within a Kedro project. * Kedro CLI now provides a better error message when project commands are run outside of a project i.e. `kedro run`. * Dropped the dependency on `toposort` in favour of the built-in `graphlib` module. -* Improve the performance of `Pipeline` object creation and summing. +* Improved the performance of `Pipeline` object creation and summing. ## Bug fixes and other changes * Updated `kedro pipeline create` and `kedro pipeline delete` to read the base environment from the project settings. * Updated CLI command `kedro catalog resolve` to read credentials properly. +* Updated ``.gitignore`` to prevent pushing Mlflow local runs folder to a remote forge when using mlflow and git. ## Breaking changes to the API * Methods `_is_project` and `_find_kedro_project` have been moved to `kedro.utils`. We recommend not using private methods in your code, but if you do, please update your code to use the new location.