Skip to content

Commit

Permalink
Updated version to 0.3.1 and updated changelog (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic authored Oct 14, 2022
1 parent bbc5770 commit 75c1530
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.3.1
- Implemented `st_unaryunion` function
- Added BNG grid plotting to mosaic_kepler
- Added arbitrary CRS transformations to mosaic_kepler plotting
- Added documentation for BNG grid
- Bug fixes and improvements on the BNG grid implementation
- Typo fixes

## 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
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.0'
release = 'v0.3.1'


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

0 comments on commit 75c1530

Please sign in to comment.