Releases: pgRouting/pgrouting
Releases · pgRouting/pgrouting
v2.4.0-rc
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
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
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
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
- 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.
v2.3.1
Changes for 2.3.1
- Bug fixes
- Leaks on proposed max_flow functions
- Regression error on pgr_trsp
- Types discrepancy on pgr_createVerticesTable
- 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
- 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.
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
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
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
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
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