This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch branch-1.7.0
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/branch-1.7.0 by this push:
new 3db7674901 [DOCS] Add 1.7.0 release news (#1710)
3db7674901 is described below
commit 3db76749015f643f6cce98d45f01495af5182cb4
Author: Jia Yu <[email protected]>
AuthorDate: Mon Dec 2 23:13:42 2024 -0800
[DOCS] Add 1.7.0 release news (#1710)
---
docs/download.md | 14 +++++++-------
docs/index.md | 4 ++--
docs/setup/release-notes.md | 1 +
mkdocs.yml | 6 +++---
4 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/docs/download.md b/docs/download.md
index 179c684e6a..7c1d9abc0e 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -14,6 +14,13 @@ Automatically generated binary JARs (per each Master branch
commit): [GitHub Act
## Versions
+### 1.7.0
+
+| | Download from ASF
| Checksum
| Signature
|
+|:-----------------:|:----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------:|
+| Source code |
[src](https://www.apache.org/dyn/closer.lua/sedona/1.7.0/apache-sedona-1.7.0-src.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.7.0/apache-sedona-1.7.0-src.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.7.0/apache-sedona-1.7.0-src.tar.gz.asc)
|
+| Binary |
[bin](https://www.apache.org/dyn/closer.lua/sedona/1.7.0/apache-sedona-1.7.0-bin.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.7.0/apache-sedona-1.7.0-bin.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.7.0/apache-sedona-1.7.0-bin.tar.gz.asc)
|
+
### 1.6.1
| | Download from ASF
| Checksum
| Signature
|
@@ -28,13 +35,6 @@ Automatically generated binary JARs (per each Master branch
commit): [GitHub Act
| Source code |
[src](https://www.apache.org/dyn/closer.lua/sedona/1.5.3/apache-sedona-1.5.3-src.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.5.3/apache-sedona-1.5.3-src.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.5.3/apache-sedona-1.5.3-src.tar.gz.asc)
|
| Binary |
[bin](https://www.apache.org/dyn/closer.lua/sedona/1.5.3/apache-sedona-1.5.3-bin.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.5.3/apache-sedona-1.5.3-bin.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.5.3/apache-sedona-1.5.3-bin.tar.gz.asc)
|
-### 1.4.1
-
-| | Download from ASF | Checksum | Signature |
-|:-----------------:|:--------:|:--------:|:---------:|
-| Source code |
[src](https://www.apache.org/dyn/closer.lua/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz.asc)
|
-| Binary |
[bin](https://www.apache.org/dyn/closer.lua/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz)
|
[sha512](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz.sha512)
|
[asc](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz.asc)
|
-
### Past releases
Past Sedona releases are archived and can be found here: [Apache
archive](https://archive.apache.org/dist/sedona/) (on and after
1.2.1-incubating).
diff --git a/docs/index.md b/docs/index.md
index f56ddff316..44b56c02d4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,7 @@
+### 12/02/2024: Sedona 1.7.0 released. It introduces a new join type named KNN
Join, a new statistics module called GeoStats, DataFrame based readers for
Shapefiles and GeoPackage, and many new ST functions.
+
### 08/24/2024: Sedona 1.6.1 released. It adds a native DataFrame based
GeoJSON reader and writer, 48 new ST functions, GeoParquet 1.1.0 covering
column, and improves the error handling of ST functions.
### 05/17/2024: Sedona 1.6.0 released. It provides enhanced support for
geography type, RasterIO and NumPy UDF on raster type, Shapely 2.0 UDF on
geometry type, and many more!
### 05/07/2024: Sedona 1.5.2 released. This is a maintenance release that only
includes bug fixes and minor improvements. We strongly recommend 1.5.X users to
upgrade to 1.5.2.
-
-### 01/17/2024: Sedona 1.5.1 released. It adds Spark 3.5 support, Snowflake
support, and many more raster and vector functions!
diff --git a/docs/setup/release-notes.md b/docs/setup/release-notes.md
index 6a246d143c..1bf7f76584 100644
--- a/docs/setup/release-notes.md
+++ b/docs/setup/release-notes.md
@@ -11,6 +11,7 @@ This release is a major release that includes new features,
improvements, bug fi
* @MohammadLotfiA made their first contribution in
https://github.com/apache/sedona/pull/1659
* @golfalot made their first contribution in
https://github.com/apache/sedona/pull/1673
* @AmirTallap made their first contribution in
https://github.com/apache/sedona/pull/1675
+* @freamdx made their first contribution in
https://github.com/apache/sedona/pull/1704
### Highlights
diff --git a/mkdocs.yml b/mkdocs.yml
index 20ddbf801f..f04833ee88 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -182,13 +182,13 @@ extra:
- icon: fontawesome/brands/discord
link: 'https://share.hsforms.com/1Ndql_ZigTdmLlVQc_d1o4gqga4q'
sedona:
- current_version: 1.6.1
- current_geotools: 1.6.1-28.2
+ current_version: 1.7.0
+ current_geotools: 1.7.0-28.5
sedona_create_release:
current_version: 1.7.0
current_git_tag: sedona-1.7.0-rc1
current_rc: 1.7.0-rc1
- current_snapshot: 1.7.0-SNAPSHOT
+ current_snapshot: 1.7.1-SNAPSHOT
next_version: 1.7.1
copyright: Copyright © 2024 The Apache Software Foundation. Apache Sedona,
Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are
either registered trademarks or trademarks of The Apache Software Foundation in
the United States and other countries. All other marks mentioned may be
trademarks or registered trademarks of their respective owners. Please visit <a
href="https://www.apache.org/">Apache Software Foundation</a> for more
details.<img referrerpolicy="no-re [...]