From 1c47d14b7f4170da15a0d5f7898b8bb51955aa62 Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 09:07:25 +0200 Subject: [PATCH 1/6] adding polars as an optional dependency while installing hospworks --- python/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index b1964d478..ca4f29e2a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -33,6 +33,8 @@ dependencies = [ "tqdm", ] +polars=["polars>=0.20.18,<=0.21.0"] + [project.optional-dependencies] dev = [ "ruff", "pytest"] From 51cf96261f35bccf8ab73e05d60a2bbc147a36e3 Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 09:15:48 +0200 Subject: [PATCH 2/6] adding polars to requirements docs for mkdocs build --- requirements-docs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-docs.txt b/requirements-docs.txt index d1499a262..de05292c4 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -9,3 +9,4 @@ markdown==3.6 pymdown-extensions==10.7.1 mkdocs-macros-plugin==1.0.4 mkdocs-minify-plugin>=0.2.0 +polars==0.20.31 From d6b578292bc6902ad9a22264376c834aa3f8658c Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 09:19:28 +0200 Subject: [PATCH 3/6] moving polars to optional dependencies --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ca4f29e2a..704fae0bf 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -33,10 +33,10 @@ dependencies = [ "tqdm", ] -polars=["polars>=0.20.18,<=0.21.0"] [project.optional-dependencies] dev = [ "ruff", "pytest"] +polars=["polars>=0.20.18,<=0.21.0"] [build-system] requires = ["setuptools", "wheel"] From 9f7a976e286d7887736d8c645b2356c74370d5f2 Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 11:26:24 +0200 Subject: [PATCH 4/6] bumping up hsfs version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 704fae0bf..810fa3b9a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "hsfs[python]==3.8.0rc0", + "hsfs[python]==3.8.0rc1", "hsml==3.8.0rc0", "pyhumps==1.6.1", "requests", From 9997602bec5e3971006d092646813a38d4146fa7 Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 16:28:23 +0200 Subject: [PATCH 5/6] bumping up hsfs version --- python/hopsworks/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index 1cdb04a55..4bfed0318 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.8.0rc0" +__version__ = "3.8.0rc1" From aec4cd4c778a565bc62ae4468e002a9726e92396 Mon Sep 17 00:00:00 2001 From: manu-sj Date: Fri, 6 Sep 2024 16:46:29 +0200 Subject: [PATCH 6/6] bumping up hopsworks java version --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 74ea6dfca..0c79159ec 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.8.0-RC0 + 3.8.0-RC1