Skip to content

Commit 769d1b3

Browse files
committed
[drivingdistance]updating news
1 parent bd0546c commit 769d1b3

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

NEWS

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

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

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

85104
* [#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)