Skip to content

Commit 85f5a1b

Browse files
authored
Merge pull request #112 from jpolchlo/release/1.1.0
Release v1.1.0
2 parents a2da231 + acdb490 commit 85f5a1b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ package.
3232
The fastest way to get started with VectorPipe is to invoke `spark-shell` and
3333
load 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

3838
This will download the required components and set up a REPL with VectorPipe

0 commit comments

Comments
 (0)