From 914ab555f94bbbcadead4ead4e5a14067e18470a Mon Sep 17 00:00:00 2001 From: "milos.colic" Date: Wed, 31 May 2023 23:23:02 +0100 Subject: [PATCH 1/3] Update version to 0.3.11 --- R/sparkR-mosaic/sparkrMosaic/DESCRIPTION | 2 +- R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION | 2 +- pom.xml | 2 +- python/mosaic/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/sparkR-mosaic/sparkrMosaic/DESCRIPTION b/R/sparkR-mosaic/sparkrMosaic/DESCRIPTION index 93f5cf317..3fe2ab1a6 100644 --- a/R/sparkR-mosaic/sparkrMosaic/DESCRIPTION +++ b/R/sparkR-mosaic/sparkrMosaic/DESCRIPTION @@ -1,6 +1,6 @@ Package: sparkrMosaic Title: SparkR bindings for Databricks Mosaic -Version: 0.3.10 +Version: 0.3.11 Authors@R: person("Robert", "Whiffin", , "robert.whiffin@databricks.com", role = c("aut", "cre") ) diff --git a/R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION b/R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION index b609aae43..9bf65215a 100644 --- a/R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION +++ b/R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION @@ -1,6 +1,6 @@ Package: sparklyrMosaic Title: sparklyr bindings for Databricks Mosaic -Version: 0.3.10 +Version: 0.3.11 Authors@R: person("Robert", "Whiffin", , "robert.whiffin@databricks.com", role = c("aut", "cre") ) diff --git a/pom.xml b/pom.xml index e1e5052ee..5a3481791 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ junit junit - 4.13.2 + 0.3.11 test diff --git a/python/mosaic/__init__.py b/python/mosaic/__init__.py index cc5a9815a..08b4fa121 100644 --- a/python/mosaic/__init__.py +++ b/python/mosaic/__init__.py @@ -4,4 +4,4 @@ from .models import SpatialKNN from .readers import read -__version__ = "0.3.10" +__version__ = "0.3.11" From ceaa120e005038dd3558806de8d11927ed89264f Mon Sep 17 00:00:00 2001 From: "milos.colic" Date: Wed, 31 May 2023 23:26:24 +0100 Subject: [PATCH 2/3] Update version to 0.3.11 --- CHANGELOG.md | 10 ++++++++++ docs/source/conf.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869a720e3..4af8f6839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.11 +- Update the CONTRIBUTING.md to follow the standard process. +- Fix for issue 383: grid_pointascellid fails with a Java type error when run on an already instantiated point. +- Bump maven-assembly-plugin from 3.5.0 to 3.6.0. +- Fix the cluster side init script generation. +- Fixed photon check for DBR warnings. +- Bump maven-surefire-plugin from 3.0.0 to 3.1.0. +- Fix the bug described in issue 360: incomplete coverage from grid_geometrykring and grid_tessellate. +- Add default value for script location path to init script. + ## v0.3.10 - Fixed k-ring logic for BNG grid close to the edge of the grid - Fixed deprecated st_centroid2D expression diff --git a/docs/source/conf.py b/docs/source/conf.py index 001029356..8d7d39065 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Stuart Lynn, Milos Colic, Erni Durdevic, Robert Whiffin, Timo Roest' # The full version, including alpha/beta/rc tags -release = "v0.3.10" +release = "v0.3.11" # -- General configuration --------------------------------------------------- From b39780778c635a3383108137d461d1c7526c49d5 Mon Sep 17 00:00:00 2001 From: "milos.colic" Date: Wed, 31 May 2023 23:29:50 +0100 Subject: [PATCH 3/3] Update version to 0.3.11 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5a3481791..1d5344c09 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ junit junit - 0.3.11 + 4.13.2 test @@ -288,7 +288,7 @@ 2.12.10 2.12 3.3.2 - 0.3.10 + 0.3.11