Skip to content

Commit 0aec1f8

Browse files
author
Milos Colic
authored
Merge pull request #391 from databrickslabs/releases/v_0.3.11
Releases/v 0.3.11
2 parents 5140769 + b397807 commit 0aec1f8

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.3.11
2+
- Update the CONTRIBUTING.md to follow the standard process.
3+
- Fix for issue 383: grid_pointascellid fails with a Java type error when run on an already instantiated point.
4+
- Bump maven-assembly-plugin from 3.5.0 to 3.6.0.
5+
- Fix the cluster side init script generation.
6+
- Fixed photon check for DBR warnings.
7+
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0.
8+
- Fix the bug described in issue 360: incomplete coverage from grid_geometrykring and grid_tessellate.
9+
- Add default value for script location path to init script.
10+
111
## v0.3.10
212
- Fixed k-ring logic for BNG grid close to the edge of the grid
313
- Fixed deprecated st_centroid2D expression

R/sparkR-mosaic/sparkrMosaic/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sparkrMosaic
22
Title: SparkR bindings for Databricks Mosaic
3-
Version: 0.3.10
3+
Version: 0.3.11
44
Authors@R:
55
person("Robert", "Whiffin", , "robert.whiffin@databricks.com", role = c("aut", "cre")
66
)

R/sparklyr-mosaic/sparklyrMosaic/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sparklyrMosaic
22
Title: sparklyr bindings for Databricks Mosaic
3-
Version: 0.3.10
3+
Version: 0.3.11
44
Authors@R:
55
person("Robert", "Whiffin", , "robert.whiffin@databricks.com", role = c("aut", "cre")
66
)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Stuart Lynn, Milos Colic, Erni Durdevic, Robert Whiffin, Timo Roest'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "v0.3.10"
25+
release = "v0.3.11"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<scala.version>2.12.10</scala.version>
289289
<scala.compat.version>2.12</scala.compat.version>
290290
<spark.version>3.3.2</spark.version>
291-
<mosaic.version>0.3.10</mosaic.version>
291+
<mosaic.version>0.3.11</mosaic.version>
292292
</properties>
293293
</profile>
294294
</profiles>

python/mosaic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .models import SpatialKNN
55
from .readers import read
66

7-
__version__ = "0.3.10"
7+
__version__ = "0.3.11"

0 commit comments

Comments
 (0)