PRE-release pgRouting 2.5.0-beta

From: Vicky Vergara <vicky(at)georepublic(dot)de>
To: PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>, pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: PRE-release pgRouting 2.5.0-beta
Date: 2017-08-30 17:24:38
Message-ID: CAK_FzuVi93s0nUNeNz9mcQYYi6-j1Po2ipoH63e67=Gu=omPMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian pgsql-pkg-yum

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(dot)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

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message apt.postgresql.org repository 2017-08-31 10:56:18 postgresql-10 updated to version 10~beta4-1.pgdg+1
Previous Message apt.postgresql.org repository 2017-08-30 08:23:06 pgsphere updated to version 1.1.1+2017.08.29-1.pgdg+1

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Bernd Helmle 2017-09-04 16:00:08 RPMs for ppc64/ppc64le
Previous Message Jehan-Guillaume de Rorthais 2017-08-30 11:14:42 Re: PostgreSQL Automatic Failover