[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-777-g78926de56

git at osgeo.org git at osgeo.org
Wed Apr 27 23:52:38 PDT 2022


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 "PostGIS".

The branch, master has been updated
       via  78926de5621eccdd9ddc80575d9791d5a27b3c67 (commit)
      from  f816f1ea66780ed0f79cf0029e8d555c928a5596 (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 78926de5621eccdd9ddc80575d9791d5a27b3c67
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 28 02:52:32 2022 -0400

    Add note about GEOS 3.11 to use enhanced ST_ConcaveHull.  Minor amendments to NEWS

diff --git a/NEWS b/NEWS
index f9143e372..629a75bb0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ PostGIS 3.3.0dev
   - Drop support for PostgreSQL 9.6 and 10 (Regina Obe)
   - Change output for WKT MULTIPOINT. All points now
     wrapped in parens. (Even Roualt)
-  - GH674, geometry validation and fixing is disabled for ST_DumpAsPolygons
-    so it works faster but might produce invalid polygons.
+  - GH674, geometry validation and fixing is disabled
+    for ST_DumpAsPolygons so it works faster but might
+    produce invalid polygons. (Aliaksandr Kalenik)
 
  * Enhancements *
   - #2861, Add index on topology.node(containing_face) speeding up
@@ -18,7 +19,7 @@ PostGIS 3.3.0dev
   - #5111, faster topology face MBR computation (Sandro Santilli)
   - postgis_extensions_upgrade() support for upgrades from any PostGIS
     version, including yet to be released ones (Sandro Santilli)
-  - #5037, add convexhull 3D (Loïc Bartoletti)
+  - #5037, SFCGAL add convexhull 3D (Loïc Bartoletti)
   - #5040, add postgis_sfcgal_full_version (Loïc Bartoletti)
   - GH655, GiST: balance the tree splits better in recursive calls (Darafei Praliaskouski)
   - GH657, GiST: do not call no-op decompress function (Aliaksandr Kalenik)
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 66733cddb..f562243ee 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -665,7 +665,7 @@ POINT(0.5 1)
         (e.g. <code>ST_ConcaveHull( ST_Collect( geom ), 0.80)</code>.</para>
 
         <para>Availability: 2.0.0</para>
-        <para>Enhanced: 3.3.0</para>
+        <para>Enhanced: 3.3.0, GEOS native implementation enabled for GEOS 3.11+</para>
       </refsection>
 
       <refsection>

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

Summary of changes:
 NEWS                         | 7 ++++---
 doc/reference_processing.xml | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list