Changes for 2.4.0
- New Signatures:
- pgr_bdDijkstra
- New Proposed functions
- pgr_maxFlow
- pgr_astar(one to many)
- pgr_astar(many to one)
- pgr_astar(many to many)
- pgr_astarCost(one to one)
- pgr_astarCost(one to many)
- pgr_astarCost(many to one)
- pgr_astarCost(many to many)
- pgr_astarCostMatrix
- Deprecated Signatures
- pgr_bddijkstra - use pgr_bdDijkstra instead
- Deprecated functions
- pgr_pointsToVids
- Bug fixes on proposed functions
- pgr_withPointsKSP: fixed ordering
- TRSP original code is used with no changes on the compilation warnings
- Read the documentation of this release at http://docs.pgrouting.org/2.4/en/doc/index.html
- 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.