Skip to content

pgrouting-2.2.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cvvergara cvvergara released this 18 Mar 15:05
· 10342 commits to main since this release

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.

pgrouting-2.2.0-beta2 release fixes a performance issue.

Changes for 2.2.0

  • Improved:
    • pgr_nodeNetwork
      • Adding a row_where and outall optional parameters
  • 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 use pgr_floydWarshall instead
    • pgr_apspJohnson use pgr_Johnson instead
    • pgr_kDijkstraCost use pgr_dijkstraCost instead
    • pgr_kDijkstraPath use pgr_dijkstra instead