Skip to content

Commit

Permalink
Updated version to 0.3.0 (databrickslabs#213)
Browse files Browse the repository at this point in the history
* Updated changelog and version to 0.3.0

* Improved CHANGELOG.md
  • Loading branch information
edurdevic authored Sep 30, 2022
1 parent 1c6698a commit 5c2641c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.3.0
- Integration with H3 functions from Databricks runtime 11.2
- Refactored grid functions to reflect the naming convention of H3 functions from Databricks runtime
- `index_geometry` -> `grid_boundaryaswkb`
- `point_index_lonlat` -> `grid_longlatascellid`
- `polyfill` -> `grid_polyfill`
- `point_index_geom` -> `grid_pointascellid`
- `mosaicfill` -> `grid_tessellate`
- `mosaic_explode` -> `grid_tessellateexplode`
- Added links to the solution accelerators
- Refactored build actions
- Updated BNG grid output cell ID as string
- Typos and style fixes
- Improved Kepler visualisation integration
- Updated docs

## v0.2.1
- Added CodeQL scanner
- Added Ship-to-Ship transfer detection example
Expand Down
2 changes: 1 addition & 1 deletion R/sparkR-mosaic/sparkrMosaic/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sparkrMosaic
Title: SparkR bindings for Databricks Mosaic
Version: 0.2.2
Version: 0.3.0
Authors@R:
person("Robert", "Whiffin", , "[email protected]", role = c("aut", "cre")
)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1'
release = 'v0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
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.2.2-SNAPSHOT</version>
<version>0.3.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 MosaicLibraryHandler, MosaicContext, MosaicFrame
from .utils.display_handler import displayMosaic

__version__ = "0.2.2-SNAPSHOT"
__version__ = "0.3.0"

0 comments on commit 5c2641c

Please sign in to comment.