File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ Summary of changes by function
160160
161161 * Combinations signature promoted to official.
162162
163+ * pgr_sloanOrdering
164+
165+ * New experimental function.
166+
163167* pgr_sequentialVertexColoring
164168
165169 * Output columns standardized to `` (node, color) ``
@@ -310,6 +314,7 @@ New experimental functions
310314* Ordering
311315
312316 * [ #2954 ] ( https://github.com/pgRouting/pgrouting/issues/2954 ) : pgr_kingOrdering
317+ * [ #2955 ] ( https://github.com/pgRouting/pgrouting/issues/2955 ) : pgr_sloanOrdering
313318
314319SQL signatures and output standardization
315320
Original file line number Diff line number Diff line change @@ -238,6 +238,12 @@ Summary of changes by function
238238 :start-after: Version 4.0.0
239239 :end-before: .. rubric
240240
241+ * pgr_sloanOrdering
242+
243+ .. include :: pgr_sloanOrdering.rst
244+ :start-after: Version 4.0.0
245+ :end-before: Description
246+
241247* pgr_sequentialVertexColoring
242248
243249 .. include :: pgr_sequentialVertexColoring.rst
@@ -363,6 +369,7 @@ New experimental functions
363369* Ordering
364370
365371 * :issue: `2954 `: pgr_kingOrdering
372+ * :issue: `2955 `: pgr_sloanOrdering
366373
367374SQL signatures and output standardization
368375...............................................................................
You can’t perform that action at this time.
0 commit comments