Releases: apache/sedona
Releases · apache/sedona
Apache Sedona 1.3.0-incubating
Binary download link: https://sedona.apache.org/download/
Release notes: https://sedona.apache.org/setup/release-notes/
Maven coordinate: https://sedona.apache.org/setup/maven-coordinates/
What's Changed
- [SEDONA-132] Move some functions to a common module by @Kimahriman in #647
- [SEDONA-140] Update Sedona Dependencies in R Package by @hersh-gupta in #661
- [SEDONA-139] Fix wrong argument order in Flink unit tests by @sekikn in #660
- [SEDONA-136] Enable testAsEWKT for Flink by @sekikn in #656
- [SEDONA-133] Allow user-defined schemas in Adapter.toDf() by @brianrice2 in #655
- [DOCS] Arrange items in the API reference in alphabetical order by @sekikn in #659
- [SEDONA-137] Fix ST_Buffer for Flink to work by @sekikn in #657
- [SEDONA-138] Fix ST_GeoHash for Flink to work by @sekikn in #658
- [SEDONA-143] Add missing unit tests for the Flink predicates by @sekikn in #663
- [SEDONA-144] Add ST_AsGeoJSON to the Flink API by @sekikn in #664
- [SEDONA-145] Fix ST_AsEWKT to reserve the Z coordinate by @sekikn in #665
- [SEDONA-146] Add missing output funtions to the Flink API by @sekikn in #666
- [SEDONA-147] Add SRID funtions to the Flink API by @sekikn in #667
- [DOCS] Document SQL functions not in the API reference by @sekikn in #670
- [SEDONA-149] Add Python 3.10 support by @sekikn in #669
- [SEDONA-148] Add boolean functions to the Flink API by @sekikn in #668
- [SEDONA-150] Drop Spark 2.4 and Scala 2.11 support by @jiayuasu in #671
- [SEDONA-94] GeoParquet Reader Writer by @ashar236 in #652
- [SEDONA-151] Add ST aggregators to Sedona Flink by @jiayuasu in #672
- [SEDONA-152] Add reader/writer functions for GML and KML by @sekikn in #673
- [SEDONA-154] Add measurement functions to the Flink API by @sekikn in #674
- [SEDONA-153] Add None guards to GeometryType by @douglasdennis in #675
- [DOCS] Fix the copyright issues by @jiayuasu in #676
- [SEDONA-157] Add coordinate accessors to the Flink API by @sekikn in #677
- [SEDONA-158] Fix wrong description about ST_GeometryN in the API docs by @sekikn in #678
- [SEDONA-159] Add Nth accessor functions to the Flink API by @sekikn in #679
- [SEDONA-160] Fix geoparquetIOTests.scala to cleanup after test by @sekikn in #680
- [SEDONA-161] Add ST_Boundary to the Flink API by @sekikn in #681
- [SEDONA-162] Add ST_Envelope to the Flink API by @sekikn in #682
- [SEDONA-163] Better handle of unsupported types in shapefile reader by @jiayuasu in #683
- [SEDONA-164] Add geometry count functions to the Flink API by @sekikn in #684
- [SEDONA-165] Upgrade Apache Rat to 0.14 by @sekikn in #685
- [DOCS] Fix Sedona website to be compliant with ASF requirement by @jiayuasu in #687
- [DOCS] Make the website compliant with the ASF requirement by @jiayuasu in #689
- [DOCS] remove DBI as a R dependency by @yitao-li in #690
- [SEDONA-168] Add ST_Normalize to Apache Sedona by @sekikn in #688
- [SEDONA-169] Fix ST_RemovePoint in accordance with the API document by @sekikn in #691
- [SEDONA-170] Add ST_AddPoint and ST_RemovePoint to the Flink API by @sekikn in #692
- [SEDONA-166] Support type-safe dataframe style API by @douglasdennis in #693
- [SEDONA-172] Add ST_LineFromMultiPoint Function to SEDONA SQL API by @AkshayGogeri in #695
- [SEDONA-171] Add ST_SetPoint to Apache Sedona by @sekikn in #694
- [SEDONA-176] Make ST_Contains conform with OGC standard, and add ST_Covers and ST_CoveredBy functions. by @Kontinuation in #698
- [SEDONA-125]Allows customized CRS in ST_Transform by @SW186000 in #686
- [SEDONA-177] Extend RDD API for RangeQuery JoinQuery to support spatial predicates other than coveredBy and intersects. by @Kontinuation in #700
- [SEDONA-178] Correctness issue in distance joins by @umartin in #701
- [SEDONA-181] Bump scalatest-maven-plugin to make it respect JAVA_HOME by @snuyanzin in #702
- [SEDONA-182] ST_AsText should not return SRID by @umartin in #703
- [SEDONA-183] Python version check fails when Sedona JAR is distributed by YARN by @willbowditch in #705
- [SEDONA-180] Make ST_* expressions foldable and declares input types for type checking by @Kontinuation in #704
- [SEDONA-188] Python warns about missing
jars
even when some are found by @willbowditch in #707 - [SEDONA-189] Prepare geometries in broadcast join by @tanelk in #708
- [SEDONA-186] Fix ordering of columns in results of queries like SELECT * A JOIN B by @Kontinuation in #706
- [SEDONA-190] Prepare Sedona for 1.3.0 release by @jiayuasu in #709
- [SEDONA-192] Null handling in predicates by @tanelk in #712
- [SEDONA-193] Regression in ST_AsBinary by @umartin in #713
- [DOCS] Further automate the release script by @jiayuasu in #715
- [SEDONA-195] Add wkt validation and an optional srid to ST_GeomFromWKT/ST_GeomFromText by @umartin in #714
New Contributors
- @hersh-gupta made their first contribution in #661
- @ashar236 made their first contribution in #652
- @snuyanzin made their first contribution in #702
- @willbowditch made their first contribution in #705
Full Changelog: sedona-1.2.1-incubating...sedona-1.3.0-incubating
Apache Sedona 1.2.1-incubating
Apache Sedona 1.2.0-incubating
Apache Sedona 1.1.1-incubating
1.1.0-incubating
Verify the integrity
1.1.0-incubating
Download from ASF | Checksum | Signature | |
---|---|---|---|
Source code | src | src.sha512 | src.asc |
Binary | bin | bin.sha512 | bin.asc |
Apache Sedona 1.0.1-incubating
Download from ASF mirrors
Checksum
Signature
Verify the integrity
Apache Sedona 1.0.0-incubating
1.3.2 for Spark 3.0 SNAPSHOT before importing to ASF
Merge the support of Spark 3.0 into the master branch (#471) * Added support for compiling with scala 2.12 and spark 3.0 (#437) * Added support for compiling with scala 2.12 and spark 3.0 * replace hard coded scala version with scala.compat.version in pom.xml * fix dependency issue with jackson.core version collision. * add back mistakenly removed provided scope from sernetcdf dependency * Add scope provided to hadoop-hdfs #445 (#446) * Update Spark 3.0 version Co-authored-by: Michael Brachmann <[email protected]> Co-authored-by: Matthias Baumann <[email protected]>
1.3.2 for Spark 2.3 and 2.4 SNAPSHOT before importing to ASF
1.3.2-spark-2.3-2.4 Fix the error in SQL Function doc
1.3.2 for Spark 2.2 SNAPSHOT before importing to ASF
1.3.2-spark-2.2 Fix the error in SQL Function doc