[OSGeo-Announce] pgRouting version 3.7.0 release

Jorge Sanz jsanz at osgeo.org
Thu Nov 14 02:25:17 PST 2024


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]. https://github.com/pgRouting/pgrouting/releases/latest
[2]. https://github.com/pgRouting/pgrouting/discussions/2677
[3]. 
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22 
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/announce/attachments/20241114/263401d3/attachment.htm>


More information about the Announce mailing list