Skip to content

Commit 6a3dfc1

Browse files
committed
Updating NEWS about pgr_sequentialVertexColoring
1 parent c44a4b8 commit 6a3dfc1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Summary of changes by function
9191

9292
* Combinations signature promoted to official.
9393

94+
* pgr_sequentialVertexColoring
95+
96+
* Output columns standardized to ``(node, color)``
97+
9498
* pgr_trsp
9599

96100
* Function promoted to official.
@@ -275,6 +279,8 @@ Standardize output columns of functions with different output columns within ove
275279

276280
* [#2924](https://github.com/pgRouting/pgrouting/issues/2924)
277281
pgr_bipartite
282+
* [#2927](https://github.com/pgRouting/pgrouting/issues/2927)
283+
pgr_sequentialVertexColoring
278284

279285
Removal of SQL deprecated signatures
280286

doc/src/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ Summary of changes by function
158158
:start-after: Version 4.0.0
159159
:end-before: .. rubric
160160

161+
* pgr_sequentialVertexColoring
162+
163+
.. include:: pgr_sequentialVertexColoring.rst
164+
:start-after: Version 4.0.0
165+
:end-before: .. rubric
166+
161167
* pgr_trsp
162168

163169
.. include:: pgr_trsp.rst
@@ -309,6 +315,8 @@ Standardize output columns of functions with different output columns within ove
309315

310316
* `#2924 <https://github.com/pgRouting/pgrouting/issues/2924>`__
311317
pgr_bipartite
318+
* `#2927 <https://github.com/pgRouting/pgrouting/issues/2927>`__
319+
pgr_sequentialVertexColoring
312320

313321
Removal of SQL deprecated signatures
314322
...............................................................................

0 commit comments

Comments
 (0)