Skip to content

v2.4.0

Compare
Choose a tag to compare
@cvvergara cvvergara released this 21 Mar 02:23
· 8112 commits to main since this release

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