Skip to content

Commit 7c9193b

Browse files
committed
Updating release notes and NEWS about the new function pgr sloanOrdering
1 parent e19f387 commit 7c9193b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

NEWS.md

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

314319
SQL signatures and output standardization
315320

doc/src/release_notes.rst

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

367374
SQL signatures and output standardization
368375
...............................................................................

0 commit comments

Comments
 (0)