Skip to content

Commit

Permalink
Releases/v 0.3.3 (#235)
Browse files Browse the repository at this point in the history
* Updated version to 0.3.3
  • Loading branch information
edurdevic authored Oct 25, 2022
1 parent 5cfdef6 commit 4c78875
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.3
- Implemented `st_union` and `st_union_agg`
- Fixed line tessellation traversal when the first point falls between two indexes
- Added sparklyR bindings
- Added BNG grid notebook example

## v0.3.2
- Fixed bug in `mosaic_kepler` plot for H3

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.3.2'
release = 'v0.3.3'


# -- 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.3.3-SNAPSHOT</version>
<version>0.3.3</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.3.3-SNAPSHOT"
__version__ = "0.3.3"

0 comments on commit 4c78875

Please sign in to comment.