[pgrouting-dev] pgRouting version 3.2.1 release

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.2.1
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.1 on Github. [2]

Issues

#1883: pgr_TSPEuclidean crashes connection on Windows

  • The solution is to use Boost::graph::metric_tsp_approx
  • To not break user’s code the optional parameters related to the TSP Annaeling are ignored
  • The function with the annaeling optional parameters is deprecated

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.1”;

[1]. https://github.com/pgRouting/pgrouting/releases/latest

[2]. https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.2.1%22

Regards,
pgRouting Team.