From 4a0c578596fb4ef7f9f823510e09e3b48fc2637d Mon Sep 17 00:00:00 2001 From: "milos.colic" Date: Fri, 29 Apr 2022 09:43:28 +0100 Subject: [PATCH 1/2] Remove SNAPSHOT and generate 0.1.0 release version. --- CHANGELOG.md | 15 +++++++++++++++ pom.xml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..7c62d297d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## v0.1.0 +- Add indexing support for h3 +- Add Mosaic logic +- Move to spark 3.2 +- Add documentation +- Add python bindings +- Add scalastyle template +- Add support for many st_ expressions +- Add support for Esri Geometries +- Add support of GeoJSON +- Add type checks in Catalyst +- Add Geometry validity expressions +- Create WKT, WKB and Hex conversion expressions +- Setup the project +- Define GitHub templates \ No newline at end of file diff --git a/pom.xml b/pom.xml index c267cd79b..42cc39d5d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.databricks.labs mosaic - 0.1.0-SNAPSHOT + 0.1.0 1.8 From b12067058a68aa4aabbbf7546d0993bf22151dd2 Mon Sep 17 00:00:00 2001 From: milos-colic <75583254+milos-colic@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:38:52 +0100 Subject: [PATCH 2/2] Update python/mosaic/__init__ Remove SNAPSHOT. --- python/mosaic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mosaic/__init__.py b/python/mosaic/__init__.py index f6af602d7..c3582bbce 100644 --- a/python/mosaic/__init__.py +++ b/python/mosaic/__init__.py @@ -2,4 +2,4 @@ from .core import * from .utils.display_handler import displayMosaic -__version__ = "0.1.0-SNAPSHOT" +__version__ = "0.1.0"