Skip to content

Commit

Permalink
Updated version to 0.3.4 (databrickslabs#246)
Browse files Browse the repository at this point in the history
* Updated version to 0.3.4

* Updated changelog

* Reverted pom.xml dependencies
  • Loading branch information
edurdevic authored Nov 4, 2022
1 parent 4fe2970 commit 53680c6
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.4
- Implemented `st_simplify`
- Improved docs for R language bindings
- Improve the unit testing patterns
- Exported `to_json` on R bindings

## v0.3.3
- Implemented `st_union` and `st_union_agg`
- Fixed line tessellation traversal when the first point falls between two indexes
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.3'
release = "v0.3.4"


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

0 comments on commit 53680c6

Please sign in to comment.