This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/geo-0.32.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    omit 3b7922e1 chore(deps): bump geo from 0.31.0 to 0.32.0
     add b41442c1 feat(rust/sedona-functions): Add SRID to ST_GeomFromWKT (#449)
     add 54c3ed99 chore(deps): bump actions/checkout from 4 to 6 (#450)
     add cb124e1d chore(deps): bump actions/cache from 4 to 5 (#451)
     add 19968a24 chore(deps): bump actions/upload-artifact from 5 to 6 (#452)
     add 1a53fc7a chore(deps): bump actions/download-artifact from 6 to 7 (#453)
     add e9d966d5 chore(deps): bump bindgen from 0.71.1 to 0.72.1 (#454)
     add e2696bab chore(deps): bump which from 6.0.3 to 8.0.0 (#456)
     add 0f51162e perf: Implement (2x) faster ST_Buffer kernel using `geo` 
(#233)
     add 6d7359b3 chore(deps): bump geo from 0.31.0 to 0.32.0

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   (3b7922e1)
            \
             N -- N -- N   refs/heads/dependabot/cargo/geo-0.32.0 (6d7359b3)

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/dev.yml                         |   2 +-
 .github/workflows/packaging.yml                   |   6 +-
 .github/workflows/python-wheels.yml               |   8 +-
 .github/workflows/python.yml                      |   2 +-
 .github/workflows/rust-gpu.yml                    |   6 +-
 .github/workflows/rust.yml                        |   2 +-
 Cargo.lock                                        |  48 ++---
 c/sedona-geos/Cargo.toml                          |   2 +-
 c/sedona-geos/benches/geos-functions.rs           |   2 +-
 c/sedona-geos/src/st_buffer.rs                    |  37 ++++
 c/sedona-libgpuspatial/Cargo.toml                 |   4 +-
 python/sedonadb/tests/functions/test_functions.py |  46 ++++-
 rust/sedona-functions/src/st_geomfromwkt.rs       |  47 ++++-
 rust/sedona-geo/benches/geo-functions.rs          |  15 ++
 rust/sedona-geo/src/lib.rs                        |   1 +
 rust/sedona-geo/src/register.rs                   |  11 +-
 rust/sedona-geo/src/st_buffer.rs                  | 223 ++++++++++++++++++++++
 rust/sedona-geo/src/st_centroid.rs                |   6 +-
 18 files changed, 408 insertions(+), 60 deletions(-)
 create mode 100644 rust/sedona-geo/src/st_buffer.rs

Reply via email to