From 2330e2a8a6a7cfee86f28c918857d270c5052eee Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Sun, 28 Apr 2024 21:20:44 -0700 Subject: [PATCH 1/4] 1.5.2 post release doc --- docs/index.md | 4 ++-- docs/setup/maven-coordinates.md | 2 +- mkdocs.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 830de4ef3b..376ce68bdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ +### 05/02/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! ### 10/12/2023: Sedona 1.5.0 released. It adds comprehensive raster data ETL and analytics, native support of Uber H3 functions, and SedonaKepler / SedonaPyDeck for interactive map visualization ### 06/25/2023: Sedona 1.4.1 released. It adds geodesic / geography functions, more raster functions and support Spark 3.4. - -### 03/19/2023: Sedona 1.4.0 released. It provides GeoParquet filter pushdown (10X less memory footprint), faster serialization (3X speed), S2-based fast approximate join and enhanced R language support diff --git a/docs/setup/maven-coordinates.md b/docs/setup/maven-coordinates.md index bbffa9383f..e9743a2954 100644 --- a/docs/setup/maven-coordinates.md +++ b/docs/setup/maven-coordinates.md @@ -156,7 +156,7 @@ The optional GeoTools library is required if you want to use CRS transformation, This is required only if you want to read HDF/NetCDF files using `RS_FromNetCDF`. Note that this JAR is not in Maven Central so you will need to add this repository to your pom.xml or build.sbt, or specify the URL in Spark Config `spark.jars.repositories` or spark-submit `--repositories` option. !!!warning - Due to a bug in Sedona 1.5.1, the jar becomes a required dependency. You will need to specify the URL of the repository. + This jar was a required dependency due to a bug in Sedona 1.5.1. You will need to specify the URL of the repository in `spark.jars.repositories` if use 1.5.1. This has been fixed in Sedona 1.5.2 and later. Under BSD 3-clause (compatible with Apache 2.0 license) diff --git a/mkdocs.yml b/mkdocs.yml index 3e3408c3fc..78d8d7bf12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -158,8 +158,8 @@ extra: - icon: fontawesome/brands/discord link: 'https://share.hsforms.com/1Ndql_ZigTdmLlVQc_d1o4gqga4q' sedona: - current_version: 1.5.1 - current_geotools: 1.5.1-28.2 + current_version: 1.5.2 + current_geotools: 1.5.2-28.2 sedona_create_release: current_version: 1.5.1 current_git_tag: sedona-1.5.1-rc1 From 2a1325c592b3d1ca2b631840603f64db91002fe4 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Sun, 28 Apr 2024 21:47:02 -0700 Subject: [PATCH 2/4] Update download page --- docs/download.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/download.md b/docs/download.md index 2e61bef0e2..12975d0bd9 100644 --- a/docs/download.md +++ b/docs/download.md @@ -14,19 +14,12 @@ Automatically generated binary JARs (per each Master branch commit): [GitHub Act ## Versions -### 1.5.1 +### 1.5.2 | | Download from ASF | Checksum | Signature | |:-----------------:|:----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------:| -| Source code | [src](https://www.apache.org/dyn/closer.lua/sedona/1.5.1/apache-sedona-1.5.1-src.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.1/apache-sedona-1.5.1-src.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.1/apache-sedona-1.5.1-src.tar.gz.asc) | -| Binary | [bin](https://www.apache.org/dyn/closer.lua/sedona/1.5.1/apache-sedona-1.5.1-bin.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.1/apache-sedona-1.5.1-bin.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.1/apache-sedona-1.5.1-bin.tar.gz.asc) - -### 1.5.0 - -| | Download from ASF | Checksum | Signature | -|:-----------------:|:--------:|:--------:|:---------:| -| Source code | [src](https://www.apache.org/dyn/closer.lua/sedona/1.5.0/apache-sedona-1.5.0-src.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.0/apache-sedona-1.5.0-src.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.0/apache-sedona-1.5.0-src.tar.gz.asc) | -| Binary | [bin](https://www.apache.org/dyn/closer.lua/sedona/1.5.0/apache-sedona-1.5.0-bin.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.0/apache-sedona-1.5.0-bin.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.0/apache-sedona-1.5.0-bin.tar.gz.asc) +| Source code | [src](https://www.apache.org/dyn/closer.lua/sedona/1.5.2/apache-sedona-1.5.2-src.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.2/apache-sedona-1.5.2-src.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.2/apache-sedona-1.5.2-src.tar.gz.asc) | +| Binary | [bin](https://www.apache.org/dyn/closer.lua/sedona/1.5.2/apache-sedona-1.5.2-bin.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.5.2/apache-sedona-1.5.2-bin.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.5.2/apache-sedona-1.5.2-bin.tar.gz.asc) ### 1.4.1 From bb8e0c23c32b753a4bb46ab0db989de3e32cdb74 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Tue, 30 Apr 2024 09:39:11 -0700 Subject: [PATCH 3/4] Update docs/setup/maven-coordinates.md Co-authored-by: John Bampton --- docs/setup/maven-coordinates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/maven-coordinates.md b/docs/setup/maven-coordinates.md index e9743a2954..a6b92d2956 100644 --- a/docs/setup/maven-coordinates.md +++ b/docs/setup/maven-coordinates.md @@ -156,7 +156,7 @@ The optional GeoTools library is required if you want to use CRS transformation, This is required only if you want to read HDF/NetCDF files using `RS_FromNetCDF`. Note that this JAR is not in Maven Central so you will need to add this repository to your pom.xml or build.sbt, or specify the URL in Spark Config `spark.jars.repositories` or spark-submit `--repositories` option. !!!warning - This jar was a required dependency due to a bug in Sedona 1.5.1. You will need to specify the URL of the repository in `spark.jars.repositories` if use 1.5.1. This has been fixed in Sedona 1.5.2 and later. + This jar was a required dependency due to a bug in Sedona 1.5.1. You will need to specify the URL of the repository in `spark.jars.repositories` if you use 1.5.1. This has been fixed in Sedona 1.5.2 and later. Under BSD 3-clause (compatible with Apache 2.0 license) From a683b607a672379fced1a3bbbc15531503b03000 Mon Sep 17 00:00:00 2001 From: Jia Yu Date: Tue, 7 May 2024 12:55:19 -0700 Subject: [PATCH 4/4] Update the release date --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 376ce68bdd..c3e12059f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -### 05/02/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. +### 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!