[OSGeo-Announce] pgRouting version 3.3.0 released

2021-11-12
News item: https://www.osgeo.org/foundation-news/pgrouting-version-3-3-0-released/

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.3.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.3.0 on Github. [3]

Issue fixes

     #2057: trspViaEdges columns in different order
     #2087: pgr_extractVertices to proposed
     #2201: pgr_depthFirstSearch to proposed
     #2202: pgr_sequentialVertexColoring to proposed
     #2203: pgr_dijkstraNear and pgr_dijkstraNearCost to proposed

New experimental functions

     Coloring
         pgr_edgeColoring

Experimental promoted to Proposed

     Dijkstra
             pgr_dijkstraNear(Combinations)
             pgr_dijkstraNear(Many to Many)
             pgr_dijkstraNear(Many to One)
             pgr_dijkstraNear(One to Many)
         pgr_dijkstraNearCost
             pgr_dijkstraNearCost(Combinations)
             pgr_dijkstraNearCost(Many to Many)
             pgr_dijkstraNearCost(Many to One)
             pgr_dijkstraNearCost(One to Many)
         pgr_dijkstraNear
     Coloring
         pgr_sequentialVertexColoring
     Topology
         pgr_extractVertices
     Traversal
         pgr_depthFirstSearch(Multiple vertices)
         pgr_depthFirstSearch(Single vertex)

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.3.0";

[1]. https://github.com/pgRouting/pgrouting/releases/latest
[2]. https://github.com/pgRouting/pgrouting/discussions/2213
[3]. https://github.com/pgRouting/pgrouting/issues?utf8=✓&q=milestone%3A"Release%203.3.0"

--
Regards,
pgRouting Team.