From f85148bdff5e27bb8c85f7dc507c97a44c178564 Mon Sep 17 00:00:00 2001 From: Merel Theisen Date: Wed, 18 Oct 2023 11:28:16 +0100 Subject: [PATCH 1/4] Bump version + add contributors Signed-off-by: Merel Theisen --- RELEASE.md | 11 +++++++---- docs/source/development/commands_reference.md | 2 +- docs/source/robots.txt | 1 + kedro/__init__.py | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index cc553720a6..02c2256649 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,8 @@ ## Breaking changes to the API ## Migration guide from Kedro 0.18.* to 0.19.* -# Upcoming Release 0.18.14 + +# Release 0.18.14 ## Major features and improvements * Allowed using of custom cookiecutter templates for creating pipelines with `--template` flag for `kedro pipeline create` or via `template/pipeline` folder. @@ -27,7 +28,6 @@ * New TSC members added to the page and the organisation of each member is also now listed. * Plus some minor bug fixes and changes across the documentation. -## Breaking changes to the API ## Upcoming deprecations for Kedro 0.19.0 * All dataset classes will be removed from the core Kedro repository (`kedro.extras.datasets`). Install and import them from the [`kedro-datasets`](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets) package instead. * All dataset classes ending with `DataSet` are deprecated and will be removed in Kedro `0.19.0` and `kedro-datasets` `2.0.0`. Instead, use the updated class names ending with `Dataset`. @@ -36,7 +36,6 @@ ## Community contributions Many thanks to the following Kedroids for contributing PRs to this release: - * [Jason Hite](https://github.com/jasonmhite) * [IngerMathilde](https://github.com/IngerMathilde) * [Laíza Milena Scheid Parizotto](https://github.com/laizaparizotto) @@ -44,7 +43,11 @@ Many thanks to the following Kedroids for contributing PRs to this release: * [flpvvvv](https://github.com/flpvvvv) * [qheuristics](https://github.com/qheuristics) * [Miguel Ortiz](https://github.com/miguel-ortiz-marin) - +* [rxm7706](https://github.com/rxm7706) +* [Iñigo Hidalgo](https://github.com/inigohidalgo) +* [harmonys-qb](https://github.com/harmonys-qb) +* [Yi Kuang](https://github.com/lvxhnat) +* [Jens Lordén](https://github.com/Celsuss) # Release 0.18.13 diff --git a/docs/source/development/commands_reference.md b/docs/source/development/commands_reference.md index ab1644d7a0..069c6e5e2b 100644 --- a/docs/source/development/commands_reference.md +++ b/docs/source/development/commands_reference.md @@ -116,7 +116,7 @@ Returns output similar to the following, depending on the version of Kedro used | |/ / _ \/ _` | '__/ _ \ | < __/ (_| | | | (_) | |_|\_\___|\__,_|_| \___/ -v0.18.13 +v0.18.14 Kedro is a Python framework for creating reproducible, maintainable diff --git a/docs/source/robots.txt b/docs/source/robots.txt index 8d56f55070..4ba3d5f9e7 100644 --- a/docs/source/robots.txt +++ b/docs/source/robots.txt @@ -11,4 +11,5 @@ Allow: /en/0.18.10/ Allow: /en/0.18.11/ Allow: /en/0.18.12/ Allow: /en/0.18.13/ +Allow: /en/0.18.14/ Allow: /en/0.17.7/ diff --git a/kedro/__init__.py b/kedro/__init__.py index 48c7e409e8..ed588fe10b 100644 --- a/kedro/__init__.py +++ b/kedro/__init__.py @@ -6,7 +6,7 @@ import sys import warnings -__version__ = "0.18.13" +__version__ = "0.18.14" class KedroDeprecationWarning(DeprecationWarning): From f484fecfb6a0aa83a436e8b382c1ad775501e30c Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 18 Oct 2023 13:56:49 +0100 Subject: [PATCH 2/4] Add extra extension Signed-off-by: Jo Stichbury --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index e80f9b2b29..32d5a51ed2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,6 +53,7 @@ "sphinxcontrib.mermaid", "myst_parser", "notfound.extension", + "sphinxcontrib.jquery", ] # enable autosummary plugin (table of contents for modules/classes/class From e207d9ce94eecb98211e22dbde782e7e9d3e2d05 Mon Sep 17 00:00:00 2001 From: Merel Theisen Date: Wed, 18 Oct 2023 14:42:58 +0100 Subject: [PATCH 3/4] Update release version + data in citation.cff Signed-off-by: Merel Theisen --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6ebc728b72..3deb77c18f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -53,6 +53,6 @@ authors: - family-names: Theisen given-names: Merel title: Kedro -version: 0.18.12 -date-released: 2023-07-31 +version: 0.18.14 +date-released: 2023-10-18 url: https://github.com/kedro-org/kedro From ec2b9faf93ba070e508d9852e69ad8f58014f16f Mon Sep 17 00:00:00 2001 From: Merel Theisen Date: Wed, 18 Oct 2023 14:49:06 +0100 Subject: [PATCH 4/4] Update team in citation.cff Signed-off-by: Merel Theisen --- CITATION.cff | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3deb77c18f..a820ef2974 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,8 +17,6 @@ authors: given-names: Tynan - family-names: Gundaniya given-names: Jitendra -- family-names: Holzer - given-names: Jannic - family-names: Kaiser given-names: Stephanie - family-names: Kanchwala @@ -33,8 +31,8 @@ authors: given-names: Andrew - family-names: Merali given-names: Ahdra -- family-names: Milne - given-names: Antony +- family-names: Naderi Varandi + given-names: Mehdi - family-names: Nguyen given-names: Huong - family-names: Nikolic