You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/10/06 22:03:33 UTC

[incubator-sedona] branch master updated: Add the news

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 409ad0c  Add the news
409ad0c is described below

commit 409ad0cfe50a1031b012e239af92f96bb15c819d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Oct 6 14:59:08 2021 -0700

    Add the news
---
 docs/api/sql/Function.md | 4 ++--
 docs/index.md            | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index ccaa3d0..38dc1c2 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -619,7 +619,7 @@ Introduction: Returns list of geometries divided based of given maximum number o
 
 Format: `ST_SubDivide(geom: geometry, maxVertices: int)`
 
-Since: `v1.0.2`
+Since: `v1.1.0`
 
 Spark SQL example:
 ```SQL
@@ -672,7 +672,7 @@ Introduction: It works the same as ST_SubDivide but returns new rows with geomet
 
 Format: `ST_SubDivideExplode(geom: geometry, maxVertices: int)`
 
-Since: `v1.0.2`
+Since: `v1.1.0`
 
 Example: 
 
diff --git a/docs/index.md b/docs/index.md
index 1375ca9..3b689bf 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,3 +1,4 @@
+### 10/06/2021: Sedona 1.1.0-incubating is released. R lang API is available on CRAN. Raster data and map algebra SQL functions are now supported.
 ### 05/25/2021: Sedona 1.0.1-incubating is released. It supports Spark 2.3 - 3.1, Scala 2.11 - 2.12, Python 3.6 - 3.9.
 ### 05/18/2021: We invite you to provide feedback to improve Apache Sedona. See /Community/Feedback.
 ### 02/06/2021: Apache Sedona 1.0.0-incubating is released. It supports Spark 2.3 - 3.0, Scala 2.11 - 2.12, Java 1.8, Python 3.7 - 3.9.
\ No newline at end of file