File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 1.0.0] - 2019-07-09
17+
18+ ### Added
19+
1220- RELEASING.md - Instructions for releasing new versions of this project
1321- Support for semicolon-delimited tag values in UDFs, e.g. ` shop=bakery;dairy `
1422- Support for ` nds ` in augmented diff GeoJSON (matching
@@ -39,4 +47,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3947
4048- Mark all logger vals and some UDF vals as @transient lazy to avoid Spark serialization issues
4149- Properly strip leading and trailing slashes from S3 URIs when exporting vector tiles
42-
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ package.
3232The fastest way to get started with VectorPipe is to invoke ` spark-shell ` and
3333load the package jars from the Bintray repository:
3434``` bash
35- spark-shell --packages com.azavea:vectorpipe_2.11:1.0.0-RC3 --repositories http://dl.bintray.com/azavea/maven
35+ spark-shell --packages com.azavea:vectorpipe_2.11:1.0.0 --repositories http://dl.bintray.com/azavea/maven
3636```
3737
3838This will download the required components and set up a REPL with VectorPipe
@@ -181,4 +181,3 @@ lazy val mainRunner = project.in(file("mainRunner")).dependsOn(RootProject(file(
181181 )
182182)
183183```
184-
You can’t perform that action at this time.
0 commit comments