From caa5103e0009cd6ca8be4d1a61395a531b6c76aa Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sat, 18 May 2024 20:17:14 +0200 Subject: [PATCH 1/2] Update version.py --- qgate_sln_mlrun/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index cfeffaa9..d40e2600 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.3' \ No newline at end of file +__version__ = '0.2.4' \ No newline at end of file From 6f6a6007bd16b65d9ebf9476b9a17b4a074c4ce5 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sat, 18 May 2024 20:20:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e30983ad..a9a46987 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ The quality gate covers these test scenarios (✅ done, ✔ in-progress, ❌ pla - **06 - Pipeline** - ✅ TS601: Simple pipeline(s) - ✅ TS602: Complex pipeline(s) - - ✔ TS602: Complex mass pipeline(s) + - ✔ TS603: Complex pipeline(s), mass operation + - ❌ TS604: Complex pipeline(s) for ingest - **07 - Build model** - ✅ TS701: Build CART model - ❌ TS702: Build XGBoost model