@@ -58,6 +58,28 @@ milestone for 4.0.0
5858 * pgr_trsp(text,integer,integer,boolean,boolean,text)
5959 * pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
6060
61+ * [ #2888 ] ( https://github.com/pgRouting/pgrouting/issues/2888 ) :
62+ pgr_findCloseEdges
63+
64+ * pgr_findcloseedges(text,geometry,double precision,integer,boolean,boolean)
65+ * pgr_findcloseedges(text,geometry[ ] ,double precision,integer,boolean,boolean)
66+
67+ * [ #2890 ] ( https://github.com/pgRouting/pgrouting/issues/2890 ) :
68+ pgr_withPointsDD
69+
70+ * pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
71+ * pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
72+
73+ * [ #2895 ] ( https://github.com/pgRouting/pgrouting/issues/2895 ) :
74+ pgr_withPointsKSP
75+
76+ * pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean)
77+
78+ * [ #2899 ] ( https://github.com/pgRouting/pgrouting/issues/2899 ) :
79+ pgr_maxCardinalityMatch
80+
81+ * pgr_maxcardinalitymatch(text,boolean)
82+
6183** Removal of SQL deprecated functions**
6284
6385* [ #2681 ] ( https://github.com/pgRouting/pgrouting/issues/2681 ) :
@@ -74,23 +96,35 @@ milestone for 4.0.0
7496 pgr_analyzeOneWay
7597* [ #2827 ] ( https://github.com/pgRouting/pgrouting/issues/2827 ) :
7698 pgr_createVerticesTable
99+ * [ #2886 ] ( https://github.com/pgRouting/pgrouting/issues/2886 ) :
100+ pgr_nodeNetwork
77101
78102** Removal of SQL deprecated internal functions**
79103
104+ Related issues: [ #2897 ] ( https://github.com/pgRouting/pgrouting/issues/2897 )
105+
80106* _ pgr_dijkstranear(text,anyarray,anyarray,bigint,boolean)
81107* _ pgr_dijkstranear(text,anyarray,bigint,bigint,boolean)
82108* _ pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)
83109* _ pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)
84110* _ pgr_dijkstra(text,text,boolean,boolean,boolean)
85111* _ pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
112+ * _ pgr_ksp(text,anyarray,anyarray,integer,boolean,boolean,boolean)
113+ * _ pgr_ksp(text,bigint,bigint,integer,boolean,boolean)
114+ * _ pgr_ksp(text,text,integer,boolean,boolean)
86115* _ pgr_kruskal(text,anyarray,text,bigint,double precision)
116+ * _ pgr_maxcardinalitymatch(text,boolean)
87117* _ pgr_prim(text,anyarray,text,bigint,double precision)
88118* _ pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
89119* _ pgr_trsp(text,text,anyarray,anyarray,boolean)
90120* _ pgr_trsp(text,text,anyarray,bigint,boolean)
91121* _ pgr_trsp(text,text,bigint,anyarray,boolean)
92122* _ pgr_trsp(text,text,bigint,bigint,boolean)
93123* _ pgr_trspviavertices(text,integer[ ] ,boolean,boolean,text)
124+ * _ pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
125+ * _ pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean,boolean)
126+ * _ pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean)
127+ * _ pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean)
94128* _ pgr_withpointsvia(text,bigint[ ] ,double precision[ ] ,boolean)
95129* _ trsp(text,text,anyarray,anyarray,boolean)
96130* _ v4trsp(text,text,anyarray,anyarray,boolean)
@@ -131,5 +165,6 @@ milestone for 4.0.0
131165* _ trsp(text,text,anyarray,anyarray,boolean)
132166* _ v4trsp(text,text,anyarray,anyarray,boolean)
133167* _ v4trsp(text,text,text,boolean)
168+ * _ pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
134169
135170</details >
0 commit comments