Skip to content

Commit 40fe8e2

Browse files
committed
Update to release notes and developers list.
1 parent 5e12fbc commit 40fe8e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/src/main/tut/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 0.8.0
66

7+
* Added new tile functions `round`, `log`, `log10`, `log2`, `log1p`, `exp`, `exp10`, `exp2`, `expm1`, `resample`, `resample`.
78
* Introduced at the source level the concept of a `RasterSource` and `RasterRef`, enabling lazy/delayed read of sub-scene tiles.
89
* _Deprecation_: Tile column functions (in `RasterFunctions`) and SQL registered names have all been renamed to follow `snake_case` conventions, matching SQL and Python. A temporary compatibility shim is included so that code built against 0.7.1 and earlier still work. These will be marked as deprecated.
910
* Added `withKryoSerialization` extension methods on `SparkSession.Builder` and `SparkConf`.

project/ProjectPlugin.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ object ProjectPlugin extends AutoPlugin {
7474
name = "Ben Guseman",
7575
email = "[email protected]",
7676
url = url("http://www.astraea.io")
77+
),
78+
Developer(
79+
id = "vpipkt",
80+
name = "Jason Brown",
81+
email = "[email protected]",
82+
url = url("http://www.astraea.io")
7783
)
7884
),
7985
initialCommands in console :=

0 commit comments

Comments
 (0)