You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see the issues closed by this release see the [Git closed milestone for 2.5.4 ](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.4%22%20) on Github.
44
+
45
+
* Fixes server crash on several functions.
46
+
47
+
* pgr_floydWarshall
48
+
* pgr_johnson
49
+
* pgr_astar
50
+
* pgr_bdAstar
51
+
* pgr_bdDijstra
52
+
* pgr_alphashape
53
+
* pgr_dijkstraCostMatrix
54
+
* pgr_dijkstra
55
+
* pgr_dijkstraCost
56
+
* pgr_drivingDistance
57
+
* pgr_KSP
58
+
* pgr_dijkstraVia (proposed)
59
+
* pgr_boykovKolmogorov (proposed)
60
+
* pgr_edgeDisjointPaths (proposed)
61
+
* pgr_edmondsKarp (proposed)
62
+
* pgr_maxCardinalityMatch (proposed)
63
+
* pgr_maxFlow (proposed)
64
+
* pgr_withPoints (proposed)
65
+
* pgr_withPointsCost (proposed)
66
+
* pgr_withPointsKSP (proposed)
67
+
* pgr_withPointsDD (proposed)
68
+
* pgr_withPointsCostMatrix (proposed)
69
+
* pgr_contractGraph (experimental)
70
+
* pgr_pushRelabel (experimental)
71
+
* pgr_vrpOneDepot (experimental)
72
+
* pgr_gsoc_vrppdtw (experimental)
73
+
* Fixes for deprecated functions where also applied but not tested
74
+
75
+
* Removed compilation warning for g++8
76
+
* Fixed a fallthrugh on Astar and bdAstar.
77
+
>>>>>>> 83b8d30... updating NEWS VERSION, script & queries with current results
To see the issues closed by this release see the `Git closed milestone for 2.5.4 <https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.4%22%20>`_ on Github.
92
+
93
+
* Fixes server crash on several functions.
94
+
95
+
* pgr_floydWarshall
96
+
* pgr_johnson
97
+
* pgr_astar
98
+
* pgr_bdAstar
99
+
* pgr_bdDijstra
100
+
* pgr_alphashape
101
+
* pgr_dijkstraCostMatrix
102
+
* pgr_dijkstra
103
+
* pgr_dijkstraCost
104
+
* pgr_drivingDistance
105
+
* pgr_KSP
106
+
* pgr_dijkstraVia (proposed)
107
+
* pgr_boykovKolmogorov (proposed)
108
+
* pgr_edgeDisjointPaths (proposed)
109
+
* pgr_edmondsKarp (proposed)
110
+
* pgr_maxCardinalityMatch (proposed)
111
+
* pgr_maxFlow (proposed)
112
+
* pgr_withPoints (proposed)
113
+
* pgr_withPointsCost (proposed)
114
+
* pgr_withPointsKSP (proposed)
115
+
* pgr_withPointsDD (proposed)
116
+
* pgr_withPointsCostMatrix (proposed)
117
+
* pgr_contractGraph (experimental)
118
+
* pgr_pushRelabel (experimental)
119
+
* pgr_vrpOneDepot (experimental)
120
+
* pgr_gsoc_vrppdtw (experimental)
121
+
* Fixes for deprecated functions where also applied but not tested
122
+
123
+
* Removed compilation warning for g++8
124
+
* Fixed a fallthrugh on Astar and bdAstar.
125
+
>>>>>>> 83b8d30... updating NEWS VERSION, script & queries with current results
0 commit comments