This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/github-dependencies-6bde44746a
in repository https://gitbox.apache.org/repos/asf/sedona.git
discard a98d2f063d build(deps): bump the github-dependencies group across 1
directory with 10 updates
add 842dfe7aed [GH-2465] Log4j Class Initialization Deadlock in
SedonaKryoRegistrator Class. Closes issue #2465 (#2467)
add 9642ff3d2d [GH-2470] Fix ST_Envelope behavior to return input geom for
empty geom cases (#2471)
add 194d4536f6 [GH-2137] bug: Make ST_LineMerge return merged lines
instead of original when there are more than one (#2469)
add 0b061e3b15 [DOCS] Add Peter Nguyen as Committer (#2477)
add 362356b6b9 Replace assert_series_equal with check_pd_series_equal in
geopandas t… (#2421)
add 762d6f8500 [GH-2476] Implement convex_hull (#2484)
add 8de70083cc [GH-2485] Implement minimum_bounding_circle (#2488)
add fc61ed2f03 [GH-2482] Geopandas: Implement intersection_all (#2486)
add d1aed8531a [SEDONA-748] Fix issue with no optimization for weighting
function (#2490)
add 807137225b [GH-2491] Implement force_2d (#2493)
add 5edc5c5b0d [GH-2496] Fix failed docs build (#2497)
add 46a8432367 [GH-2472] Fix compatibility issue with DBR 17.3 LTS (#2499)
add 063486aa93 [DOCS] update blog author images (#2501)
add c8f8eb3f04 Implement minimum_bounding_radius (#2502)
add ab73e829ed [GH-2389] replace `GeometryType()` with `ST_GeometryType()`
(#2416)
add e65c67fed1 [GH-2506] Fix segmentize array-like input and support lists
as 'array-like' (#2507)
add 4bc6f30944 [GH-2441] Fix failed example project build (#2498)
add 133c704851 build(deps): bump the github-dependencies group across 1
directory with 10 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a98d2f063d)
\
N -- N -- N
refs/heads/dependabot/github_actions/github-dependencies-6bde44746a (133c704851)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/example.yml | 48 ++-
.github/workflows/python-wheel.yml | 2 +-
R/_pkgdown.yml | 1 +
R/vignettes/articles/apache-sedona.Rmd | 2 +-
.../java/org/apache/sedona/common/Functions.java | 7 +-
docs/api/flink/Function.md | 4 +-
docs/api/snowflake/vector-data/Function.md | 4 +-
docs/api/sql/Function.md | 4 +-
docs/assets/authors/dewey.jpeg | Bin 0 -> 32775 bytes
docs/assets/authors/feng.jpeg | Bin 0 -> 20216 bytes
docs/assets/authors/forrest.jpeg | Bin 0 -> 10923 bytes
docs/assets/authors/james.jpeg | Bin 0 -> 22496 bytes
docs/assets/authors/jess.jpeg | Bin 0 -> 18945 bytes
docs/assets/authors/jia.jpeg | Bin 0 -> 27659 bytes
docs/assets/authors/kelly.jpeg | Bin 0 -> 16899 bytes
docs/assets/authors/kristin.jpeg | Bin 0 -> 45126 bytes
docs/assets/authors/peter.jpeg | Bin 0 -> 38955 bytes
docs/assets/authors/powers.jpeg | Bin 0 -> 9127 bytes
docs/assets/authors/pranav.jpeg | Bin 0 -> 25221 bytes
docs/blog/.authors.yml | 22 +-
docs/community/contributor.md | 1 +
examples/flink-sql/pom.xml | 50 +--
examples/spark-sql/pom.xml | 58 +++-
python/sedona/spark/geopandas/base.py | 178 ++++++++++-
python/sedona/spark/geopandas/geoseries.py | 78 +++--
python/tests/geopandas/test_geodataframe.py | 2 +-
python/tests/geopandas/test_geopandas_base.py | 8 +-
python/tests/geopandas/test_geoseries.py | 355 ++++++++++++++++-----
.../tests/geopandas/test_match_geopandas_series.py | 82 ++++-
.../sedona/core/serde/SedonaKryoRegistrator.java | 5 -
.../viz/core/Serde/SedonaVizKryoRegistrator.java | 4 +-
.../scala/org/apache/sedona/sql/UDF/Catalog.scala | 32 +-
.../scala/org/apache/sedona/stats/Weighting.scala | 30 +-
.../org/apache/sedona/sql/functionTestScala.scala | 30 +-
.../org/apache/sedona/stats/WeightingTest.scala | 42 ++-
.../spark/sql/udf/ExtractSedonaUDFRule.scala | 25 +-
36 files changed, 834 insertions(+), 240 deletions(-)
create mode 100644 docs/assets/authors/dewey.jpeg
create mode 100644 docs/assets/authors/feng.jpeg
create mode 100644 docs/assets/authors/forrest.jpeg
create mode 100644 docs/assets/authors/james.jpeg
create mode 100644 docs/assets/authors/jess.jpeg
create mode 100644 docs/assets/authors/jia.jpeg
create mode 100644 docs/assets/authors/kelly.jpeg
create mode 100644 docs/assets/authors/kristin.jpeg
create mode 100644 docs/assets/authors/peter.jpeg
create mode 100644 docs/assets/authors/powers.jpeg
create mode 100644 docs/assets/authors/pranav.jpeg