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


 discard 6a93150c chore(deps): bump geo from 0.31.0 to 0.32.0
     add a43c9fc6 fix(rust/sedona-functions): Let `ST_Collect_Agg()` on a 
Geography return a Geography (#467)
     add c4ad8c93 chore(rust/sedona-functions): Make ST_Transform not accept 
geography (#478)
     add 4e073470 chore: Update to Arrow 57, DataFusion 50 (#466)
     add 76ea1c3d 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   (6a93150c)
            \
             N -- N -- N   refs/heads/dependabot/cargo/geo-0.32.0 (76ea1c3d)

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/examples.yml                     |   2 +-
 .github/workflows/packaging.yml                    |   2 +-
 .github/workflows/python-wheels.yml                |   2 +-
 .github/workflows/python.yml                       |   4 +-
 .github/workflows/r.yml                            |   2 +-
 .github/workflows/rust-gpu.yml                     |   4 +-
 .github/workflows/rust.yml                         |   4 +-
 Cargo.lock                                         | 497 +++++++++++----------
 Cargo.toml                                         |  58 ++-
 c/sedona-libgpuspatial/build.rs                    |   4 +-
 c/sedona-proj/src/st_transform.rs                  |   2 +-
 c/sedona-s2geography/s2geography                   |   2 +-
 python/sedonadb/tests/test_sjoin.py                |   2 +-
 r/sedonadb/src/Makevars.win.in                     |   2 +-
 r/sedonadb/src/rust/src/dataframe.rs               |   5 +-
 rust/sedona-datasource/src/format.rs               |  17 +-
 rust/sedona-functions/Cargo.toml                   |   2 +-
 rust/sedona-functions/src/barrier.rs               |   2 +-
 rust/sedona-functions/src/st_collect_agg.rs        |  27 +-
 rust/sedona-functions/src/st_dump.rs               |   2 +-
 rust/sedona-functions/src/st_transform.rs          |  11 +-
 rust/sedona-geoparquet/src/file_opener.rs          |  16 +-
 rust/sedona-geoparquet/src/format.rs               |  11 +-
 rust/sedona-raster-functions/src/rs_srid.rs        |   8 +-
 rust/sedona-schema/src/crs.rs                      |   2 +-
 rust/sedona-spatial-join/Cargo.toml                |   3 +-
 .../bench/partitioning/common.rs                   |   8 +-
 rust/sedona-spatial-join/bench/partitioning/kdb.rs |   8 +-
 rust/sedona-spatial-join/src/exec.rs               |   4 +-
 rust/sedona-spatial-join/src/utils/bbox_sampler.rs |  28 +-
 rust/sedona-testing/src/benchmark_util.rs          |  13 +-
 rust/sedona-testing/src/datagen.rs                 | 222 ++++-----
 rust/sedona-testing/src/testers.rs                 |   1 +
 rust/sedona/Cargo.toml                             |   3 +-
 rust/sedona/src/context.rs                         |  20 +-
 rust/sedona/src/random_geometry_provider.rs        |   2 +-
 sedona-cli/src/exec.rs                             |   2 +-
 sedona-cli/src/helper.rs                           |  21 +-
 38 files changed, 543 insertions(+), 482 deletions(-)

Reply via email to