[geos-commits] [SCM] GEOS branch main updated. 86681e99a598bbb2cf584e32b1b81bdb198a893e
git at osgeo.org
git at osgeo.org
Fri Aug 16 11:58:06 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 86681e99a598bbb2cf584e32b1b81bdb198a893e (commit)
via 43f6cdfe971c09bec2bef656a2db1ec2f3377a04 (commit)
from b4aa3dff231341dddc67ef74e246ea32744d7756 (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 86681e99a598bbb2cf584e32b1b81bdb198a893e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Aug 16 11:57:36 2024 -0700
bump version to next release candidate
diff --git a/Version.txt b/Version.txt
index 2b65f4ac7..818a39060 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=13
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=beta1
+GEOS_PATCH_WORD=beta2
# GEOS CAPI Versions
#
commit 43f6cdfe971c09bec2bef656a2db1ec2f3377a04
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Aug 16 11:40:40 2024 -0700
Bump for beta release
diff --git a/NEWS.md b/NEWS.md
index 45129ef8c..c99baf63c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,5 @@
## Changes in 3.13.0
-20xx-xx-xx
+2024-08-xx
- New things:
- Add Angle::sinCosSnap to avoid small errors, e.g. with buffer operations (GH-978, Mike Taves)
@@ -7,7 +7,7 @@
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.
+ - 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
@@ -17,6 +17,7 @@
- https://lin-ear-th-inking.blogspot.com/2024/05/relateng-performance.html
- Breaking Changes
+ - Zero-length linestrings (eg LINESTRING(1 1, 1 1)) are now treated as equivalent to points (POINT(1 1)) in boolean predicates
- Fixes/Improvements:
- WKTReader: Points with all-NaN coordinates are not considered empty anymore (GH-927, Casper van der Wel)
diff --git a/Version.txt b/Version.txt
index 116c2526b..2b65f4ac7 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=13
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=beta1
# GEOS CAPI Versions
#
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 5 +++--
Version.txt | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list