@@ -54,6 +54,9 @@ Functions promoted to official
5454
5555** Signatures promoted to official**
5656
57+ [ #2718 ] ( https://github.com/pgRouting/pgrouting/issues/2918 )
58+ Make official the Combinations signature on the official functions
59+
5760* pgr_aStar(Combinations)
5861* pgr_aStarCost(Combinations)
5962* pgr_bdAstar(Combinations)
@@ -74,14 +77,8 @@ SQL signatures and output standardization
7477[ #2904 ] ( https://github.com/pgRouting/pgrouting/issues/2904 )
7578Standardize output columns of functions with different output columns within overloads
7679
77-
7880** Official functions**
7981
80- * [ #2906 ] ( https://github.com/pgRouting/pgrouting/issues/2906 ) pgr_bdDijkstra
81-
82- * Output columns standardized to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
83- * Combinations signature promoted to official.
84-
8582* [ #2905 ] ( https://github.com/pgRouting/pgrouting/issues/2905 )
8683 pgr_withPoints
8784
@@ -92,15 +89,10 @@ Standardize output columns of functions with different output columns within ove
9289 - Directed graph valid values: `` l `` or `` L `` and `` r `` , `` R ``
9390 - Undirected graph valid values: `` b `` or `` B ``
9491
95- * [ #2905 ] ( https://github.com/pgRouting/pgrouting/issues/2905 )
96- pgr_withPointsCost
92+ * [ #2906 ] ( https://github.com/pgRouting/pgrouting/issues/2906 ) pgr_bdDijkstra
9793
98- * Function promoted to official.
99- * Output columns standardized to `` (start_vid, end_vid, agg_cost) ``
100- * Signature change: `` driving_side `` parameter changed from named optional to
101- unnamed positional.
102- - Directed graph valid values: `` l `` or `` L `` and `` r `` , `` R ``
103- - Undirected graph valid values: `` b `` or `` B ``
94+ * Output columns standardized to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
95+ * Combinations signature promoted to official.
10496
10597** Experimental functions**
10698
@@ -114,6 +106,11 @@ Standardize output columns of functions with different output columns within ove
114106
115107 * Output columns standardized to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
116108
109+ * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 )
110+ pgr_DAGshortestPath
111+
112+ * Output columns standardized to `` (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
113+
117114Removal of SQL deprecated signatures
118115...............................................................................
119116
@@ -207,6 +204,10 @@ Related issues: [#2897](https://github.com/pgRouting/pgrouting/issues/2897)
207204* _ v4trsp(text,text,text,boolean)
208205* _ pgr_tspeuclidean(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean)
209206* _ pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean)
207+ * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 )
208+ _ pgr_dagshortestpath(text,text,boolean,boolean)
209+ * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 )
210+ _ pgr_dagshortestpath(text,anyarray,anyarray,boolean,boolean)
210211
211212
212213* [ #2861 ] ( https://github.com/pgRouting/pgrouting/issues/2861 ) :
@@ -253,5 +254,7 @@ Code enhancements
253254* _ v4trsp(text,text,anyarray,anyarray,boolean)
254255* _ v4trsp(text,text,text,boolean)
255256* _ pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
257+ * [ #2913 ] ( https://github.com/pgRouting/pgrouting/issues/2913 )
258+ _ pgr_dagshortestpath
256259
257260</details >
0 commit comments