Skip to content

Commit 87f94df

Browse files
wifi:)wifi:)
authored andcommitted
Updating release notes and NEWS about the new function pgr kingOrdering
1 parent 3285b24 commit 87f94df

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ Summary of changes by function
138138
* pgr_edwardMoore
139139

140140
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
141+
.. rubric:: Version 3.2.0
142+
* New experimental signature:
143+
* pgr_edwardMoore(Combinations)
144+
.. rubric:: Version 3.0.0
145+
* New experimental function.
146+
147+
* pgr_kingOrdering
148+
149+
* New experimental function.
141150

142151
* pgr_KSP
143152

@@ -298,6 +307,10 @@ New experimental functions
298307

299308
* [#2951](https://github.com/pgRouting/pgrouting/issues/2951): pgr_bandwidth
300309

310+
* Ordering
311+
312+
* [#2954](https://github.com/pgRouting/pgrouting/issues/2954): pgr_kingOrdering
313+
301314
SQL signatures and output standardization
302315

303316
[#2904](https://github.com/pgRouting/pgrouting/issues/2904): Standardize output columns of functions with different output

doc/src/release_notes.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,13 @@ Summary of changes by function
212212

213213
.. include:: pgr_edwardMoore.rst
214214
:start-after: Version 4.0.0
215-
:end-before: .. rubric
215+
:end-before: Description
216+
217+
* pgr_kingOrdering
218+
219+
.. include:: pgr_kingOrdering.rst
220+
:start-after: Version 4.0.0
221+
:end-before: Description
216222

217223
* pgr_KSP
218224

@@ -354,6 +360,10 @@ New experimental functions
354360

355361
* :issue:`2951`: pgr_bandwidth
356362

363+
* Ordering
364+
365+
* :issue:`2954`: pgr_kingOrdering
366+
357367
SQL signatures and output standardization
358368
...............................................................................
359369

0 commit comments

Comments
 (0)