This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 5a72bced1 [DOCS] Add 1.5.3 release notes (#1406)
5a72bced1 is described below
commit 5a72bced161043020ffc5fac1f5e7751134b2a26
Author: Jia Yu <[email protected]>
AuthorDate: Wed May 8 21:37:38 2024 -0700
[DOCS] Add 1.5.3 release notes (#1406)
* Update release notes
* Update again
---
docs/setup/release-notes.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/docs/setup/release-notes.md b/docs/setup/release-notes.md
index e5ed6d889..84a645b70 100644
--- a/docs/setup/release-notes.md
+++ b/docs/setup/release-notes.md
@@ -1,6 +1,21 @@
!!! note
Sedona Python currently only works with Shapely 1.x. If you use
GeoPandas, please use <= GeoPandas `0.11.1`. GeoPandas > 0.11.1 will
automatically install Shapely 2.0. If you use Shapely, please use <= `1.8.4`.
+## Sedona 1.5.3
+
+Sedona 1.5.3 is compiled against Spark 3.3 / Spark 3.4 / Spark 3.5, Flink
1.12, Snowflake 7+, Java 8.
+
+This release is a maintenance release that includes one bug fix on top of
Sedona 1.5.2. No new features or major changes are added in this release.
+
+### Bug
+
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/SEDONA-556'>SEDONA-556</a>] -
Hidden requirement for geopandas in apache-sedona 1.5.2
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/SEDONA-555'>SEDONA-555</a>] -
Snowflake Native App should not always create a new role
+</li>
+</ul>
+
## Sedona 1.5.2
Sedona 1.5.2 is compiled against Spark 3.3 / Spark 3.4 / Spark 3.5, Flink
1.12, Snowflake 7+, Java 8.