[geos-commits] [SCM] GEOS branch main updated. 598544dab3317b48aec3ebb44674f6e3542045c8
git at osgeo.org
git at osgeo.org
Tue Sep 1 08:03:10 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, main has been updated
via 598544dab3317b48aec3ebb44674f6e3542045c8 (commit)
via c20ac1322cb83916624589e4f2d1fe0fdf59a86c (commit)
from fe7e16ab175d24cde782e23356e4c5f80a88499c (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 598544dab3317b48aec3ebb44674f6e3542045c8
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Sep 1 11:01:46 2026 -0400
Update NEWS.md for 3.16.0
diff --git a/NEWS.md b/NEWS.md
index d4be5b2fe..216d7a10c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,12 +1,19 @@
+## Changes in 3.16.0
+2027-xx-xx
+
+- Fixes/Improvements:
+ -
## 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 +42,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 c20ac1322cb83916624589e4f2d1fe0fdf59a86c
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Sep 1 11:00:36 2026 -0400
Update Version.txt for 3.16.0dev
diff --git a/Version.txt b/Version.txt
index f052174e2..c1bb857ba 100644
--- a/Version.txt
+++ b/Version.txt
@@ -1,11 +1,11 @@
# GEOS Versions
GEOS_VERSION_MAJOR=3
-GEOS_VERSION_MINOR=15
+GEOS_VERSION_MINOR=16
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=rc1
+GEOS_PATCH_WORD=dev
# GEOS CAPI Versions
#
@@ -15,9 +15,9 @@ GEOS_PATCH_WORD=rc1
# - Deleting interfaces / compatibility issues - bump CURRENT, others to zero
# ( THIS MUST BE CAREFULLY AVOIDED )
#
-CAPI_INTERFACE_CURRENT=22
+CAPI_INTERFACE_CURRENT=23
CAPI_INTERFACE_REVISION=0
-CAPI_INTERFACE_AGE=21
+CAPI_INTERFACE_AGE=22
# JTS Port
JTS_PORT=1.20.0
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 11 ++++++++---
Version.txt | 8 ++++----
2 files changed, 12 insertions(+), 7 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list