v3.4.0
pgRouting 3.4.0 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.4.0
Issue fixes
- #1891: pgr_ksp doesn't give all correct shortest path
New proposed functions
-
With points
pgr_withPointsVia
(One Via)
-
Turn Restrictions
-
Via with turn restrictions
pgr_trspVia
(One Via)pgr_trspVia_withPoints
(One Via)
-
pgr_trsp
pgr_trsp
(One to One)pgr_trsp
(One to Many)pgr_trsp
(Many to One)pgr_trsp
(Many to Many)pgr_trsp
(Combinations)
-
pgr_trsp_withPoints
pgr_trsp_withPoints
(One to One)pgr_trsp_withPoints
(One to Many)pgr_trsp_withPoints
(Many to One)pgr_trsp_withPoints
(Many to Many)pgr_trsp_withPoints
(Combinations)
-
-
Topology
pgr_degree
-
Utilities
pgr_findCloseEdges
(One point)pgr_findCloseEdges
(Many points)
New experimental functions
-
Ordering
pgr_cuthillMckeeOrdering
-
Unclassified
pgr_hawickCircuits
Official functions changes
-
Flow functions
-
pgr_maxCardinalityMatch(text)
- Deprecating
pgr_maxCardinalityMatch(text,boolean)
- Deprecating
-
Deprecated functions
-
Turn Restrictions
pgr_trsp(text,integer,integer,boolean,boolean,text)
pgr_trsp(text,integer,float8,integer,float8,boolean,boolean,text)
pgr_trspViaVertices(text,anyarray,boolean,boolean,text)
pgr_trspViaEdges(text,integer[],float[],boolean,boolean,text)
Attachments
File | Contents |
---|---|
doc-v3.4.0-en-es.tar.gz |
English and Spanish documentation. Redirection to English |
doc-v3.4.0-en.tar.gz |
English documentation. Redirection to English |
doc-v3.4.0-es.tar.gz |
Spanish documentation. Redirection to Spanish |
pgrouting-3.4.0.tar.gz |
tar.gz of the release |
pgrouting-3.4.0.zip |
zip of the release |