Skip to content

chore: release v0.0.9 - #38

Merged
pentatonick merged 1 commit into
mainfrom
release-plz-2026-09-05T03-34-43Z
Sep 5, 2026
Merged

chore: release v0.0.9#38
pentatonick merged 1 commit into
mainfrom
release-plz-2026-09-05T03-34-43Z

Conversation

@pentatonick

Copy link
Copy Markdown
Owner

🤖 New release

  • geometry-coords: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • geometry-strategy: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • geometry-algorithm: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • geometry-overlay: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • geometry-rtree: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • boost_geometry: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • geometry-cs: 0.0.8 -> 0.0.9
  • geometry-trait: 0.0.8 -> 0.0.9
  • geometry-model: 0.0.8 -> 0.0.9
  • geometry-adapt: 0.0.8 -> 0.0.9
  • geometry-adapt-nalgebra: 0.0.8 -> 0.0.9
  • geometry-adapt-geo-types: 0.0.8 -> 0.0.9
  • geometry-io-wkt: 0.0.8 -> 0.0.9
  • geometry-io-wkb: 0.0.8 -> 0.0.9
  • geometry-io-geojson: 0.0.8 -> 0.0.9
  • geometry-io-svg: 0.0.8 -> 0.0.9
  • geometry-proj: 0.0.8 -> 0.0.9
Changelog

geometry-coords

0.0.9 - 2026-09-05

Fixed

  • (coords) two points within an epsilon are one point

geometry-strategy

0.0.9 - 2026-09-05

Added

  • (strategy) centroid for multi-polygons, accumulated as Boost does

Fixed

  • (build) keep the workspace clean under Rust 1.98

geometry-algorithm

0.0.9 - 2026-09-05

Fixed

  • (build) keep the workspace clean under Rust 1.98
  • (coords) two points within an epsilon are one point
  • (algorithm) collapse repeated vertices in remove_spikes

geometry-overlay

0.0.9 - 2026-09-05

Added

  • (buffer) a zero-width buffer of a polygon, which is not a no-op
  • (overlay) multi-polygon operands for the Boolean operations

Fixed

  • (build) keep the workspace clean under Rust 1.98
  • (overlay) order the result rings the way add_rings does
  • (coords) two points within an epsilon are one point
  • (overlay) a ring no turn lands on keeps every vertex it has
  • (overlay) read the second operand backwards for a difference
  • (overlay) append a turn the way the traversal does, and order turns by section
  • (overlay) do not emit a point the walked operand runs straight past
  • (overlay) clean the traversed ring, and order turns by both operands
  • (overlay) attach a turn to the segment it terminates
  • (overlay) emit rings, and their vertices, in Boost's order
  • (predicate) compute a segment crossing parametrically, not by determinant
  • (overlay) a hole sharing an edge with the exterior is a self-intersection
  • (overlay) distinguish the two ways multi-polygon members can be wrong
  • (algorithm) collapse repeated vertices in remove_spikes
  • (overlay) report wrong orientation before self-intersection
  • (overlay) split result lobes that meet at a single point

geometry-rtree

0.0.9 - 2026-09-05

Fixed

  • (build) keep the workspace clean under Rust 1.98

boost_geometry

0.0.9 - 2026-09-05

Added

  • (buffer) a zero-width buffer of a polygon, which is not a no-op

Fixed

  • (overlay) a hole sharing an edge with the exterior is a self-intersection
  • (overlay) distinguish the two ways multi-polygon members can be wrong

Other

  • (readme) regenerate the feature table for the multi-polygon operations

geometry-cs

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords

geometry-trait

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs

geometry-model

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait

geometry-adapt

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait

geometry-adapt-nalgebra

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait

geometry-adapt-geo-types

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

geometry-io-wkt

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

geometry-io-wkb

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

geometry-io-geojson

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

geometry-io-svg

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

geometry-proj

0.0.9 - 2026-09-05

Other

  • updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model


This PR was generated with release-plz.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pentatonick
pentatonick merged commit 8c4d812 into main Sep 5, 2026
3 checks passed
@pentatonick
pentatonick deleted the release-plz-2026-09-05T03-34-43Z branch September 5, 2026 03:37
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.

2 participants