Skip to content

Commit

Permalink
Merge pull request #109 from databrickslabs/releases/v_0_1
Browse files Browse the repository at this point in the history
v0.1.0 release
  • Loading branch information
milos-colic committed Apr 29, 2022
2 parents 5e29ae3 + b120670 commit be68ce0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.databricks.labs</groupId>
<artifactId>mosaic</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion python/mosaic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .core import *
from .utils.display_handler import displayMosaic

__version__ = "0.1.0-SNAPSHOT"
__version__ = "0.1.0"

0 comments on commit be68ce0

Please sign in to comment.