[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-512-gc5ca9c1

git at osgeo.org git at osgeo.org
Fri Sep 10 18:42:10 PDT 2021


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  c5ca9c1d3ad058c26263c3f913ccfed8e9473660 (commit)
      from  fefbc85e9edc7482c9989bbc887903f43ec6ce88 (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 c5ca9c1d3ad058c26263c3f913ccfed8e9473660
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Sep 10 21:36:09 2021 -0400

    Prepping for 3.2.0alpha1 release

diff --git a/NEWS b/NEWS
index 50f2ac3..2db6651 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 PostGIS 3.2.0alpha1
-2021/09/xx
+2021/09/10
 
 This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
-Additional features are enabled if you are running GEOS 3.9, Proj 6.1+, and PostgreSQL 14+
+Additional features are enabled if you are running GEOS 3.9+, Proj 6.1+, and PostgreSQL 14+.
 
  * Breaking changes *
   - #4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.
@@ -11,6 +11,7 @@ Additional features are enabled if you are running GEOS 3.9, Proj 6.1+, and Post
   - #4149, ST_AsMVTGeom now preserves more of original geometry's details at scale close to target extent.
            If you need previous simplifying behaviour, you can ST_Simplify the geometry in advance.
            (Darafei Praliaskouski)
+  - Proj 4.9 or higher is required
 
  * Enhancements *
   - #2592, Do not allow CreateTopology to define topologies with SRID < 0
@@ -93,6 +94,7 @@ PostGIS 3.2.0
   - #4149, ST_AsMVTGeom now preserves more of original geometry's details at scale close to target extent.
            If you need previous simplifying behaviour, you can ST_Simplify the geometry in advance.
            (Darafei Praliaskouski)
+  - Proj 4.9 or higher is required
 
  * Enhancements *
   - #2592, Do not allow CreateTopology to define topologies with SRID < 0
@@ -137,6 +139,7 @@ PostGIS 3.2.0
   - #4799, Include srs in GeoJSON where it exists in spatial_ref_sys.
   - #4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
            (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)
+  - #4949, Use proj_normalize_for_visualization to hand "axis swap" decisions (Paul Ramsey)
 
  * New features*
   - #4923, topology.ValidateTopologyRelation (Sandro Santilli)
diff --git a/Version.config b/Version.config
index 843963a..a29d574 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0alpha1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 5119737..9af06cb 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,95 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+        <title>Release 3.2.0alpha1</title>
+        <para>Release date: 2021/09/10</para>
+        <para>This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9 or higher
+            Additional features are enabled if you are running GEOS 3.9+ (more with GEOS 3.10+), Proj 6.1+, or PostgreSQL 14+.</para>
+        <simplesect>
+            <title>Breaking changes</title>
+            <para>#4824, Removed `--without-wagyu` build option. Using Wagyu is now mandatory to build with MVT support.</para>
+            <para>#4933, topology.GetFaceByPoint will not work with topologies having invalid edge linking.</para>
+            <para>#4981, ST_StartPoint support any geometry. No longer returns null for non-linestrings.</para>
+            <para>#4149, ST_AsMVTGeom now preserves more of original geometry's details at scale close to target extent.
+                If you need previous simplifying behaviour, you can ST_Simplify the geometry in advance.
+                (Darafei Praliaskouski)</para>
+            <para>Proj 4.9 or higher is required.</para>
+        </simplesect>
+        <simplesect>
+            <title>Enhancements</title>
+             <para>#2592, Do not allow CreateTopology to define topologies with SRID > 0
+                        (Sandro Santilli)</para>
+             <para>#3232, Prevent moving an isolated node to different face
+                        (Sandro Santilli)</para>
+             <para>Consider collection TopoGeometries while editing topology primitives.
+                        (Sandro Santilli)</para>
+             <para>#3248, Prevent removing isolated edges if used in a TopoGeometry
+                        (Sandro Santilli)</para>
+             <para>#3231, Prevent removing isolated nodes if used in a TopoGeometry
+                        (Sandro Santilli)</para>
+             <para>#3239, Prevent headling topology edges if the connecting node is
+                        used in the definition of a TopoGeometry (Sandro Santilli)</para>
+             <para>#4950, Speed up checking containing_face for nodes in ValidateTopology
+                        (Sandro Santilli)</para>
+             <para>#4945, Multi-shell face check in ValidateTopology (Sandro Santilli)</para>
+             <para>#4944, Side-location conflict check in ValidateTopology (Sandro Santilli)</para>
+             <para>#3042, ValidateTopology check for edge linking (Sandro Santilli)</para>
+             <para>#3276, ValidateTopology check for face's mbr (Sandro Santilli)</para>
+             <para>#4936, Bounding box limited ValidateTopology (Sandro Santilli)</para>
+             <para>#4933, Speed up topology building in presence of big faces (Sandro Santilli)</para>
+             <para>#3233, ValidateTopology check for node's containing_face (Sandro Santilli)</para>
+             <para>#4830, ValidateTopology check for edges side face containment
+                        (Sandro Santilli)</para>
+             <para>#4827, Allow NaN coordinates in WKT input (Paul Ramsey)</para>
+             <para>ST_Value() accepts resample parameter to add bilinear option (Paul Ramsey)</para>
+             <para>#3778, #4401, ST_Boundary now works for TIN and does not linearize curves (Aliaksandr Kalenik)</para>
+             <para>#4881, #4884, Store sign of edge_id for lineal TopoGeometry in relation table
+                        to retain direction (Sandro Santilli)</para>
+             <para>#4628, Add an option to disable ANALYZE when loading shapefiles (Stefan Corneliu Petrea)</para>
+             <para>#4924, Faster ST_RemoveRepeatedPoints on large multipoints, O(NlogN) instead of O(N^2)
+                        (Aliaksandr Kalenik, Darafei Praliaskouski)</para>
+             <para>#4925, fix ST_DumpPoints to not overlook points (Aliaksandr Kalenik)</para>
+             <para>ST_SRID(topogeometry) override, to speedup lookups (Sandro Santilli)</para>
+             <para>#2175, Avoid creating additional nodes when adding same closed
+                        line to topology (Sandro Santilli)</para>
+             <para>#4974, Upgrade path for address_standardizer_data_us
+                        (Jan Katins of Aiven, Regina Obe)</para>
+             <para>#4975, PostGIS upgrade change to not use temp tables (Jan Katins of Aiven)</para>
+             <para>#4981, ST_StartPoint support any geometry (Aliaksandr Kalenik)</para>
+             <para>#4799, Include srs in GeoJSON where it exists in spatial_ref_sys.</para>
+             <para>#4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
+                        (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)</para>
+             <para>#4949, Use proj_normalize_for_visualization to hand "axis swap" decisions (Paul Ramsey)</para>
+        </simplesect>
+        <simplesect>
+             <title>New features</title>
+                <para>#4923, topology.ValidateTopologyRelation (Sandro Santilli)</para>
+                <para>#4933, topology.GetFaceContainingPoint (Sandro Santilli)</para>
+                <para>#2175, ST_Scroll (Sandro Santilli)</para>
+                <para>#4841, FindTopology to quickly get a topology record (Sandro Santilli)</para>
+                <para>#4869, FindLayer to quickly get a layer record (Sandro Santilli)</para>
+                <para>#4851, TopoGeom_addTopoGeom function (Sandro Santilli)</para>
+                <para>ST_MakeValid(geometry, options) allows alternative validity building
+                    algorithms with GEOS 3.10 (Paul Ramsey)</para>
+                <para>ST_InterpolateRaster() fills in raster cells between sample points
+                    using one of a number of algorithms (inverse weighted distance, average, etc)
+                    using algorithms from GDAL
+                    (Paul Ramsey)</para>
+               <para>ST_Contour() generates contour lines from raster values
+                    using algorithms from GDAL (Paul Ramsey)</para>
+                <para>ST_SetZ()/ST_SetM() fills in z/m coordinates of a geometry using data read
+                    from a raster (Paul Ramsey)</para>
+                <para>New postgis.gdal_vsi_options GUC allows out-db rasters on VSI network
+                    services to be accessed with authentication keys, etc. (Paul Ramsey)</para>
+                <para>ST_DumpSegments returns a set of segments of input geometry (Aliaksandr Kalenik)</para>
+                <para>#4859, ST_Point, ST_PointZ, ST_PointM, ST_PointZM, constructors
+                    with SRID parameter (Paul Ramsey)</para>
+                <para>#4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
+                    the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)</para>
+        </simplesect>
+    </sect1>
+
+    <sect1>
         <title>Release 3.1.0beta1</title>
         <para>Release date: 2020/12/09</para>
         <para>Only changes since 3.1.0alpha2 are listed.
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 4674adb..639d1cd 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -66,4 +66,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.2	\
 	3.1.3 \
 	3.1.4 \
-	3.1.5dev
+	3.1.5dev \
+	3.2.0dev

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

Summary of changes:
 NEWS                               |  7 ++-
 Version.config                     |  2 +-
 doc/release_notes.xml              | 89 ++++++++++++++++++++++++++++++++++++++
 extensions/upgradeable_versions.mk |  3 +-
 4 files changed, 97 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list