File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
279285Removal of SQL deprecated signatures
280286
Original file line number Diff line number Diff 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
313321Removal of SQL deprecated signatures
314322...............................................................................
You can’t perform that action at this time.
0 commit comments