With the release of pgRouting 2.2, we continue with the re-factoring of the library.
Various bugs have been fixed and a new family of functions withPoints has been added.
For important changes see the following release notes.
To see the full list of changes check the list of Closed Issues on Github.
The documentation has more details about the signatures.
Changes for 2.2.0
Improvements
pgr_nodeNetwork
- Adding a
row_where
andoutall
optional parameters
- Adding a
Signature fix
pgr_dijkstra
-- to match what was documented (the pgr_dijkstra from v2.0)
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
usepgr_floydWarshall
insteadpgr_apspJohnson
usepgr_Johnson
insteadpgr_kDijkstraCost
usepgr_dijkstraCost
insteadpgr_kDijkstraPath
usepgr_dijkstra
instead