Skip to content

Releases: pgRouting/pgrouting

v2.5.0

13 Sep 22:02
Compare
Choose a tag to compare

See the release documentation at:
http://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22
See the migration guide at:
https://github.com/pgRouting/pgrouting/wiki/Migration-Guide

Breaking change on:

pgr_edgeDisjointPaths:
    Added path_id, cost and agg_cost columns on the result
    Parameter names changed
    The many version results are the union of the one to one version

New Signatures:

  • pgr_bdAstar(one to one)

New Proposed functions

  • pgr_bdAstar(one to many)
  • pgr_bdAstar(many to one)
  • pgr_bdAstar(many to many)
  • pgr_bdAstarCost(one to one)
  • pgr_bdAstarCost(one to many)
  • pgr_bdAstarCost(many to one)
  • pgr_bdAstarCost(many to many)
  • pgr_bdAstarCostMatrix
  • pgr_bdDijkstra(one to many)
  • pgr_bdDijkstra(many to one)
  • pgr_bdDijkstra(many to many)
  • pgr_bdDijkstraCost(one to one)
  • pgr_bdDijkstraCost(one to many)
  • pgr_bdDijkstraCost(many to one)
  • pgr_bdDijkstraCost(many to many)
  • pgr_bdDijkstraCostMatrix
  • pgr_lineGraph
  • pgr_connectedComponents
  • pgr_strongComponents
  • pgr_biconnectedComponents
  • pgr_articulationPoints
  • pgr_bridges

enhancement:

pgr_version is now on SQL language

Deprecated Signatures

  • pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

  • pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
  • pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead
  • pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead
  • pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead

Deprecated function

  • pgr_pointToEdgeNode

v2.5.0-rc

07 Sep 14:27
Compare
Choose a tag to compare
v2.5.0-rc Pre-release
Pre-release

See the pre-release documentation at:
http://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22

Breaking change on:

pgr_edgeDisjointPaths:
    Added path_id, cost and agg_cost columns on the result
    Parameter names changed
    The many version results are the union of the one to one version

New Signatures:

  • pgr_bdAstar(one to one)

New Proposed functions

  • pgr_bdAstar(one to many)
  • pgr_bdAstar(many to one)
  • pgr_bdAstar(many to many)
  • pgr_bdAstarCost(one to one)
  • pgr_bdAstarCost(one to many)
  • pgr_bdAstarCost(many to one)
  • pgr_bdAstarCost(many to many)
  • pgr_bdAstarCostMatrix
  • pgr_bdDijkstra(one to many)
  • pgr_bdDijkstra(many to one)
  • pgr_bdDijkstra(many to many)
  • pgr_bdDijkstraCost(one to one)
  • pgr_bdDijkstraCost(one to many)
  • pgr_bdDijkstraCost(many to one)
  • pgr_bdDijkstraCost(many to many)
  • pgr_bdDijkstraCostMatrix
  • pgr_lineGraph
  • pgr_connectedComponents
  • pgr_strongComponents
  • pgr_biconnectedComponents
  • pgr_articulationPoints
  • pgr_bridges

enhancement:

pgr_version is now on SQL language

Deprecated Signatures

  • pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

  • pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
  • pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead
  • pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead
  • pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead

Deprecated function

  • pgr_pointToEdgeNode

v2.5.0-beta

30 Aug 16:12
Compare
Choose a tag to compare
v2.5.0-beta Pre-release
Pre-release

See the pre-release documentation at:
http://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22

Breaking change on:

pgr_edgeDisjointPaths:
    Added path_id, cost and agg_cost columns on the result
    Parameter names changed
    The many version results are the union of the one to one version

New Signatures:

  • pgr_bdAstar(one to one)

New Proposed functions

  • pgr_bdAstar(one to many)
  • pgr_bdAstar(many to one)
  • pgr_bdAstar(many to many)
  • pgr_bdAstarCost(one to one)
  • pgr_bdAstarCost(one to many)
  • pgr_bdAstarCost(many to one)
  • pgr_bdAstarCost(many to many)
  • pgr_bdAstarCostMatrix
  • pgr_bdDijkstra(one to many)
  • pgr_bdDijkstra(many to one)
  • pgr_bdDijkstra(many to many)
  • pgr_bdDijkstraCost(one to one)
  • pgr_bdDijkstraCost(one to many)
  • pgr_bdDijkstraCost(many to one)
  • pgr_bdDijkstraCost(many to many)
  • pgr_bdDijkstraCostMatrix
  • pgr_lineGraph
  • pgr_connectedComponents
  • pgr_strongComponents
  • pgr_biconnectedComponents
  • pgr_articulationPoints
  • pgr_bridges

enhancement:

pgr_version is now on SQL language

Deprecated Signatures

  • pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

  • pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
  • pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead
  • pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead
  • pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead

Deprecated function

  • pgr_pointToEdgeNode

v2.5.0-alpha

23 Aug 18:18
Compare
Choose a tag to compare
v2.5.0-alpha Pre-release
Pre-release

See the pre-release documentation at:
http://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22

Breaking change on:

pgr_edgeDisjointPaths:
    Added `path_id`, `cost` and `agg_cost` columns on the result
    Parameter names changed
    The many version results are the union of the one to one version

New Signatures:

  • pgr_bdAstar(one to one)

New Proposed functions

  • pgr_bdAstar(one to many)
  • pgr_bdAstar(many to one)
  • pgr_bdAstar(many to many)
  • pgr_bdAstarCost(one to one)
  • pgr_bdAstarCost(one to many)
  • pgr_bdAstarCost(many to one)
  • pgr_bdAstarCost(many to many)
  • pgr_bdAstarCostMatrix
  • pgr_bdDijkstra(one to many)
  • pgr_bdDijkstra(many to one)
  • pgr_bdDijkstra(many to many)
  • pgr_bdDijkstraCost(one to one)
  • pgr_bdDijkstraCost(one to many)
  • pgr_bdDijkstraCost(many to one)
  • pgr_bdDijkstraCost(many to many)
  • pgr_bdDijkstraCostMatrix
  • pgr_lineGraph
  • pgr_connectedComponents
  • pgr_strongComponents
  • pgr_biconnectedComponents
  • pgr_articulationPoints
  • pgr_bridges

enhancement:

pgr_version is now on SQL language

Deprecated Signatures

  • pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

  • pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
  • pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead
  • pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead
  • pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead

Deprecated function

  • pgr_pointToEdgeNode

v2.4.2

16 Aug 13:02
Compare
Choose a tag to compare

Changes for 2.4.2

Improvement

  • Works for postgreSQL 10

Bug fixes

  • Fixed: Unexpected error column "cname"
  • Replace linux with GLIBC for glibc-specific headers and functions

To see the list of closed issues:
https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.4.2%22%20

v2.4.1

24 Mar 15:50
Compare
Choose a tag to compare

Changes for 2.4.1

Bug fix:

v2.4.0

21 Mar 02:23
Compare
Choose a tag to compare

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

v2.4.0-rc2

12 Mar 23:31
Compare
Choose a tag to compare
v2.4.0-rc2 Pre-release
Pre-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

v2.4.0-rc1

05 Mar 15:46
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-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 on the C code

v2.4.0-rc

02 Mar 03:51
Compare
Choose a tag to compare
v2.4.0-rc Pre-release
Pre-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.