Skip to content

Commit 03fe386

Browse files
committed
(pgr_edwardMoore) updating NEWS and release notes about standardization
1 parent c3e092e commit 03fe386

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,19 @@ Functions promoted to official
7171
SQL signatures modification on functions
7272
...............................................................................
7373

74+
**Official functions**
75+
7476
* [#2906](https://github.com/pgRouting/pgrouting/issues/2906) pgr_bdDijkstra
7577

7678
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
7779
* Combinations signature promoted to official.
7880

81+
**Experimental functions**
82+
83+
* [#2910](https://github.com/pgRouting/pgrouting/issues/2910)
84+
pgr_edwardMoore
85+
86+
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
7987

8088
Removal of SQL deprecated signatures
8189
...............................................................................

doc/src/release_notes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,22 @@ Functions promoted to official
9292
SQL signatures modification on functions
9393
...............................................................................
9494

95+
.. rubric:: Official functions
96+
9597
* `#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ pgr_bdDijkstra
9698

9799
.. include:: pgr_bdDijkstra.rst
98100
:start-after: Version 4.0.0
99101
:end-before: .. rubric
100102

103+
.. rubric:: Experimental functions
104+
105+
* `#2910 <https://github.com/pgRouting/pgrouting/issues/2910>`__
106+
pgr_edwardMoore
107+
108+
.. include:: pgr_edwardMoore.rst
109+
:start-after: Version 4.0.0
110+
:end-before: .. rubric
101111

102112
Removal of SQL deprecated signatures
103113
...............................................................................

0 commit comments

Comments
 (0)