File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16+ ## [ 1.1.0] - 2019-09-26
17+
18+ ### Added
19+
20+ - ` useCaching ` option to VectorPipe.Options allows for persisting to disk.
21+ Helps avoid repeated computations.
22+ - Functions for converting sequence numbers to timestamps and back for both
23+ changeset replications and augmented diff replications. See ` ChangesetSource `
24+ and ` AugmentedDiffSource ` in ` vectorpipe.sources ` .
25+
26+ ### Changed
27+
28+ - Improved empty geometry handling in UDFs
29+
30+ ### Fixed
31+
1632## [ 1.0.0] - 2019-07-09
1733
1834### Added
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 --repositories http://dl.bintray.com/azavea/maven
35+ spark-shell --packages com.azavea:vectorpipe_2.11:1.1 .0 --repositories http://dl.bintray.com/azavea/maven
3636```
3737
3838This will download the required components and set up a REPL with VectorPipe
You can’t perform that action at this time.
0 commit comments