Skip to content

Releases: pgRouting/pgrouting

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.

v2.4.0-beta

21 Feb 19:29
Compare
Choose a tag to compare
v2.4.0-beta 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.

v2.4.0-alpha

15 Feb 13:50
Compare
Choose a tag to compare
v2.4.0-alpha 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.

v2.3.2

07 Jan 19:03
Compare
Choose a tag to compare

Changes for 2.3.2

  • Bug fixes
    • Fixed pgr_gsoc_vrppdtw crash when all orders fit on one truck.
    • Fixed pgr_trsp:
      • Alternate code is not executed when the point is in reality a vertex
      • Fixed ambiguity on seq

Information

v2.3.1

20 Nov 20:07
Compare
Choose a tag to compare

Changes for 2.3.1

pgrouting-2.3.0

26 Sep 15:19
Compare
Choose a tag to compare

Changes for 2.3.0

  • New Signatures:
    • pgr_TSP
    • pgr_aStar
  • New Functions:
    • pgr_eucledianTSP
  • New Proposed functions
    • pgr_dijkstraCostMatrix
    • pgr_withPointsCostMatrix
    • pgr_maxFlowPushRelabel
    • pgr_maxFlowEdmondsKarp
    • pgr_maxFlowBoykovKolmogorov
    • pgr_maximumCardinalityMatching
    • pgr_edgeDisjointPaths
    • pgr_contractGraph
  • Deprecated Signatures
    • pgr_tsp - use pgr_TSP or pgr_eucledianTSP instead
    • pgr_astar - use pgr_aStar instead
  • Deprecated functions
    • pgr_flip_edges
    • pgr_vidsToDmatrix
    • pgr_pointsToDMatrix
    • pgr_textToPoints

pgrouting-2.3.0-rc1

18 Sep 15:41
Compare
Choose a tag to compare
pgrouting-2.3.0-rc1 Pre-release
Pre-release

Changes for 2.3.0

  • New Signatures:
    • pgr_TSP
    • pgr_aStar
  • New Functions:
    • pgr_eucledianTSP
  • New Proposed functions
    • pgr_dijkstraCostMatrix
    • pgr_withPointsCostMatrix
    • pgr_maxFlowPushRelabel
    • pgr_maxFlowEdmondsKarp
    • pgr_maxFlowBoykovKolmogorov
    • pgr_maximumCardinalityMatching
    • pgr_edgeDisjointPaths
    • pgr_contractGraph
  • Deprecated Signatures
    • pgr_tsp - use pgr_TSP or pgr_eucledianTSP instead
    • pgr_astar - use pgr_aStar instead
  • Deprecated functions
    • pgr_flip_edges
    • pgr_vidsToDmatrix
    • pgr_pointsToDMatrix
    • pgr_textToPoints
  • Read the documentation of this release at http://docs.pgrouting.org/2.3/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.

pgrouting-2.3.0-beta

06 Sep 18:09
Compare
Choose a tag to compare
pgrouting-2.3.0-beta Pre-release
Pre-release

Changes for 2.3.0

  • New Signatures:
    • pgr_TSP
    • pgr_aStar
  • New Functions:
    • pgr_eucledianTSP
  • New Proposed functions
    • pgr_dijkstraCostMatrix
    • pgr_withPointsCostMatrix
    • pgr_maxFlowPushRelabel
    • pgr_maxFlowEdmondsKarp
    • pgr_maxFlowBoykovKolmogorov
    • pgr_maximumCardinalityMatching
    • pgr_edgeDisjointPaths
    • pgr_contractGraph
  • Deprecated Signatures
    • pgr_tsp - use pgr_TSP or pgr_eucledianTSP instead
    • pgr_astar - use pgr_aStar instead
  • Deprecated functions
    • pgr_flip_edges
    • pgr_vidsToDmatrix
    • pgr_pointsToDMatrix
    • pgr_textToPoints
  • Read the documentation of this release at http://docs.pgrouting.org/2.3/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.

pgrouting-2.3.0-alpha

25 Aug 14:42
Compare
Choose a tag to compare
pgrouting-2.3.0-alpha Pre-release
Pre-release

Changes for 2.3.0

  • New Signatures:
    • pgr_TSP
    • pgr_aStar
  • New Functions:
    • pgr_eucledianTSP
  • New Proposed functions
    • pgr_dijkstraCostMatrix
    • pgr_withPointsCostMatrix
    • pgr_maxFlowPushRelabel
    • pgr_maxFlowEdmondsKarp
    • pgr_maxFlowBoykovKolmogorov
    • pgr_maximumCardinalityMatching
    • pgr_edgeDisjointPaths
    • pgr_contractGraph
  • Deprecated Signatures
    • pgr_tsp - use pgr_TSP or pgr_eucledianTSP instead
    • pgr_astar - use pgr_aStar instead
  • Deprecated functions
    • pgr_flip_edges
    • pgr_vidsToDmatrix
    • pgr_pointsToDMatrix
    • pgr_textToPoints
  • Read the documentation of this release at http://docs.pgrouting.org/2.3/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.

pgrouting-2.2.4

09 Aug 21:16
Compare
Choose a tag to compare

With the release of pgRouting 2.2.4 fixes compatibility errors with Fedora

  • 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.
  • For important changes see the following release notes.

Changes for release 2.2.4

  • Fixed Bogus uses of extern "C"
  • Fixed Build error on Fedora 24 + GCC 6.0
  • Fixed Regression error pgr_nodeNetwork