pgRouting / pgrouting

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

pgr_labelGraph #1015

Closed cvvergara closed 6 years ago

cvvergara commented 6 years ago

Experimental function pg_labelGraph:

Based on the comments above: Because was experimental, we can consider that the code changed so much, that now is a family of functions and can be completely removed in version v3.0.0

A Question remains does it have kept in legacy functions? even when its not an official function of pgRouting?

robe2 commented 6 years ago

I wouldn't bother keeping it in a legacy file especially if it's not a simple wrapper against a stable function.

If people used it that heavily and start to complain, you can always add it later to the legacy file.

To keep your focus, throw it out. Less is better.

cvvergara commented 6 years ago

I'll save it as legacy_experimental, then before making the alpha we can decide if delete it or keep it. What I will delete is documentation and tests.

cvvergara commented 6 years ago

Fixed with PR #1016