pgRouting 2.2.0 Release Notes¶
With the release of pgRouting 2.2.0 fixes some bugs and issues.
- To see the full list of changes check the list of Git commits on Github.
- To see the issues closed by this release see the Git closed issues on Github.
- For important changes see the following release notes.
Release Notes¶
Changes for release 2.2.0
Improved:
- pgr_nodeNetwork
- Adding a row_where and outall optional parameters
Signature fix
- pgr_dijkstra – to match what was documented
New functions
- pgr_floydWarshall
- pgr_Johnson
- pgr_DijkstraCost
New Proposed functions
- pgr_withPoints
- pgr_withPointsCost
- pgr_withPointsDD
- pgr_withPointsKSP
- pgr_dijkstraVia
Deprecated functions:
- pgr_apspWarshall use pgr_floydWarshall instead
- pgr_apspJohnson use pgr_Johnson instead
- pgr_kDijkstraCost use pgr_dijkstraCost instead
- pgr_kDijkstraPath use pgr_dijkstra instead