pgRouting 3.8.0 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.8.0
Promotion to official function of pgRouting
-
Metric
-
#2760: Promoted to official pgr_degree in version 3.8
- Error messages adjustment.
- New signature with only Edges SQL.
- Function promoted to official.
-
-
Utilities
-
#2772: Promoted to official pgr_extractVertices in version 3.8
- Error messages adjustment.
- Function promoted to official.
-
#2774: Promoted to official pgr_findCloseEdges in version 3.8
- Error messages adjustment.
partial
option is removed.- Function promoted to official.
-
#2873: Promoted to official pgr_separateCrossing in version 3.8
- Function promoted to official.
- Proposed function.
-
#2874: Promoted to official pgr_separateTouching in version 3.8
- Function promoted to official.
- Proposed function.
-
Proposed functions
-
Contraction
-
Utilities
Official functions changes
-
#2786: pgr_contraction(edges) new signature
- New signature:
- Previously compulsory parameter Contraction order is now optional with name
methods
. - New name and order of optional parameters.
- Previously compulsory parameter Contraction order is now optional with name
- Deprecated signature pgr_contraction(text,bigint[],integer,bigint[],boolean)
- New signature:
C/C++ code enhancements
SQL code enhancements
- #2850: Rewrite pgr_nodeNetwork
Deprecation of SQL functions
- #2749: Deprecate pgr_AlphaShape in 3.8
- #2750: Deprecate pgr_CreateTopology in 3.8
- #2753: Deprecate pgr_analyzeGraph in 3.8
- #2754: Deprecate pgr_analyzeOneWay in 3.8
- #2826: Deprecate pgr_createVerticesTable in 3.8
- #2847: Deprecate pgr_nodeNetwork in 3.8
In the deprecated functions:
- Migration section is created.
- The use of the functions is removed in the documentation.
Attachments
File | Contents |
---|---|
doc-v3.8.0.tar.gz |
English and Spanish documentation. Redirection to English |
pgrouting-3.8.0.tar.gz |
tar.gz of the release |
pgrouting-3.8.0.zip |
zip of the release |