This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/docker/github-dependencies-d4dd93227e
in repository https://gitbox.apache.org/repos/asf/sedona.git
omit 89966af3d1 build(deps): bump the github-dependencies group
add ba115da3ff [DOCS] Add `Feng Zhang` to PMC and `Dewey Dunnington` as
Committer on `contributor.md` (#2433)
add 06aa6230de [DOCS] Fix typos: `NomalizedDifference` ->
`NormalizedDifference` (#2434)
add 6e03252ed4 [CI] Update and document the pre-commit hooks (#2411)
add 1eb5769be3 [CI] pre-commit: auto add license headers for Shell files
(#2435)
add be4884a242 [GH-2406] Make ST_Distance return null instead of 0.0 when
arg is empty geom (#2447)
add d6ea87cf9f [DOCS] Fix typos in usecases (#2449)
add c90ebbf6d5 [CI] pre-commit fix oxipng repo link and clean up config
(#2443)
add 1ed1a72bb1 [CI] pre-commit standardize `scalafmt.conf` license header
(#2439)
add b7909d1d3a [CI] pre-commit auto add license headers for batch files
(#2438)
add 145fec583e [DOCS] Add `sphinx-autobuild` dependency for docs hot
reloading (#2437)
add 6581a6e45b [DOCS] link development guides in CONTRIBUTING.md (#2448)
(#2451)
add acbd8bc633 [GH-2432] Fix `first-interaction` workflow by adding
permissions (#2459)
add df8cb1e048 [GH-2454] : Implement binary predicate `relate` for
Geopandas (#2455)
add 0875cbb3ee [CI] Remove macOS 13 image from CI workflow (#2453) (#2458)
add afed8b033b [GH-2460] Increment graphframes version (#2461)
add 797c796ef3 [CI] Improve first interaction welcome message (#2463)
add d182293a6e [DOCS] replace Pipfile reference with pyproject.toml
(#2414) (#2462)
add 98aeadb764 build(deps): bump the github-dependencies group
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 (89966af3d1)
\
N -- N -- N
refs/heads/dependabot/pip/docker/github-dependencies-d4dd93227e (98aeadb764)
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/first-interaction.yml | 27 +++++-
.github/workflows/python-extension.yml | 7 +-
.github/workflows/scripts/install_r_deps.sh | 28 +++----
.../scripts/install_system_deps_for_r_build.sh | 28 +++----
.../scripts/prepare_sparklyr_sedona_test_env.sh | 28 +++----
.pre-commit-config.yaml | 98 +++++++++++++++++++---
CONTRIBUTING.md | 29 ++-----
.../java/org/apache/sedona/common/Functions.java | 5 +-
.../org/apache/sedona/common/FunctionsTest.java | 13 +++
docker/build.sh | 28 +++----
docker/install-sedona.sh | 26 +++---
docker/install-spark.sh | 26 +++---
docker/install-zeppelin.sh | 27 +++---
docker/start.sh | 26 +++---
docker/zeppelin/update-zeppelin-interpreter.sh | 28 +++----
docs/community/contributor.md | 13 +--
docs/setup/install-python.md | 2 +-
.../usecases/contrib/ApacheSedonaImageFilter.ipynb | 4 +-
.../contrib/NdviSentinelApacheSedona.ipynb | 6 +-
pom.xml | 2 +-
pyproject.toml | 1 +
python/sedona/doc/Makefile | 5 +-
python/sedona/doc/make.bat | 25 ++++++
python/sedona/spark/geopandas/base.py | 71 ++++++++++++++++
python/sedona/spark/geopandas/geoseries.py | 18 ++++
python/tests/geopandas/test_geoseries.py | 77 +++++++++++++++++
.../tests/geopandas/test_match_geopandas_series.py | 18 ++--
scripts/pre-commit/check_makefiles_for_tabs.sh | 28 +++----
.../org/apache/sedona/sql/SpatialJoinSuite.scala | 12 +++
tools/maven/scalafmt.conf | 28 +++----
30 files changed, 527 insertions(+), 207 deletions(-)