Skip to content

Commit 77f1171

Browse files
committed
Updating News and release notes
1 parent b0f9fea commit 77f1171

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc/coloring/pgr_edgeColoring.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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|

doc/src/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5367
pgRouting 4.0
5468
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

0 commit comments

Comments
 (0)