[geos-commits] [SCM] GEOS branch 3.15 created. d0228513abb0c29c185443cf2bfb06c9281024b5
git at osgeo.org
git at osgeo.org
Tue Sep 1 07:01:21 PDT 2026
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, 3.15 has been created
at d0228513abb0c29c185443cf2bfb06c9281024b5 (commit)
- Log -----------------------------------------------------------------
commit d0228513abb0c29c185443cf2bfb06c9281024b5
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Sep 1 09:02:01 2026 -0400
Update NEWS for 3.15.0 release
diff --git a/NEWS.md b/NEWS.md
index d4be5b2fe..5a822eb96 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,12 +1,14 @@
## Changes in 3.15.0
-2026-xx-xx
+2026-09-01
- Breaking Changes:
- BufferOp returns POLYGON EMPTY when fed Inf/Nan coords (GH-1332)
- Return Inf when calculating distance to an empty geometry (GH-1345, Even Rouault)
- Overlay operations now produce a LineString geometry in cases that would previously
produce a MultiLineString with contiguous sub-geometries. (GH-1459, Dan Baston)
+ - Overlay operations that previously rotated rings by one vertex no longer do so
+ (GH-1412, Dan Baston)
- New things:
- Add GEOSMinimumSpanningTree (Paul Ramsey)
@@ -35,11 +37,9 @@
- Preserve M values in GEOSSimplify (GH-1317, Dan Baston)
- Preserve M values in GEOSPolygonize (GH-1363 Dan Baston)
- Fix some cases of dropped M values in overlay (GH-1364,GH-1388,GH-1407,GH-1408,GH-1474; Dan Baston)
- - Support curved inputs in GEOSNode (GH-1347, Dan Baston)
- GEOSClusterDBSCAN fix unsassigned clusters with minPoints <= 1 (GH-1386, Dan Baston)
- Fix crash in GEOSConvexHull (GH-1358, Dan Baston)
- Overlay performance improvements (GH-1353, arriopolis, Martin Davis)
- - Fix unintended ring rotation in Overlay results (GH-1412, Dan Baston)
- Fix intersection result for slightly overlapping polygons (GH-1499, Petr Belohlavek)
commit 03353d2e803c5b77f6299b02100b7dd0580bbf50
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Sep 1 08:59:20 2026 -0400
Bump version to 3.15.0 for release
diff --git a/Version.txt b/Version.txt
index f052174e2..e4bade5bd 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=15
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=rc1
+GEOS_PATCH_WORD=
# GEOS CAPI Versions
#
-----------------------------------------------------------------------
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list