You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making this motion because a minor release would be done outside of the planned dates.
Mohamed Bakli From MobilityDB found a solution to have pgRouting execution to be stopped for example when running from psql using the code executes the interruption and nothing is returned. The related issue
As we all know, pgRouting has 2 main branches, currently
master we will be for working the next micro: 3.0.1
develop we will be for working the next mini: 3.1.0
This functionality is very important, so I think it is good to have a next 3.0.1 release ASAP
In order to have the functionality tested by a broad number of users:
Add it only to the pgr_dijkstra function on Master
Will cherry pick the commit and move to develop
Make the release of 3.0.1 only with pgr_dijkstra function using that functionality (one commit)
get some feedback
On the meantime, add the functionality to other functions in master
add the functionality of canceling the execution on all other functions (where applicable)
Make the release of 3.0.2 (one commit)
Will cherry pick the commit and move to develop
The MobilityDB team is using pgRouting (and PostGIS) and started communication with us: mail1 mail2
And the results of this communication is this PR into develop.
For their current development of the open source of MobilityDB they need the functionality.
Corresponding pgtap tests and documentation was also added.
So for the sake of continuous development of both open source project (pgRouting & MobilityDB) I am proposing the following timeline:
Release of 3.0.1 once the PR of 1 commit (cherry pick to develop)
Release of 3.0.2 once the PR of 1 commit (cherry pick to develop)
Release of 3.1.0 once the PR of 1 commit (This is a minor and would add a new signature function overloading pgr_dijkstra, as proposed and will not affect the current functions)
The text was updated successfully, but these errors were encountered:
Mail thread for comments
I am making this motion because a minor release would be done outside of the planned dates.
Mohamed Bakli From MobilityDB found a solution to have pgRouting execution to be stopped for example when running from psql using the code executes the interruption and nothing is returned. The related issue
pgRouting/pgrouting#232
This is how it would be implemented:
As we all know, pgRouting has 2 main branches, currently
This functionality is very important, so I think it is good to have a next 3.0.1 release ASAP
In order to have the functionality tested by a broad number of users:
The MobilityDB team is using pgRouting (and PostGIS) and started communication with us:
mail1
mail2
And the results of this communication is this PR into develop.
For their current development of the open source of MobilityDB they need the functionality.
Corresponding pgtap tests and documentation was also added.
So for the sake of continuous development of both open source project (pgRouting & MobilityDB) I am proposing the following timeline:
The text was updated successfully, but these errors were encountered: