Skip to content

Commit

Permalink
Drivingdistance cleanup (#2599)
Browse files Browse the repository at this point in the history
* Enhancement of drivingDist.hpp
* Adjusting code to changes
* Updating release notes & NEWS
  • Loading branch information
cvvergara authored Jan 4, 2024
1 parent 1fb99d9 commit a3000a5
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 486 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
pgRouting 3.7.0 Release Notes
-------------------------------------------------------------------------------

No Changes Yet
To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.7.0
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`_

**Code enhancement**

* [#2599](https://github.com/pgRouting/pgrouting/pull/2599) Driving distance
cleanup

pgRouting 3.6.1 Release Notes
-------------------------------------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ To see the full list of changes check the list of `Git commits
pgRouting 3.7.0 Release Notes
-------------------------------------------------------------------------------

No Changes Yet
To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.7.0
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`_

.. rubric:: Code enhancement

* `#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving distance
cleanup

pgRouting 3.6.1 Release Notes
-------------------------------------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions docqueries/withPoints/doc-pgr_withPointsDD.result
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ SELECT * FROM pgr_withPointsDD(
1 | 0 | -2 | -2 | -2 | -1 | 0 | 0
2 | 1 | -2 | -2 | 11 | 8 | 0.1 | 0.1
3 | 2 | -2 | 11 | 16 | 9 | 1 | 1.1
4 | 2 | -2 | 11 | 7 | 8 | 1 | 1.1
5 | 2 | -2 | 11 | 12 | 11 | 1 | 1.1
4 | 2 | -2 | 11 | 12 | 11 | 1 | 1.1
5 | 2 | -2 | 11 | 7 | 8 | 1 | 1.1
6 | 3 | -2 | 12 | 17 | 13 | 1 | 2.1
7 | 3 | -2 | 16 | 15 | 16 | 1 | 2.1
8 | 3 | -2 | 7 | 8 | 10 | 1 | 2.1
Expand All @@ -93,14 +93,14 @@ SELECT * FROM pgr_withPointsDD(
11 | 0 | -1 | -1 | -1 | -1 | 0 | 0
12 | 1 | -1 | -1 | 11 | 5 | 0.2 | 0.2
13 | 2 | -1 | 11 | 7 | 8 | 1 | 1.2
14 | 2 | -1 | 11 | 12 | 11 | 1 | 1.2
15 | 2 | -1 | 11 | 16 | 9 | 1 | 1.2
14 | 2 | -1 | 11 | 16 | 9 | 1 | 1.2
15 | 2 | -1 | 11 | 12 | 11 | 1 | 1.2
16 | 3 | -1 | 7 | -2 | 8 | 0.9 | 2.1
17 | 3 | -1 | 12 | 17 | 13 | 1 | 2.2
18 | 3 | -1 | 16 | 15 | 16 | 1 | 2.2
17 | 3 | -1 | 7 | 3 | 7 | 1 | 2.2
18 | 3 | -1 | 7 | 6 | 4 | 1 | 2.2
19 | 3 | -1 | 7 | 8 | 10 | 1 | 2.2
20 | 3 | -1 | 7 | 6 | 4 | 1 | 2.2
21 | 3 | -1 | 7 | 3 | 7 | 1 | 2.2
20 | 3 | -1 | 16 | 15 | 16 | 1 | 2.2
21 | 3 | -1 | 12 | 17 | 13 | 1 | 2.2
(21 rows)

/* -- q6 */
Expand Down
Loading

0 comments on commit a3000a5

Please sign in to comment.