Skip to content

v3.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 06:36
· 1408 commits to main since this release
003b144

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 of edge_table

        • Removing unused columns category_id and reverse_category_id.
      • combinations instead of combinations_table

      • Using PostGIS standard for geometry column.

        • geom instead of the_geom
    • Avoiding usage of functions that modify indexes, columns etc on tables.

      • Using pgr_extractVertices to create a routing topology
    • 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