Skip to content

chore(rust): upgrade geo to 0.33.1 - #1228

Draft
paleolimbot wants to merge 2 commits into
apache:mainfrom
paleolimbot:codex/geo-latest
Draft

chore(rust): upgrade geo to 0.33.1#1228
paleolimbot wants to merge 2 commits into
apache:mainfrom
paleolimbot:codex/geo-latest

Conversation

@paleolimbot

@paleolimbot paleolimbot commented Sep 3, 2026

Copy link
Copy Markdown
Member

Uses the dependency-free ranked-query callbacks from georust/geo-index#161, pinned to its current commit, to remove geo-index's geo 0.31 feature. Upgrades geo to 0.33.1, migrates concave-hull options, updates Triangle accessors, and preserves KNN behavior with conservative spherical pruning.

Closes #455
Closes #491
Replaces #566


assert_eq!(intersects, 533);
assert_eq!(non_intersects, 5450151);
assert_eq!(non_intersects, 5484911);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This I believe is due to an update to the earcut algorithm, not to behaviour here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust/sedona-geo: Upgrade to geo 0.32

1 participant