@@ -100,6 +100,11 @@ milestone for 4.0.0
100
100
* pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
101
101
* pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
102
102
103
+ * `#2895 <https://github.com/pgRouting/pgrouting/issues/2895 >`__:
104
+ pgr_withPointsKSP
105
+
106
+ * pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean)
107
+
103
108
.. rubric :: Removal of SQL deprecated functions
104
109
105
110
* `#2681 <https://github.com/pgRouting/pgrouting/issues/2681 >`__:
@@ -135,8 +140,11 @@ milestone for 4.0.0
135
140
* _pgr_trsp(text,text,bigint,anyarray,boolean)
136
141
* _pgr_trsp(text,text,bigint,bigint,boolean)
137
142
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)
138
- * _pgr_withpointsvia(text,bigint[],double precision[],boolean)
139
143
* _pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
144
+ * _pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean,boolean)
145
+ * _pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean)
146
+ * _pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean)
147
+ * _pgr_withpointsvia(text,bigint[],double precision[],boolean)
140
148
* _trsp(text,text,anyarray,anyarray,boolean)
141
149
* _v4trsp(text,text,anyarray,anyarray,boolean)
142
150
* _v4trsp(text,text,text,boolean)
0 commit comments