pgRouting version 3.7.2 release

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.7.2
The latest release is available at [1]
For discussions on the release, go to [2]

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

Build

  • #2713 cmake missing some policies and min version

  • Using OLD policies: CMP0148, CMP0144, CMP0167

  • Minimum cmake version 3.12
    Bug fixes

  • #2707 Build failure in pgRouting 3.7.1 on Alpine

  • #2706 winnie crashing on pgr_betweennessCentrality

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

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

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

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.7.2
The latest release is available at [1]
For discussions on the release, go to [2]

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

*Build*

  * #2713 cmake missing some policies and min version
      o Using OLD policies: CMP0148, CMP0144, CMP0167
      o Minimum cmake version 3.12

*Bug fixes*

  * #2707 Build failure in pgRouting 3.7.1 on Alpine
  * #2706 winnie crashing on pgr_betweennessCentrality

*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.7.2";

[1]. Release v3.7.2 · pgRouting/pgrouting · GitHub
[2]. v3.7.2 · pgRouting/pgrouting · Discussion #2727 · GitHub
[3]. GitHub · Where software is built