[geos-commits] [SCM] GEOS branch main updated. 4d26df6ea4cab2bd8f5cc9da7efad458267362da

git at osgeo.org git at osgeo.org
Wed May 15 07:24:12 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  4d26df6ea4cab2bd8f5cc9da7efad458267362da (commit)
      from  7d9ebd7509080ae91c581678172f6a087c5ba856 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d26df6ea4cab2bd8f5cc9da7efad458267362da
Author: Daniel Baston <dbaston at gmail.com>
Date:   Wed May 15 10:22:10 2024 -0400

    NEWS updates

diff --git a/NEWS.md b/NEWS.md
index 983cb3a7b..f918c016c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 - New things:
   - Add Angle::sinCosSnap to avoid small errors, e.g. with buffer operations (GH-978, Mike Taves)
   - Add classes for curved geometry types: CircularString, CompoundCurve, CurvedPolygon, MultiCurve,
-    MultiSurface (GH-1046, Dan Baston)
+    MultiSurface (GH-1046, Dan Baston/German QGIS users group/Canton of Basel-Landschaft/Canton of Zug)
 
 - Breaking Changes
 
@@ -12,6 +12,7 @@
   - WKTReader: Points with all-NaN coordinates are not considered empty anymore (GH-927, Casper van der Wel)
   - WKTWriter: Points with all-NaN coordinates are written as such (GH-927, Casper van der Wel)
   - ConvexHull: Performance improvement for larger geometries (JTS-985, Martin Davis)
+  - Distance: Improve performance, especially for point-point distance (GH-1067, Dan Baston)
   - Intersection: change to using DoubleDouble computation to improve robustness (GH-937, Martin Davis)
   - Fix LargestEmptyCircle to respect polygonal obstacles (GH-939, Martin Davis)
   - Fix WKTWriter to emit EMPTY elements in multi-geometries (GH-952, Mike Taves)
@@ -29,6 +30,10 @@
   - Fix reading WKT with EMPTY token with white space (GH-1025, Mike Taves)
   - Fix buffer Inverted Ring Removal check (GH-1056, Martin Davis)
   - Add PointLocation.isOnSegment and remove LineIntersector point methods (GH-1083, Martin Davis)
+  - Densify: Interpolate Z coordinates (GH-1094)
+  - GEOSLineSubstring: Fix crash on NaN length fractions (GH-1088, Dan Baston)
+  - MinimumClearance: Fix crash on NaN inputs (GH-1082, Dan Baston)
+  - Centroid: Fix crash on polygons with empty holes (GH-1075, Dan Baston)
 
 ## Changes in 3.12.0
 2023-06-27

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list