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 ced494b [DOCS] Prepare releases notes for the 1.1.1 release
ced494b is described below
commit ced494b9d4a6799e0d223c14df5ac8293ea76b7a
Author: Jia Yu <[email protected]>
AuthorDate: Sat Nov 13 21:41:23 2021 -0800
[DOCS] Prepare releases notes for the 1.1.1 release
---
docs/api/sql/Constructor.md | 2 +-
docs/api/sql/Function.md | 10 +++++-----
docs/download/databricks.md | 1 +
docs/download/release-notes.md | 24 ++++++++++++++++++++++++
mkdocs.yml | 10 +++++-----
5 files changed, 36 insertions(+), 11 deletions(-)
diff --git a/docs/api/sql/Constructor.md b/docs/api/sql/Constructor.md
index 569b4e3..a0faeb3 100644
--- a/docs/api/sql/Constructor.md
+++ b/docs/api/sql/Constructor.md
@@ -192,7 +192,7 @@ Introduction: Create Geometry from geohash string and
optional precision
Format: `ST_GeomFromGeoHash(geohash: string, precision: int)`
-Since: `v1.1.0`
+Since: `v1.1.1`
Spark SQL example:
```SQL
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index f191091..102d308 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -249,7 +249,7 @@ Introduction: Return the Well-Known Binary representation
of a geometry
Format: `ST_AsBinary (A:geometry)`
-Since: `v1.2.0`
+Since: `v1.1.1`
Spark SQL example:
```SQL
@@ -267,7 +267,7 @@ If the geometry is lacking SRID a WKB format is produced.
Format: `ST_AsEWKB (A:geometry)`
-Since: `v1.2.0`
+Since: `v1.1.1`
Spark SQL example:
```SQL
@@ -281,7 +281,7 @@ Introduction: Return the spatial refence system identifier
(SRID) of the geometr
Format: `ST_SRID (A:geometry)`
-Since: `v1.2.0`
+Since: `v1.1.1`
Spark SQL example:
```SQL
@@ -295,7 +295,7 @@ Introduction: Sets the spatial refence system identifier
(SRID) of the geometry.
Format: `ST_SetSRID (A:geometry, srid: Integer)`
-Since: `v1.2.0`
+Since: `v1.1.1`
Spark SQL example:
```SQL
@@ -825,7 +825,7 @@ Introduction: Returns GeoHash of the geometry with given
precision
Format: `ST_GeoHash(geom: geometry, precision: int)`
-Since: `v1.1.0`
+Since: `v1.1.1`
Example:
diff --git a/docs/download/databricks.md b/docs/download/databricks.md
index c97a577..3164d11 100644
--- a/docs/download/databricks.md
+++ b/docs/download/databricks.md
@@ -12,6 +12,7 @@ If you are using the commercial version of Databricks up to
version 7.x you can
### Databricks DBR 8.x, 9.x, 10.x
If you are using the commercial version of Databricks for DBR 8.x+
+
* You need to use sedona version `1.1.1-incubating` or higher.
* In order to activate the Kryo serializer (this speeds up the serialization
and deserialization of geometry types) you need to install the libraries via
init script as described below.
diff --git a/docs/download/release-notes.md b/docs/download/release-notes.md
index e8412db..e06bfa4 100644
--- a/docs/download/release-notes.md
+++ b/docs/download/release-notes.md
@@ -1,3 +1,27 @@
+## Sedona 1.1.1
+
+This version is a maintenance release on Sedona 1.1.X line. It includes bug
fixes and a few new functions.
+
+### Global
+
+New feature:
+
+* [SEDONA-73](https://issues.apache.org/jira/browse/SEDONA-73): Scala source
code supports Scala 2.13
+
+### SQL
+
+Bug fix:
+
+* [SEDONA-67](https://issues.apache.org/jira/browse/SEDONA-67): Support Spark
3.2
+
+New features:
+
+* [SEDONA-43](https://issues.apache.org/jira/browse/SEDONA-43): Add ST_GeoHash
and ST_GeomFromGeoHash
+* [SEDONA-45](https://issues.apache.org/jira/browse/SEDONA-45): Add
ST_MakePolygon
+* [SEDONA-71](https://issues.apache.org/jira/browse/SEDONA-71): Add
ST_AsBinary, ST_AsEWKB, ST_SRID, ST_SetSRID
+
+
+
## Sedona 1.1.0
This version is a major release on Sedona 1.1.0 line. It includes bug fixes
and new features: R language API, Raster data and Map algebra support
diff --git a/mkdocs.yml b/mkdocs.yml
index 16d92fe..9022789 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -137,11 +137,11 @@ extra:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ApacheSedona'
sedona:
- current_version: 1.1.0-incubating
- current_git_tag: sedona-1.1.0-incubating-rc1
- current_rc: 1.1.0-incubating-rc1
- current_snapshot: 1.1.1-incubating-SNAPSHOT
- next_version: 1.1.1-incubating
+ current_version: 1.1.1-incubating
+ current_git_tag: sedona-1.1.1-incubating-rc1
+ current_rc: 1.1.1-incubating-rc1
+ current_snapshot: 1.2.0-incubating-SNAPSHOT
+ next_version: 1.2.0-incubating
current_geotools: 1.1.0-25.2
copyright: Apache Sedona, Apache Incubator, Apache, the Apache feather logo,
and the Apache Incubator project logo are trademarks or registered trademarks
of The Apache Software Foundation. Copyright © 2021 The Apache Software
Foundation
markdown_extensions: