Hello pgRouting community,
During the OSGeo Virtual Community Sprint 2020, bug fixes were done to pgRouting and
We are pleased to announce the release of pgRouting version 3.1.1.
The latest release is available at: https://github.com/pgRouting/pgrouting/releases/latest
The fixes were backported to version 3.0.3: https://github.com/pgRouting/pgrouting/releases/tag/v3.0.3
Issues fixed: https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.1.1%22
#1733 : pgr_bdAstar fails when source or target vertex does not exist in the graph
#1647 : Linear Contraction contracts self loops
#1640 : pgr_withPoints fails when points_sql is empty
#1616 : Path evaluation on C++ not updated before the results go back to C
#1300 : pgr_chinesePostman crash on test data
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.1.1”;
–
Regards,
Ashish Kumar.


Hello Ashish,
That’s great news! Thanks for sharing! 
Kind regards,
Rajat
On Thu, Nov 19, 2020 at 9:12 PM Ashish Kumar <ashishkr23438@gmail.com> wrote:
Hello pgRouting community,
During the OSGeo Virtual Community Sprint 2020, bug fixes were done to pgRouting and
We are pleased to announce the release of pgRouting version 3.1.1.
The latest release is available at: https://github.com/pgRouting/pgrouting/releases/latest
The fixes were backported to version 3.0.3: https://github.com/pgRouting/pgrouting/releases/tag/v3.0.3
Issues fixed: https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.1.1%22
#1733 : pgr_bdAstar fails when source or target vertex does not exist in the graph
#1647 : Linear Contraction contracts self loops
#1640 : pgr_withPoints fails when points_sql is empty
#1616 : Path evaluation on C++ not updated before the results go back to C
#1300 : pgr_chinesePostman crash on test data
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.1.1”;
–
Regards,
Ashish Kumar.


pgrouting-dev mailing list
pgrouting-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/pgrouting-dev