v3.3.2
pgRouting 3.3.2 Release Notes
To see all issues & pull requests closed by this release see the Git closed milestone for 3.3.2.
-
Revised documentation
-
Simplifying table names and table columns, for example:
-
edges
instead ofedge_table
- Removing unused columns
category_id
andreverse_category_id
.
- Removing unused columns
-
combinations
instead ofcombinations_table
-
Using PostGIS standard for geometry column.
geom
instead ofthe_geom
-
-
Avoiding usage of functions that modify indexes, columns etc on tables.
- Using
pgr_extractVertices
to create a routing topology
- Using
-
Restructure of the pgRouting concepts page.
-
Issue fixes
- #2276: edgeDisjointPaths issues with start_vid and combinations
- #2312: pgr_extractVertices error when target is not BIGINT
- #2357: Apply clang-tidy performance
Attachments
File | Contents |
---|---|
doc-v3.3.2-en-es.tar.gz |
English and Spanish documentation. Redirection to English |
doc-v3.3.2-en.tar.gz |
English documentation. Redirection to English |
doc-v3.3.2-es.tar.gz |
Spanish documentation. Redirection to Spanish |
pgrouting-3.3.2.tar.gz |
tar.gz of the release |
pgrouting-3.3.2.zip |
zip of the release |