Skip to content

Commit

Permalink
[DOCS] Update docs for releasing 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontinuation committed Jun 24, 2023
1 parent c28f016 commit 19c2f34
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/community/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Run the following script to build Javadoc and Scaladoc of sedona modules and mov
#!/bin/bash

mvn -q clean install -DskipTests
rm -rf docs/api/javadoc && mkdir docs/api/javadoc
mv core/target/apidocs docs/api/javadoc/core
mv viz/target/apidocs docs/api/javadoc/viz
mv sql/common/target/site/scaladocs docs/api/javadoc/sql
Expand Down
9 changes: 8 additions & 1 deletion docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Automatically generated binary JARs (per each Master branch commit): [GitHub Act

## Versions

### 1.4.1

| | Download from ASF | Checksum | Signature |
|:-----------------:|:--------:|:--------:|:---------:|
| Source code | [src](https://www.apache.org/dyn/closer.lua/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-src.tar.gz.asc) |
| Binary | [bin](https://www.apache.org/dyn/closer.lua/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz) | [sha512](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz.sha512) | [asc](https://downloads.apache.org/sedona/1.4.1/apache-sedona-1.4.1-bin.tar.gz.asc)

### 1.4.0

| | Download from ASF | Checksum | Signature |
Expand All @@ -34,4 +41,4 @@ Past Sedona releases are archived and can be found here: [Apache archive](https:

## Security

For security issues, please refer to https://www.apache.org/security/
For security issues, please refer to https://www.apache.org/security/
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 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
### 01/2023: Apache Sedona graduated to an Apache Top Level Project!
### 12/23/2022: Sedona 1.3.1-incubating is released. It adds native support of GeoParquet, DataFrame style API, Scala 2.13, Python 3.10, spatial aggregation on Flink. Please check Sedona release notes.
### 08/30/2022: Sedona 1.2.1-incubating is released. It supports Spark 2.4 - 3.3. and Flink 1.12+.
### 04/16/2022: Sedona 1.2.0-incubating is released. Sedona now supports geospatial stream processing in Apache Flink.
### 04/16/2022: Sedona 1.2.0-incubating is released. Sedona now supports geospatial stream processing in Apache Flink.
2 changes: 2 additions & 0 deletions docs/setup/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Sedona 1.4.1 is compiled against, Spark 3.3 / Spark 3.4 / Flink 1.12, Java 8.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/SEDONA-292'>SEDONA-292</a>] - Bridge Sedona Raster and Map Algebra operators
</li>
<li>[<a href='https://issues.apache.org/jira/browse/SEDONA-297'>SEDONA-297</a>] - Implement ST_NRings
</li>
<li>[<a href='https://issues.apache.org/jira/browse/SEDONA-302'>SEDONA-302</a>] - Implement ST_Translate
</li>
</ul>
Expand Down
8 changes: 8 additions & 0 deletions sql/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<configuration>
<doctitle>sedona-sql documentation</doctitle>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.scalatest</groupId>
Expand Down

0 comments on commit 19c2f34

Please sign in to comment.