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/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 55833193 [DOCS] Upgrade Python, R, Zeppelin versions to 1.4.0
55833193 is described below
commit 5583319385ca6f95c4041615f570a09a8495d836
Author: Jia Yu <[email protected]>
AuthorDate: Wed Mar 15 21:04:34 2023 -0700
[DOCS] Upgrade Python, R, Zeppelin versions to 1.4.0
---
R/DESCRIPTION | 2 +-
R/R/dependencies.R | 4 ++--
python/sedona/version.py | 2 +-
zeppelin/package.json | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index 54a3752f..f75b659b 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: apache.sedona
Title: R Interface for Apache Sedona
-Version: 1.3.1.9000
+Version: 1.4.0
Authors@R:
c(person(family = "Apache Sedona",
role = c("aut", "cre"),
diff --git a/R/R/dependencies.R b/R/R/dependencies.R
index 7916cd78..dcd76cff 100644
--- a/R/R/dependencies.R
+++ b/R/R/dependencies.R
@@ -38,8 +38,8 @@ spark_dependencies <- function(spark_version, scala_version,
...) {
packages <- c(
paste0(
"org.apache.sedona:sedona-",
- c("core", "sql", "viz"),
- sprintf("-%s_%s:1.3.1-incubating", spark_version, scala_version)
+ c("spark-shaded", "viz"),
+ sprintf("-%s_%s:1.4.0", spark_version, scala_version)
),
packages
)
diff --git a/python/sedona/version.py b/python/sedona/version.py
index fe079713..da2562be 100644
--- a/python/sedona/version.py
+++ b/python/sedona/version.py
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-version = "1.3.1"
+version = "1.4.0"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index ce7e7ace..4e4c09a4 100644
--- a/zeppelin/package.json
+++ b/zeppelin/package.json
@@ -2,7 +2,7 @@
"name": "apache-sedona",
"description": "Zeppelin visualization support for Sedona",
"author": "Apache Sedona, original authors are listed on
https://github.com/myuwono/zeppelin-leaflet",
- "version": "1.3.1-incubating",
+ "version": "1.4.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",