pgRouting 3.7.0 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.0
Support
-
#2656 Stop support of PostgreSQL12 on pgrouting v3.7
- Stopping support of PostgreSQL 12
- CI does not test for PostgreSQL 12
New experimental functions
-
Metrics
- pgr_betweennessCentrality
Official functions changes
-
#2605 Standarize spanning tree functions output
-
Functions:
pgr_kruskalDD
pgr_kruskalDFS
pgr_kruskalBFS
pgr_primDD
pgr_primDFS
pgr_primBFS
-
Standarizing output columns to
(seq, depth, start_vid, pred, node, edge, cost, agg_cost)
- Added
pred
result columns.
- Added
-
Experimental promoted to proposed.
-
#2635 pgr_LineGraph ignores directed flag and use negative values for identifiers.
-
pgr_lineGraph
- Promoted to proposed signature.
- Works for directed and undirected graphs.
-
Code enhancement
Attachments
File | Contents |
---|---|
doc-v3.7.0.tar.gz
| English and Spanish documentation. Redirection to English |
pgrouting-3.7.0.tar.gz
| tar.gz of the release |
pgrouting-3.7.0.zip
| zip of the release |