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”;
Regards,
pgRouting Team.