File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,18 @@ To see all issues & pull requests closed by this release see the
2424* [ #3086 ] ( https://github.com/pgRouting/pgrouting/issues/3086 ) : MaxFlow: create and use a process and driver
2525* [ #3089 ] ( https://github.com/pgRouting/pgrouting/issues/3089 ) : edgeDisjoint and bellmanFord use shortestPath driver and
2626 process
27+ * [ #3100 ] ( https://github.com/pgRouting/pgrouting/issues/3100 ) : Coloring: create an use a process & driver
28+
29+ ** Bug Fixes**
30+
31+ * [ #3101 ] ( https://github.com/pgRouting/pgrouting/issues/3101 ) : pgr_edgeColoring not building graph correctly
32+
33+
34+ ** Summary of changes by function**
35+
36+ * pgr_edgeColoring
37+
38+ * Fix the way it builds the graph
2739
2840## pgRouting 4.0
2941
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ graphs
2020
2121.. rubric :: Availability
2222
23+ .. rubric :: Version 4.1.0
24+
25+ * Fix the way it builds the graph
26+
2327.. rubric :: Version 4.0.0
2428
2529* Output columns standardized to |result_edge_color |
Original file line number Diff line number Diff line change @@ -49,6 +49,20 @@ To see all issues & pull requests closed by this release see the
4949* :issue: `3086 `: MaxFlow: create and use a process and driver
5050* :issue: `3089 `: edgeDisjoint and bellmanFord use shortestPath driver and
5151 process
52+ * :issue: `3100 `: Coloring: create an use a process & driver
53+
54+ .. rubric :: Bug Fixes
55+
56+ * :issue: `3101 `: pgr_edgeColoring not building graph correctly
57+
58+
59+ .. rubric :: Summary of changes by function
60+
61+ * pgr_edgeColoring
62+
63+ .. include :: pgr_edgeColoring.rst
64+ :start-after: Version 4.1.0
65+ :end-before: .. rubric
5266
5367pgRouting 4.0
5468+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You can’t perform that action at this time.
0 commit comments