github pgRouting/pgrouting v2.4.0-alpha

latest releases: v3.6.2, v3.6.1, v3.6.0...
pre-release7 years ago

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.

Don't miss a new pgrouting release

NewReleases is sending notifications on new releases.