Skip to content

Commit 9d5c21d

Browse files
committed
[drivingdistance]updating news
1 parent bd0546c commit 9d5c21d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,23 @@ pgRouting 3.6.0 Release Notes
8080

8181
* ``pgr_KSP`` (`One To One`) added ``start_vid`` and ``end_vid`` column.
8282

83+
* [#2548](https://github.com/pgRouting/pgrouting/pull/2548) Standarize output and modifying signature
84+
pgr_drivingdistance
85+
86+
* New proposed functions:
87+
* ``pgr_drivingdistance`` (`Single vertex`)
88+
* ``pgr_drivingdistance`` (`Multiple vertices`)
89+
90+
* Deprecated signatures:
91+
92+
* ``pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)``
93+
* ``pgr_drivingdistance(text,bigint,double precision,boolean,boolean)``
94+
95+
* Standarizing output columns to |result-bfs|
96+
97+
* ``pgr_drivingdistance`` (`Single vertex`) added ``depth`` and ``start_vid`` column.
98+
* ``pgr_drivindistance`` (`Multiple vertices`) added ``depth`` column.
99+
83100
**C/C++ code enhancements**
84101

85102
* [#2504](https://github.com/pgRouting/pgrouting/pull/2504) To C++ pg data get,

doc/src/release_notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,25 @@ pgRouting 3.6.0 Release Notes
101101

102102
* ``pgr_KSP`` (`One To One`) added ``start_vid`` and ``end_vid`` column.
103103

104+
105+
* [#2548](https://github.com/pgRouting/pgrouting/pull/2548) Standarize output and modifying signature
106+
pgr_drivingdistance
107+
108+
* New proposed functions:
109+
* ``pgr_drivingdistance`` (`Single vertex`)
110+
* ``pgr_drivingdistance`` (`Multiple vertices`)
111+
112+
* Deprecated signatures:
113+
114+
* ``pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)``
115+
* ``pgr_drivingdistance(text,bigint,double precision,boolean,boolean)``
116+
117+
* Standarizing output columns to |result-bfs|
118+
119+
* ``pgr_drivingdistance`` (`Single vertex`) added ``depth`` and ``start_vid`` column.
120+
* ``pgr_drivindistance`` (`Multiple vertices`) added ``depth`` column.
121+
122+
104123
.. rubric:: C/C++ code enhancements
105124

106125
* `#2504 <https://github.com/pgRouting/pgrouting/pull/2504>`__ To C++ pg data get,

0 commit comments

Comments
 (0)