Skip to content

Commit

Permalink
[drivingdistance]updating news
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan1010 committed Aug 24, 2023
1 parent bd0546c commit 9d5c21d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ pgRouting 3.6.0 Release Notes

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

* [#2548](https://github.com/pgRouting/pgrouting/pull/2548) Standarize output and modifying signature
pgr_drivingdistance

* New proposed functions:
* ``pgr_drivingdistance`` (`Single vertex`)
* ``pgr_drivingdistance`` (`Multiple vertices`)

* Deprecated signatures:

* ``pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)``
* ``pgr_drivingdistance(text,bigint,double precision,boolean,boolean)``

* Standarizing output columns to |result-bfs|

* ``pgr_drivingdistance`` (`Single vertex`) added ``depth`` and ``start_vid`` column.
* ``pgr_drivindistance`` (`Multiple vertices`) added ``depth`` column.

**C/C++ code enhancements**

* [#2504](https://github.com/pgRouting/pgrouting/pull/2504) To C++ pg data get,
Expand Down
19 changes: 19 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,25 @@ pgRouting 3.6.0 Release Notes

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


* [#2548](https://github.com/pgRouting/pgrouting/pull/2548) Standarize output and modifying signature
pgr_drivingdistance

* New proposed functions:
* ``pgr_drivingdistance`` (`Single vertex`)
* ``pgr_drivingdistance`` (`Multiple vertices`)

* Deprecated signatures:

* ``pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)``
* ``pgr_drivingdistance(text,bigint,double precision,boolean,boolean)``

* Standarizing output columns to |result-bfs|

* ``pgr_drivingdistance`` (`Single vertex`) added ``depth`` and ``start_vid`` column.
* ``pgr_drivindistance`` (`Multiple vertices`) added ``depth`` column.


.. rubric:: C/C++ code enhancements

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

0 comments on commit 9d5c21d

Please sign in to comment.