pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.13k stars 362 forks source link

[GSoC 2023] Modifying drivingdistance #2548

Closed aryan1010 closed 11 months ago

aryan1010 commented 11 months ago

This PR modifies one existing function:

This is a final merge PR containing commits from several different PRs combined.

The intermediate PRs made on the GSoC-pgRouting repository are as follows:

Description Pull Requests
pgr_drivingdistance
  • pgRouting/GSoC-pgRouting#293
  • pgRouting/GSoC-pgRouting#296
  • pgRouting/GSoC-pgRouting#305
  • pgRouting/GSoC-pgRouting#310
  • pgRouting/GSoC-pgRouting#311
  • pgRouting/GSoC-pgRouting#315
  • pgRouting/GSoC-pgRouting#321
  • pgRouting/GSoC-pgRouting#329
  • pgRouting/GSoC-pgRouting#331
  • pgRouting/GSoC-pgRouting#334
  • pgRouting/GSoC-pgRouting#338
  • pgRouting/GSoC-pgRouting#344

The wiki page with more details on this project can be found here.

krashish8 commented 11 months ago

Please also update the NEWS and release_notes.rst file, similar to the other GSoC PRs.

aryan1010 commented 11 months ago

@robe2 @krashish8 i have updated news and release_notes

krashish8 commented 11 months ago

You don't have to update NEWS manually. Use this script to generate NEWS: tools/release-scripts/notes2news.pl

Also, the release_notes.rst file is not formatted correctly. The links are written in a different way in an rst file (you can refer how other students did). NEWS will resemble markdown format.

robe2 commented 11 months ago

Links are written in a different format in rst file: https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html#links-to-external-web-pages

I think @Aniket-debug also needs to fix this in the release notes. Otherwise, this looks good. 🎉

I think @squarege made this mistake too. I'll go ahead and merge this for expediency.