Skip to content

Commit a003fa2

Browse files
committed
Updating News and release notes about pgr_withpointsksp
1 parent b33c438 commit a003fa2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ milestone for 4.0.0
7070
* pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
7171
* pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
7272

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+
7378
**Removal of SQL deprecated functions**
7479

7580
* [#2681](https://github.com/pgRouting/pgrouting/issues/2681):
@@ -105,8 +110,11 @@ milestone for 4.0.0
105110
* _pgr_trsp(text,text,bigint,anyarray,boolean)
106111
* _pgr_trsp(text,text,bigint,bigint,boolean)
107112
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)
108-
* _pgr_withpointsvia(text,bigint[],double precision[],boolean)
109113
* _pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
114+
* _pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean,boolean)
115+
* _pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean)
116+
* _pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean)
117+
* _pgr_withpointsvia(text,bigint[],double precision[],boolean)
110118
* _trsp(text,text,anyarray,anyarray,boolean)
111119
* _v4trsp(text,text,anyarray,anyarray,boolean)
112120
* _v4trsp(text,text,text,boolean)

doc/src/release_notes.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ milestone for 4.0.0
100100
* pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
101101
* pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
102102

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+
103108
.. rubric:: Removal of SQL deprecated functions
104109

105110
* `#2681 <https://github.com/pgRouting/pgrouting/issues/2681>`__:
@@ -135,8 +140,11 @@ milestone for 4.0.0
135140
* _pgr_trsp(text,text,bigint,anyarray,boolean)
136141
* _pgr_trsp(text,text,bigint,bigint,boolean)
137142
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)
138-
* _pgr_withpointsvia(text,bigint[],double precision[],boolean)
139143
* _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)
140148
* _trsp(text,text,anyarray,anyarray,boolean)
141149
* _v4trsp(text,text,anyarray,anyarray,boolean)
142150
* _v4trsp(text,text,text,boolean)

0 commit comments

Comments
 (0)