@@ -131,13 +131,26 @@ Summary of changes by function
131131
132132 * Combinations signature promoted to official.
133133
134+ * pgr_dijkstraNear
135+
136+ * Function promoted to official.
137+
138+ * pgr_dijkstraNearCost
139+
140+ * Function promoted to official.
141+
142+ * pgr_dijkstraVia
143+
144+ * Function promoted to official.
145+
134146* pgr_edgeColoring
135147
136148 * Output columns standardized to `` (edge, color) ``
137149
138150* pgr_edgeDisjointPaths
139151
140152 * Output columns standardized to `` (seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
153+ * Combinations signature promoted to official.
141154
142155* pgr_edmondsKarp
143156
@@ -160,6 +173,12 @@ Summary of changes by function
160173
161174 * All signatures promoted to official.
162175
176+ * pgr_maxCardinalityMatch
177+
178+ .. Breaking change
179+ * Breaking change, signatures no longer available:
180+ * pgr_maxCardinalityMatch(text,boolean)
181+
163182* pgr_maxFlow
164183
165184 * Combinations signature promoted to official.
@@ -168,14 +187,14 @@ Summary of changes by function
168187
169188 * Combinations signature promoted to official.
170189
171- * pgr_sloanOrdering
172-
173- * New experimental function.
174-
175190* pgr_sequentialVertexColoring
176191
177192 * Output columns standardized to `` (node, color) ``
178193
194+ * pgr_sloanOrdering
195+
196+ * New experimental function.
197+
179198* pgr_topologicalSort
180199
181200 * Standardize output to `` (seq, node) ``
@@ -220,6 +239,23 @@ Summary of changes by function
220239 * pgr_trsp_withpoints(text,text,text,bigint,bigint,boolean,character,boolean)
221240 * pgr_trsp_withpoints(text,text,text,text,boolean,character,boolean)
222241
242+ * pgr_TSP
243+
244+ * Results change depending on input order
245+ * Only for undirected graphs
246+ .. Breaking change
247+ * Breaking change, signatures no longer available:
248+ * pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double
249+ precision,double precision,double precision,boolean)
250+
251+ * pgr_TSPeuclidean
252+
253+ * Results change depending on input order
254+ .. Breaking change
255+ * Breaking change, signatures no longer available:
256+ * pgr_tspeuclidean(text,bigint,bigint,double precision,integer,integer,
257+ integer,double precision,double precision,double precision,boolean)
258+
223259* pgr_turnRestrictedPath
224260
225261 * Output columns standardized to `` (seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost) ``
@@ -286,6 +322,7 @@ Summary of changes by function
286322
287323Functions promoted to official
288324
325+ * [ #2701 ] ( https://github.com/pgRouting/pgrouting/issues/2701 ) : pgr_trsp
289326* [ #2701 ] ( https://github.com/pgRouting/pgrouting/issues/2701 ) : pgr_trsp
290327* [ #2701 ] ( https://github.com/pgRouting/pgrouting/issues/2701 ) : pgr_trspVia
291328* [ #2701 ] ( https://github.com/pgRouting/pgrouting/issues/2701 ) : pgr_trspVia_withPoints
@@ -296,6 +333,9 @@ Functions promoted to official
296333* [ #2700 ] ( https://github.com/pgRouting/pgrouting/issues/2700 ) : pgr_withPointsDD
297334* [ #2700 ] ( https://github.com/pgRouting/pgrouting/issues/2700 ) : pgr_withPointsKSP
298335* [ #2700 ] ( https://github.com/pgRouting/pgrouting/issues/2700 ) : pgr_withPointsVia
336+ * [ #2983 ] ( https://github.com/pgRouting/pgrouting/issues/2983 ) : pgr_dijkstraNear
337+ * [ #2983 ] ( https://github.com/pgRouting/pgrouting/issues/2983 ) : pgr_dijkstraNearCost
338+ * [ #2983 ] ( https://github.com/pgRouting/pgrouting/issues/2983 ) : pgr_dijkstraVia
299339
300340Signatures promoted to official
301341
0 commit comments