[OSGeo-Announce] pgRouting version 3.2.0 release

Victoria Rautenbach victoria.rautenbach at gmail.com
Wed May 26 01:26:28 PDT 2021


*News item by Ashish KumarPublished at
https://www.osgeo.org/foundation-news/pgrouting-version-3-2-0-release/
<https://www.osgeo.org/foundation-news/pgrouting-version-3-2-0-release/>*

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version
3.2.0
The latest release is available at [1]

To see all issues & pull requests closed by this release see the Git closed
milestone for 3.2.0 on Github. [2]

*Important to packagers:*
The minimum boost version is now 1.56, to be used with C++11
Boost version starting from 1.75 requires C++14

*Build*

   - #1850: Change Boost min version to 1.56
      - Removing support for Boost v1.53, v1.54 & v1.55

*New experimental functions*

   - pgr_bellmanFord(Combinations)
   - pgr_binaryBreadthFirstSearch(Combinations)
   - pgr_bipartite
   - pgr_dagShortestPath(Combinations)
   - pgr_depthFirstSearch
   - Dijkstra Near
      - pgr_dijkstraNearCost
         - pgr_dijkstraNear(One to Many)
         - pgr_dijkstraNear(Many to One)
         - pgr_dijkstraNear(Many to Many)
         - pgr_dijkstraNear(Combinations)
      - pgr_dijkstraNearCost
         - pgr_dijkstraNearCost(One to Many)
         - pgr_dijkstraNearCost(Many to One)
         - pgr_dijkstraNearCost(Many to Many)
         - pgr_dijkstraNearCost(Combinations)
      - pgr_edwardMoore(Combinations)
   - pgr_isPlanar
   - pgr_lengauerTarjanDominatorTree
   - pgr_makeConnected
   - Flow
      - pgr_maxFlowMinCost(Combinations)
      - pgr_maxFlowMinCost_Cost(Combinations)
   - pgr_sequentialVertexColoring

*New proposed functions*

   - Astar
      - pgr_aStar(Combinations)
      - pgr_aStarCost(Combinations)
   - Bidirectional Astar
      - pgr_bdAstar(Combinations)
      - pgr_bdAstarCost(Combinations)
   - Bidirectional Dijkstra
      - pgr_bdDijkstra(Combinations)
      - pgr_bdDijkstraCost(Combinations)
   - Flow
      - pgr_boykovKolmogorov(Combinations)
      - pgr_edgeDisjointPaths(Combinations)
      - pgr_edmondsKarp(Combinations)
      - pgr_maxFlow(Combinations)
      - pgr_pushRelabel(Combinations)
   - pgr_withPoints(Combinations)
   - pgr_withPointsCost(Combinations)

*To update your database:*

Download the packaged version from your operating system, and use this
command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.2.0";

[1]. https://github.com/pgRouting/pgrouting/releases/latest
[2].
https://github.com/pgRouting/pgrouting/issuesutf8=%E2%9C%93&q=milestone%3A%22Release%203.2.0%22

-- 
Regards,
pgRouting Team.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/announce/attachments/20210526/16611854/attachment.html>


More information about the Announce mailing list