@@ -15,11 +15,9 @@ milestone for 4.0.0
1515
1616
1717Summary of changes by function
18- ...............................................................................
1918
2019* pgr_contraction
2120
22- .. Breaking change
2321 * Breaking change, signatures no longer available:
2422 * pgr_contraction(text,bigint[ ] ,integer,bigint[ ] ,boolean)
2523
@@ -140,7 +138,6 @@ Summary of changes by function
140138 * pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,character,boolean)
141139
142140Functions promoted to official
143- ...............................................................................
144141
145142* [ #2701 ] ( https://github.com/pgRouting/pgrouting/issues/2701 )
146143 pgr_trsp
@@ -164,7 +161,6 @@ Functions promoted to official
164161 pgr_withPointsVia
165162
166163Signatures promoted to official
167- ...............................................................................
168164
169165* [ #2718 ] ( https://github.com/pgRouting/pgrouting/issues/2918 )
170166 pgr_aStar(Combinations)
@@ -194,7 +190,6 @@ Signatures promoted to official
194190 pgr_pushRelabel(Combinations)
195191
196192SQL signatures and output standardization
197- ...............................................................................
198193
199194[ #2904 ] ( https://github.com/pgRouting/pgrouting/issues/2904 )
200195Standardize output columns of functions with different output columns within overloads
@@ -222,7 +217,6 @@ Standardize output columns of functions with different output columns within ove
222217 pgr_withPointsCostMatrix
223218
224219Removal of SQL deprecated signatures
225- ...............................................................................
226220
227221* [ #2798 ] ( https://github.com/pgRouting/pgrouting/issues/2798 ) :
228222 pgr_contraction
@@ -275,7 +269,6 @@ Removal of SQL deprecated signatures
275269
276270
277271Removal of SQL deprecated functions
278- ...............................................................................
279272
280273* [ #2681 ] ( https://github.com/pgRouting/pgrouting/issues/2681 ) :
281274 pgr_trspviaedges
@@ -295,7 +288,6 @@ Removal of SQL deprecated functions
295288 pgr_nodeNetwork
296289
297290Removal of SQL deprecated internal functions
298- ...............................................................................
299291
300292* #2748 _ pgr_alphashape(text,double precision)
301293* #2861 _ pgr_checkverttab(text,text[ ] ,integer,text)
@@ -354,7 +346,6 @@ Removal of SQL deprecated internal functions
354346* #2683 _ v4trsp(text,text,text,boolean)
355347
356348Summary of functions and signatures no longer on pgrouting
357- ...............................................................................
358349
359350* #2748 pgr_alphashape(geometry,double precision)
360351* #2752 pgr_analyzegraph(text,double precision,text,text,text,text,text)
@@ -398,7 +389,6 @@ Summary of functions and signatures no longer on pgrouting
398389
399390
400391Code enhancements
401- ...............................................................................
402392
403393* Removal of unused C/C++ code
404394* Refactor the Script to build the update PostgreSQL file.
0 commit comments