[geos-commits] [SCM] GEOS branch master updated. f7c913f363de8f12557e749eec2db7ab01312d83

git at osgeo.org git at osgeo.org
Fri Sep 27 04:16:48 PDT 2019


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, master has been updated
       via  f7c913f363de8f12557e749eec2db7ab01312d83 (commit)
      from  f1f6fab1b199d85b8a2f2208c58c8dc7e1a4486c (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 f7c913f363de8f12557e749eec2db7ab01312d83
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Sep 27 07:16:38 2019 -0400

    NEWS updates

diff --git a/NEWS b/NEWS
index c1cff26..edea60a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,10 @@ Changes in 3.8.0
   - CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ,
           GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston)
   - CAPI: GEOSMinimumBoundingCircle (#735)
+  - CAPI: GEOSGeom_createPointFromXY (Dan Baston)
 
 - Improvements:
+  - Improve overall performance by reducing of heap allocations (Dan Baston)
   - Improve performance and robustness of GEOSPointOnSurface (Martin Davis)
   - Improve performance of GEOSPolygonize for cases with many potential
     holes (#748, Dan Baston)
@@ -18,13 +20,16 @@ Changes in 3.8.0
     shells (Dan Baston, Martin Davis)
   - Improve performance of Delaunay triangulations / Voronoi Diagrams
     (Dan Baston)
+  - Improve performance of prepared geometry operations (Dan Baston)
   - Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis)
-  - Improve overlay and buffer performance (Paul Ramsey)
+  - Improve performance of unary union for lines (Dan Baston)
+  - Improve general predicate, overlay, and buffer performance (Dan Baston, Paul Ramsey)
   - Improve cascaded union performance (Paul Ramsey, Martin Davis)
   - Allocate default GeometryFactory singleton on the stack (Sandro Mani)
   - Harmonize XML tests with JTS and harmonize cmake/autoconf
     test running (Paul Ramsey)
-  - CMake modernization (Mateusz Loskot)
+  - CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston)
+  - Return unique_ptr from most methods that produce a new geometry (Dan Baston)
 
 - Changes:
   - Constructive geometry functions in CAPI now preserve SRID

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

Summary of changes:
 NEWS | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list