Skip to content

Commit 8b5b3ed

Browse files
committed
Add ClipByRect to CHANGELOG
1 parent 6d2c3c9 commit 8b5b3ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
- Add `geos.ClipByRect` function that clips a geometry to an axis-aligned
6+
rectangle (defined by a `geom.Envelope`). This wraps the GEOS
7+
`GEOSClipByRect` operation, which is faster than computing a full
8+
`Intersection` with a rectangular polygon.
9+
510
## v0.58.0
611

712
2026-02-15

0 commit comments

Comments
 (0)