v3.6.0 #2587
krashish8
announced in
Announcements
v3.6.0
#2587
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pgRouting 3.6.0 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.0
Official functions changes
#2516 Standarize output pgr_aStar
(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
pgr_aStar
(One to One
) addedstart_vid
andend_vid
columns.pgr_aStar
(One to Many
) addedend_vid
column.pgr_aStar
(Many to One
) addedstart_vid
column.#2523 Standarize output pgr_bdAstar
Standarizing output columns to
(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
pgr_bdAstar
(One to One
) addedstart_vid
andend_vid
columns.pgr_bdAstar
(One to Many
) addedend_vid
column.pgr_bdAstar
(Many to One
) addedstart_vid
column.#2547 Standarize output and modifying signature pgr_KSP
Result columns standarized to:
(seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
pgr_ksp
(One to One)start_vid
andend_vid
result columns.New overload functions:
pgr_ksp
(One to Many)pgr_ksp
(Many to One)pgr_ksp
(Many to Many)pgr_ksp
(Combinations)#2548 Standarize output pgr_drivingdistance
Standarizing output columns to
(seq, depth, start_vid, pred, node, edge, cost, agg_cost)
pgr_drivingdistance
(Single vertex)depth
andstart_vid
result columns.pgr_drivingdistance
(Multiple vertices)from_v
tostart_vid
.depth
andpred
result columns.Proposed functions changes
#2544 Standarize output and modifying signature pgr_withPointsDD
driving_side
parameter changed from named optional to unnamed compulsory driving side.pgr_withPointsDD
(Single vertex
)pgr_withPointsDD
(Multiple vertices
)(seq, depth, start_vid, pred, node, edge, cost, agg_cost)
pgr_withPointsDD
(Single vertex
)depth
,pred
andstart_vid
column.pgr_withPointsDD
(Multiple vertices
)depth
,pred
columns.details
isfalse
:pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)
pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)
#2546 Standarize output and modifying signature pgr_withPointsKSP
Standarizing output columns to
(seq, path_id, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
pgr_withPointsKSP
(One to One)driving_side
parameter changed from named optional to unnamed compulsory driving side.start_vid
andend_vid
result columns.New overload functions
pgr_withPointsKSP
(One to Many)pgr_withPointsKSP
(Many to One)pgr_withPointsKSP
(Many to Many)pgr_withPointsKSP
(Combinations)Deprecated signature
pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,char,boolean)
C/C++ code enhancements
Documentation
SQL standarization
Attachments
doc-v3.6.0-en-es.tar.gz
doc-v3.6.0-en.tar.gz
doc-v3.6.0-es.tar.gz
pgrouting-3.6.0.tar.gz
pgrouting-3.6.0.zip
This discussion was created from the release v3.6.0.
Beta Was this translation helpful? Give feedback.
All reactions