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 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"