Releases · pgRouting/pgrouting
v3.8.0 pgRouting 3.8.0 Release NotesTo see all issues & pull requests closed by this release see the Git closed milestone for 3.8.0
Promotion to official function of pgRouting
Metric
#2760: Promoted to official pgr_degree in version 3.8
Utilities
#2772: Promoted to official pgr_extractVertices in version 3.8
#2774: Promoted to official pgr_findCloseEdges in version 3.8
partial
option is removed.#2873: Promoted to official pgr_separateCrossing in version 3.8
#2874: Promoted to official pgr_separateTouching in version 3.8
Proposed functions
Contraction
Utilities
Official functions changes
#2786: pgr_contraction(edges) new signature
methods
.C/C++ code enhancements
SQL code enhancements
Deprecation of SQL functions
In the deprecated functions:
Attachments
File Contentsdoc-v3.8.0.tar.gz
English and Spanish documentation. Redirection to English pgrouting-3.8.0.tar.gz
tar.gz of the release pgrouting-3.8.0.zip
zip of the release v3.7.3 pgRouting 3.7.3 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.3
Bug fixes
Attachments
File Contentsdoc-v3.7.3.tar.gz
English and Spanish documentation. Redirection to English pgrouting-3.7.3.tar.gz
tar.gz of the release pgrouting-3.7.3.zip
zip of the release v3.7.2 pgRouting 3.7.2 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.2
Build
#2713 cmake missing some policies and min version
Bug fixes
Attachments
File Contentsdoc-v3.7.2.tar.gz
English and Spanish documentation. Redirection to English pgrouting-3.7.2.tar.gz
tar.gz of the release pgrouting-3.7.2.zip
zip of the release v3.7.1 pgRouting 3.7.1 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.1
Bug fixes
C/C++ code enhancement
Attachments
File Contentsdoc-v3.7.1.tar.gz
English and Spanish documentation. Redirection to English pgrouting-3.7.1.tar.gz
tar.gz of the release pgrouting-3.7.1.zip
zip of the release v3.7.0 pgRouting 3.7.0 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.7.0
Support
#2656 Stop support of PostgreSQL12 on pgrouting v3.7
New experimental functions
Metrics
Official functions changes
#2605 Standarize spanning tree functions output
Functions:
pgr_kruskalDD
pgr_kruskalDFS
pgr_kruskalBFS
pgr_primDD
pgr_primDFS
pgr_primBFS
Standarizing output columns to (seq, depth, start_vid, pred, node, edge, cost, agg_cost)
pred
result columns.Experimental promoted to proposed.
#2635 pgr_LineGraph ignores directed flag and use negative values for identifiers.
pgr_lineGraph
Code enhancement
Attachments
File Contentsdoc-v3.7.0.tar.gz
English, Chinese and Spanish documentation. Redirection to English pgrouting-3.7.0.tar.gz
tar.gz of the release pgrouting-3.7.0.zip
zip of the release v3.6.3 pgRouting 3.6.3 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.3
Build
Explicit minimum requirements:
g++ 13+ is supported
Code fixes
CI tests
Documentation
Results of documentation queries adujsted to boost 1.83.0 version:
pgtap tests
Attachments
File Contentsdoc-v3.6.3.tar.gz
English, Spanish & Simplified Chinese documentation. Redirection to English pgrouting-3.6.3.tar.gz
tar.gz of the release pgrouting-3.6.3.zip
zip of the release v3.6.2 pgRouting 3.6.2 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.2
Upgrade fix
Code fixes
Others
NEWS.md
for better visualization on GitHubAttachments
File Contentsdoc-v3.6.2-en-es.tar.gz
English and Spanish documentation. Redirection to English doc-v3.6.2-en.tar.gz
English documentation. Redirection to English doc-v3.6.2-es.tar.gz
Spanish documentation. Redirection to Spanish pgrouting-3.6.2.tar.gz
tar.gz of the release pgrouting-3.6.2.zip
zip of the release v3.6.1 pgRouting 3.6.1 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.1
Issue fixes
Attachments
File Contentsdoc-v3.6.1-en-es.tar.gz
English and Spanish documentation. Redirection to English doc-v3.6.1-en.tar.gz
English documentation. Redirection to English doc-v3.6.1-es.tar.gz
Spanish documentation. Redirection to Spanish pgrouting-3.6.1.tar.gz
tar.gz of the release pgrouting-3.6.1.zip
zip of the release v3.6.0 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
) added start_vid
and end_vid
columns.pgr_aStar
(One to Many
) added end_vid
column.pgr_aStar
(Many to One
) added start_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
) added start_vid
and end_vid
columns.pgr_bdAstar
(One to Many
) added end_vid
column.pgr_bdAstar
(Many to One
) added start_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
and end_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
and start_vid
result columns.pgr_drivingdistance
(Multiple vertices)
from_v
to start_vid
.depth
and pred
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
and start_vid
column.pgr_withPointsDD
(Multiple vertices
)
depth
, pred
columns.details
is false
:
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
and end_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
File Contentsdoc-v3.6.0-en-es.tar.gz
English and Spanish documentation. Redirection to English doc-v3.6.0-en.tar.gz
English documentation. Redirection to English doc-v3.6.0-es.tar.gz
Spanish documentation. Redirection to Spanish pgrouting-3.6.0.tar.gz
tar.gz of the release pgrouting-3.6.0.zip
zip of the release v3.5.1 pgRouting 3.5.1 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.5.1
Documentation fixes
Changes on the documentation to the following:
Issue fixes
SQL enhancements
pgtap tests
Build fixes
Code fixes
Fix clang warnings
Attachments
File Contentsdoc-v3.5.1-en-es.tar.gz
English and Spanish documentation. Redirection to English doc-v3.5.1-en.tar.gz
English documentation. Redirection to English doc-v3.5.1-es.tar.gz
Spanish documentation. Redirection to Spanish pgrouting-3.5.1.tar.gz
tar.gz of the release pgrouting-3.5.1.zip
zip of the release
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4