From vicky at georepublic.de Wed Aug 16 06:37:58 2017 From: vicky at georepublic.de (Vicky Vergara) Date: Wed, 16 Aug 2017 08:37:58 -0500 Subject: [pgrouting-users] pgRouting release 2.4.2 Message-ID: Hello all: This new pgRouting micro release 2.4.2 fixes a couple of bugs, and modifications were done so that it can also work on postgreSQL 10. Testing was done using postgresSQL 10beta. Can be downloaded from [1] Documentation can be found on [2] regards. pgRouting Team [1] https://github.com/pgRouting/pgrouting/releases/tag/v2.4.2 [2] http://docs.pgrouting.org/2.4/en/index.html Changes for 2.4.2 ------------------------------------------------------------------------------- *Improvement* * Works for postgreSQL 10 *Bug fixes* * Fixed: Unexpected error column "cname" * Replace __linux__ with __GLIBC__ for glibc-specific headers and functions To see the full list of closed issues: https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.4.2%22%20 -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: vicky at georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl -------------- next part -------------- An HTML attachment was scrubbed... URL: From vicky at georepublic.de Wed Aug 23 11:45:17 2017 From: vicky at georepublic.de (Vicky Vergara) Date: Wed, 23 Aug 2017 13:45:17 -0500 Subject: [pgrouting-users] Fwd: Pre-release 2.5.0-alpha In-Reply-To: References: Message-ID: Hello All. pgRouting team is pleased to announce that the PRE-release 2.5.0-alpha Its ready for testing. You can download from: https://github.com/pgRouting/pgrouting/releases/tag/v2.5.0-alpha tests have being done also with postgreSQL 10 We thank the contributions made by: - Vidham Jain - pgr_lineGraph - Maoguang Wang - Components Family of functions Regards pgRouting team See the pre-release documentation at: http://docs.pgrouting.org/2.5/en/index.html See the list of closed issues: https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C% 93&q=milestone%3A%22Release%202.5.0%22 Breaking change on: - pgr_edgeDisjointPaths: Added `path_id`, `cost` and `agg_cost` columns on the result Parameter names changed The many version results are the union of the one to one version New Signatures: - pgr_bdAstar(one to one) New Proposed functions - pgr_bdAstar(one to many) - pgr_bdAstar(many to one) - pgr_bdAstar(many to many) - pgr_bdAstarCost(one to one) - pgr_bdAstarCost(one to many) - pgr_bdAstarCost(many to one) - pgr_bdAstarCost(many to many) - pgr_bdAstarCostMatrix - pgr_bdDijkstra(one to many) - pgr_bdDijkstra(many to one) - pgr_bdDijkstra(many to many) - pgr_bdDijkstraCost(one to one) - pgr_bdDijkstraCost(one to many) - pgr_bdDijkstraCost(many to one) - pgr_bdDijkstraCost(many to many) - pgr_bdDijkstraCostMatrix - pgr_lineGraph - pgr_connectedComponents - pgr_strongComponents - pgr_biconnectedComponents - pgr_articulationPoints - pgr_bridges enhancement: - pgr_version is now on SQL language Deprecated Signatures - pgr_bdastar - use pgr_bdAstar instead Renamed Functions - pgr_maxFlowPushRelabel - use pgr_pushRelabel instead - pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead - pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead - pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead Deprecated function - pgr_pointToEdgeNode -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: vicky at georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: vicky at georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl -------------- next part -------------- An HTML attachment was scrubbed... URL: From vicky at georepublic.de Wed Aug 30 10:22:46 2017 From: vicky at georepublic.de (Vicky Vergara) Date: Wed, 30 Aug 2017 12:22:46 -0500 Subject: [pgrouting-users] pre-release2.5.0-Beta Message-ID: Hello All. We have moved to PRE-release 2.5.0-beta and It is ready for testing. (only documentation fixes were done) You can download from:https://github.com/pgRouting/pgrouting/releases/tag/v2.5.0-beta Remember tests have being done also with postgreSQL 10 (beta) We thank the contributions made by: - Vidham Jain - pgr_lineGraph - Maoguang Wang - Components Family of functions Regards pgRouting team See the pre-release documentation at:http://docs.pgrouting.org/2.5/en/index.html See the list of closed issues:https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%202.5.0%22 Breaking change on: - pgr_edgeDisjointPaths: Added `path_id`, `cost` and `agg_cost` columns on the result Parameter names changed The many version results are the union of the one to one version New Signatures: - pgr_bdAstar(one to one) New Proposed functions - pgr_bdAstar(one to many) - pgr_bdAstar(many to one) - pgr_bdAstar(many to many) - pgr_bdAstarCost(one to one) - pgr_bdAstarCost(one to many) - pgr_bdAstarCost(many to one) - pgr_bdAstarCost(many to many) - pgr_bdAstarCostMatrix - pgr_bdDijkstra(one to many) - pgr_bdDijkstra(many to one) - pgr_bdDijkstra(many to many) - pgr_bdDijkstraCost(one to one) - pgr_bdDijkstraCost(one to many) - pgr_bdDijkstraCost(many to one) - pgr_bdDijkstraCost(many to many) - pgr_bdDijkstraCostMatrix - pgr_lineGraph - pgr_connectedComponents - pgr_strongComponents - pgr_biconnectedComponents - pgr_articulationPoints - pgr_bridges enhancement: - pgr_version is now on SQL language Deprecated Signatures - pgr_bdastar - use pgr_bdAstar instead Renamed Functions - pgr_maxFlowPushRelabel - use pgr_pushRelabel instead - pgr_maxFlowEdmondsKarp -use pgr_edmondsKarp instead - pgr_maxFlowBoykovKolmogorov - use pgr_boykovKolmogorov instead - pgr_maximumCardinalityMatching - use pgr_maxCardinalityMatch instead Deprecated function - pgr_pointToEdgeNode -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: vicky at georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl -------------- next part -------------- An HTML attachment was scrubbed... URL: