From 7ed90dfd7f1c27acd2f86574e5d01effd27f6d8e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 13 Aug 2024 09:15:34 -0700 Subject: [PATCH] News entry for RelateNG port --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 02b748e0a4..45129ef8ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,15 @@ - Add classes for curved geometry types: CircularString, CompoundCurve, CurvedPolygon, MultiCurve, MultiSurface (GH-1046, Dan Baston/German QGIS users group/Canton of Basel-Landschaft/Canton of Zug) - Support curved geometry types in WKT/WKB readers/writers (GH-1046, GH-1104, GH-1106, Dan Baston) + - Port of RelateNG https://github.com/locationtech/jts/pull/1052 (Martin Davis, Paul Ramsey) + - rewrite of boolean predicates and relate matrix calculations. + - "Prepared" mode now available for all predicates and relate matrix + - CAPI functions GEOSPreparedRelate and GEOSPreparedRelatePattern expose new functionality + - CAPI implementations of GEOSPreparedTouches, etc, that were previously defaulting + into non-prepared implementations now default into the RelateNG prepared implementation + - Prepared implementations for Intersects, Covers, still use the older implementations + - https://lin-ear-th-inking.blogspot.com/2024/05/jts-topological-relationships-next.html + - https://lin-ear-th-inking.blogspot.com/2024/05/relateng-performance.html - Breaking Changes