The pgRouting Team is pleased to announce the release of pgRouting version 3.7.0
The latest release is available at [1]
For discussions on the release, go to [2]
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.0 on Github. [3]
*Support*
* #2656 Stop support of PostgreSQL12 on pgrouting v3.7
o Stopping support of PostgreSQL 12
o CI does not test for PostgreSQL 12
*New experimental functions*
* Metrics
o pgr_betweennessCentrality
*Official function changes*
* #2605 Standarize spanning tree functions output
o Functions:
+ pgr_kruskalDD
+ pgr_kruskalDFS
+ pgr_kruskalBFS
+ pgr_primDD
+ pgr_primDFS
+ pgr_primBFS
o Standarizing output columns to (seq, depth, start_vid, pred,
node, edge, cost, agg_cost)
+ Added pred result columns.
*Experimental promoted to proposed*
* #2635 pgr_LineGraph ignores directed flag and use negative values
for identifiers.
o pgr_lineGraph
+ Promoted to proposed signature.
+ Works for directed and undirected graphs.
*Code enhancement*
* #2599 Driving distance cleanup
* #2607 Read postgresql data on C++
* #2614 Clang tidy does not work
*To update your database*
Download the packaged version from your operating system, and use this command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.7.0";
[1]. Release v3.7.0 · pgRouting/pgrouting · GitHub
[2]. v3.7.0 · pgRouting/pgrouting · Discussion #2677 · GitHub
[3]. Issues · pgRouting/pgrouting · GitHub