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 6dd09113 [DOCS] Prepare 1.3.1 release notes
6dd09113 is described below
commit 6dd09113187f687d9dbe30de7a7ea96a09046685
Author: Jia Yu <[email protected]>
AuthorDate: Mon Dec 12 00:30:56 2022 -0800
[DOCS] Prepare 1.3.1 release notes
---
docs/setup/platform.md | 12 ++++++------
docs/setup/release-notes.md | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 6 deletions(-)
diff --git a/docs/setup/platform.md b/docs/setup/platform.md
index 7edf920e..bd54e8af 100644
--- a/docs/setup/platform.md
+++ b/docs/setup/platform.md
@@ -1,21 +1,21 @@
Sedona binary releases are compiled by Java 1.8 and Scala 2.11/2.12 and tested
in the following environments:
!!!warning
- Support of Spark 2.X and Scala 2.11 will be removed in Sedona 1.3.0+
although some parts of the source code might still be compatible. Sedona 1.3.0+
will release binary for both Scala 2.12 and 2.13.
+ Support of Spark 2.X and Scala 2.11 was removed in Sedona 1.3.0+
although some parts of the source code might still be compatible. Sedona 1.3.0+
release binary for both Scala 2.12 and 2.13.
=== "Sedona Scala/Java"
| | Spark 2.4 | Spark 3.0 | Spark 3.1 | Spark 3.2| Spark
3.3|
|:-----------:|
:---------:|:---------:|:---------:|:---------:|:---------:|
- | Scala 2.11 | ✅ | not tested | not tested | not tested |not
tested |
- | Scala 2.12 | ✅ | ✅ | ✅ | ✅ |✅ |
- | Scala 2.13 | not tested | not tested | not tested | ✅ but no
release|✅ but no release|
+ | Scala 2.11 | not tested | not tested | not tested | not tested
|not tested |
+ | Scala 2.12 | not tested | ✅ | ✅ | ✅ |✅ |
+ | Scala 2.13 | not tested | not tested | not tested | not tested|✅ |
=== "Sedona Python"
| | Spark 2.4 (Scala 2.11) | Spark 3.0 (Scala 2.12)|Spark
3.1 (Scala 2.12)| Spark 3.2 (Scala 2.12)| Spark 3.3 (Scala 2.12)|
|:-----------:|:---------:|:---------:|:---------:|:---------:|:---------:|
- | Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ |
+ | Python 3.7 | not tested | ✅ | ✅ | ✅ | ✅ |
| Python 3.8 | not tested | not tested |not tested |not tested |
✅ |
| Python 3.9 | not tested | not tested |not tested |not tested |
✅ |
| Python 3.10 | not tested | not tested |not tested |not tested |
✅ |
@@ -24,6 +24,6 @@ Sedona binary releases are compiled by Java 1.8 and Scala
2.11/2.12 and tested i
| | Spark 2.4 | Spark 3.0 | Spark 3.1 | Spark 3.2 | Spark
3.3 |
|:-----------:|
:---------:|:---------:|:---------:|:---------:|:---------:|
- | Scala 2.11 | ✅ | not tested | not tested | not tested | not
tested |
+ | Scala 2.11 | not tested | not tested | not tested | not tested
| not tested |
| Scala 2.12 | not tested | ✅ | ✅ | ✅ | ✅ | ✅ |
diff --git a/docs/setup/release-notes.md b/docs/setup/release-notes.md
index ba2828b7..55bee98e 100644
--- a/docs/setup/release-notes.md
+++ b/docs/setup/release-notes.md
@@ -1,6 +1,32 @@
!!!warning
Support of Spark 2.X and Scala 2.11 was removed in Sedona 1.3.0+
although some parts of the source code might still be compatible. Sedona 1.3.0+
releases binary for both Scala 2.12 and 2.13.
+## 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.
+
+### Bug fixes
+
+* [SEDONA-204](https://issues.apache.org/jira/browse/SEDONA-204) - Init value
in X/Y/Z max should be -Double.MAX
+* [SEDONA-206](https://issues.apache.org/jira/browse/SEDONA-206) - Performance
regression of ST_Transform in 1.3.0-incubating
+* [SEDONA-210](https://issues.apache.org/jira/browse/SEDONA-210) -
1.3.0-incubating doesn't work with Scala 2.12 sbt projects
+* [SEDONA-211](https://issues.apache.org/jira/browse/SEDONA-211) - Enforce
release managers to use JDK 8
+* [SEDONA-201](https://issues.apache.org/jira/browse/SEDONA-201) - Implement
ST_MLineFromText and ST_MPolyFromText methods
+
+
+### New Feature
+
+* [SEDONA-196](https://issues.apache.org/jira/browse/SEDONA-196) - Add
ST_Force3D to Sedona
+* [SEDONA-197](https://issues.apache.org/jira/browse/SEDONA-197) - Add
ST_ZMin, ST_ZMax to Sedona
+* [SEDONA-199](https://issues.apache.org/jira/browse/SEDONA-199) - Add
ST_NDims to Sedona
+
+
+### Improvement
+
+* [SEDONA-194](https://issues.apache.org/jira/browse/SEDONA-194) - Merge
org.datasyslab.sernetcdf into Sedona
+* [SEDONA-208](https://issues.apache.org/jira/browse/SEDONA-208) - Use Spark
RuntimeConfig in SedonaConf
+
+
## Sedona 1.3.0
This version is a major release on Sedona 1.3.0 line and consists of 50 PRs.
It includes many new functions, optimization and bug fixes.