Skip to content

Commit 53a7323

Browse files
committed
Updating release notes and NEWS about pgr_bdDijkstra
1 parent 899c474 commit 53a7323

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Functions promoted to official
2525
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
2626
* Function promoted to official.
2727

28-
* [#TBD](https://github.com/pgRouting/pgrouting/issues/2798) pgr_withPointsCost
28+
* [#2905](https://github.com/pgRouting/pgrouting/issues/2905) pgr_withPointsCost
2929

3030
* Output columns standardized to ``(start_vid, end_vid, agg_cost)``
3131
* Function promoted to official.
@@ -51,6 +51,14 @@ Functions promoted to official
5151
* pgr_maxFlow(Combinations)
5252
* pgr_pushRelabel(Combinations)
5353

54+
SQL signatures modification on functions
55+
...............................................................................
56+
57+
* [#2906](https://github.com/pgRouting/pgrouting/issues/2906) pgr_bdDijkstra
58+
59+
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
60+
* Combinations signature promoted to official.
61+
5462

5563
Removal of SQL deprecated signatures
5664
...............................................................................

doc/src/release_notes.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Functions promoted to official
5656
:start-after: Version 4.0.0
5757
:end-before: .. rubric
5858

59-
* `#TBD <https://github.com/pgRouting/pgrouting/issues/2798>`__ pgr_withPointsCost
59+
* `#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__ pgr_withPointsCost
6060

6161
.. include:: pgr_withPointsCost.rst
6262
:start-after: Version 4.0.0
@@ -83,6 +83,15 @@ Functions promoted to official
8383
* pgr_maxFlow(Combinations)
8484
* pgr_pushRelabel(Combinations)
8585

86+
SQL signatures modification on functions
87+
...............................................................................
88+
89+
* `#2906 <https://github.com/pgRouting/pgrouting/issues/2906>`__ pgr_bdDijkstra
90+
91+
.. include:: pgr_bdDijkstra.rst
92+
:start-after: Version 4.0.0
93+
:end-before: .. rubric
94+
8695

8796
Removal of SQL deprecated signatures
8897
...............................................................................

0 commit comments

Comments
 (0)