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

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


 discard deea0f19 chore(deps): bump the arrow-parquet group with 8 updates
     add 0f51162e perf: Implement (2x) faster ST_Buffer kernel using `geo` 
(#233)
     add a96de115 docs: add separate pages for ST_Area() and ST_AsBinary() 
(#457)
     add ea4ed976 perf(rust/sedona-schema): Improve performance of 
`deserialize_crs()` (#446)
     add c5eefe09 chore(deps): bump the arrow-parquet group with 8 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   (deea0f19)
            \
             N -- N -- N   refs/heads/dependabot/cargo/arrow-parquet-bd4889bc26 
(c5eefe09)

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:
 Cargo.lock                                         |   2 +
 c/sedona-geos/Cargo.toml                           |   2 +-
 c/sedona-geos/benches/geos-functions.rs            |   2 +-
 c/sedona-geos/src/st_buffer.rs                     |  37 ++++
 c/sedona-proj/src/sd_order_lnglat.rs               |   4 +-
 c/sedona-proj/src/st_transform.rs                  |   6 +-
 docs/reference/functions/.gitignore                |   2 +
 .../reference/functions/{index.qmd => st_area.qmd} |  16 +-
 .../functions/{index.qmd => st_asbinary.qmd}       |  16 +-
 python/sedonadb/tests/functions/test_functions.py  |  25 ++-
 rust/sedona-functions/src/st_setsrid.rs            |   4 +-
 rust/sedona-functions/src/st_srid.rs               |  13 +-
 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 +-
 rust/sedona-schema/Cargo.toml                      |   8 +
 rust/sedona-schema/benches/crs_benchmarks.rs       |  47 +++++
 rust/sedona-schema/src/crs.rs                      | 205 ++++++++++++-------
 rust/sedona-schema/src/datatypes.rs                |  14 +-
 21 files changed, 544 insertions(+), 115 deletions(-)
 copy docs/reference/functions/{index.qmd => st_area.qmd} (72%)
 copy docs/reference/functions/{index.qmd => st_asbinary.qmd} (69%)
 create mode 100644 rust/sedona-geo/src/st_buffer.rs
 create mode 100644 rust/sedona-schema/benches/crs_benchmarks.rs

Reply via email to