Skip to content

v2.4.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@cvvergara cvvergara released this 02 Mar 03:51
· 8727 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
  • 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.