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.6.1 ](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.6.1%22%20) on Github.
6
+
7
+
* Fixes server crash on several functions.
8
+
9
+
* pgr_floydWarshall
10
+
* pgr_johnson
11
+
* pgr_astar
12
+
* pgr_bdAstar
13
+
* pgr_bdDijstra
14
+
* pgr_alphashape
15
+
* pgr_dijkstraCostMatrix
16
+
* pgr_dijkstra
17
+
* pgr_dijkstraCost
18
+
* pgr_drivingDistance
19
+
* pgr_KSP
20
+
* pgr_dijkstraVia (proposed)
21
+
* pgr_boykovKolmogorov (proposed)
22
+
* pgr_edgeDisjointPaths (proposed)
23
+
* pgr_edmondsKarp (proposed)
24
+
* pgr_maxCardinalityMatch (proposed)
25
+
* pgr_maxFlow (proposed)
26
+
* pgr_withPoints (proposed)
27
+
* pgr_withPointsCost (proposed)
28
+
* pgr_withPointsKSP (proposed)
29
+
* pgr_withPointsDD (proposed)
30
+
* pgr_withPointsCostMatrix (proposed)
31
+
* pgr_contractGraph (experimental)
32
+
* pgr_pushRelabel (experimental)
33
+
* pgr_vrpOneDepot (experimental)
34
+
* pgr_gsoc_vrppdtw (experimental)
35
+
* Fixes for deprecated functions where also applied but not tested
36
+
37
+
* Removed compilation warning for g++8
38
+
* Fixed a fallthrugh on Astar and bdAstar.
5
39
6
40
7
41
pgRouting 2.6.0 Release Notes
@@ -74,7 +108,6 @@ To see the issues closed by this release see the [Git closed milestone for 2.5.4
74
108
75
109
* Removed compilation warning for g++8
76
110
* 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.6.1 <https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.6.1%22%20>`_ on Github.
52
+
53
+
* Fixes server crash on several functions.
54
+
55
+
* pgr_floydWarshall
56
+
* pgr_johnson
57
+
* pgr_astar
58
+
* pgr_bdAstar
59
+
* pgr_bdDijstra
60
+
* pgr_alphashape
61
+
* pgr_dijkstraCostMatrix
62
+
* pgr_dijkstra
63
+
* pgr_dijkstraCost
64
+
* pgr_drivingDistance
65
+
* pgr_KSP
66
+
* pgr_dijkstraVia (proposed)
67
+
* pgr_boykovKolmogorov (proposed)
68
+
* pgr_edgeDisjointPaths (proposed)
69
+
* pgr_edmondsKarp (proposed)
70
+
* pgr_maxCardinalityMatch (proposed)
71
+
* pgr_maxFlow (proposed)
72
+
* pgr_withPoints (proposed)
73
+
* pgr_withPointsCost (proposed)
74
+
* pgr_withPointsKSP (proposed)
75
+
* pgr_withPointsDD (proposed)
76
+
* pgr_withPointsCostMatrix (proposed)
77
+
* pgr_contractGraph (experimental)
78
+
* pgr_pushRelabel (experimental)
79
+
* pgr_vrpOneDepot (experimental)
80
+
* pgr_gsoc_vrppdtw (experimental)
81
+
* Fixes for deprecated functions where also applied but not tested
82
+
83
+
* Removed compilation warning for g++8
84
+
* Fixed a fallthrugh on Astar and bdAstar.
51
85
52
86
.. _changelog_2_6_0:
53
87
@@ -122,7 +156,6 @@ To see the issues closed by this release see the `Git closed milestone for 2.5.4
122
156
123
157
* Removed compilation warning for g++8
124
158
* Fixed a fallthrugh on Astar and bdAstar.
125
-
>>>>>>> 83b8d30... updating NEWS VERSION, script & queries with current results
0 commit comments