This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.5.2 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 46db88a0a1a6f773ae4fd0ddf3427b6e442f5789 Author: John Bampton <[email protected]> AuthorDate: Tue Apr 30 18:04:35 2024 +1000 [DOCS] Update release notes (#1386) --- docs/setup/release-notes.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/setup/release-notes.md b/docs/setup/release-notes.md index 2674ab97b..f6b588a40 100644 --- a/docs/setup/release-notes.md +++ b/docs/setup/release-notes.md @@ -7,6 +7,14 @@ Sedona 1.5.2 is compiled against Spark 3.3 / Spark 3.4 / Spark 3.5, Flink 1.12, This release is a maintenance release that includes bug fixes and minor improvements. No new features or major changes are added in this release. +### New Contributors + +* @mpetazzoni made their first contribution in https://github.com/apache/sedona/pull/1216 +* @sebdiem made their first contribution in https://github.com/apache/sedona/pull/1217 +* @guilhem-dvr made their first contribution in https://github.com/apache/sedona/pull/1229 +* @niklas-petersen made their first contribution in https://github.com/apache/sedona/pull/1252 +* @mebrein made their first contribution in https://github.com/apache/sedona/pull/1334 + ### Bug <ul> @@ -100,8 +108,8 @@ This release is a maintenance release that includes bug fixes and minor improvem </li> </ul> -<h2> Task -</h2> +### Task + <ul> <li>[<a href='https://issues.apache.org/jira/browse/SEDONA-469'>SEDONA-469</a>] - Update Sedona docker and binder to use 1.5.1 </li> @@ -728,8 +736,8 @@ When `sedona.join.optimizationmode` is configured as `nonequi`, it won't optimiz </li> </ul> -<h2> Improvement -</h2> +### Improvement + <ul> <li>[<a href='https://issues.apache.org/jira/browse/SEDONA-205'>SEDONA-205</a>] - Use BinaryType in GeometryUDT in Sedona Spark </li> @@ -765,7 +773,7 @@ When `sedona.join.optimizationmode` is configured as `nonequi`, it won't optimiz ## Sedona 1.3.1 -This version is a minor release on Sedoma 1.3.0 line. It fixes a few critical bugs in 1.3.0. We suggest all 1.3.0 users to migrate to this version. +This version is a minor release on Sedona 1.3.0 line. It fixes a few critical bugs in 1.3.0. We suggest all 1.3.0 users to migrate to this version. ### Bug fixes @@ -811,7 +819,6 @@ This version is a major release on Sedona 1.3.0 line and consists of 50 PRs. It * `ST_Transform(geom, "srcWktString", "tgtWktString")` ```yaml - GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, @@ -822,7 +829,6 @@ GEOGCS["WGS 84", UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]] - ``` ### Bug fixes
