Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dlD3z-0004nb-BM for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 25 Aug 2017 11:46:11 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dlD3y-0002gz-No for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 25 Aug 2017 11:46:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dlD3u-0002a9-BL for pgsql-pkg-yum@postgresql.org; Fri, 25 Aug 2017 11:46:06 +0000 Received: from mail-it0-x235.google.com ([2607:f8b0:4001:c0b::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dlD3o-00027Q-QM for pgsql-pkg-yum@postgresql.org; Fri, 25 Aug 2017 11:46:05 +0000 Received: by mail-it0-x235.google.com with SMTP id p10so167767ite.1 for ; Fri, 25 Aug 2017 04:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=georepublic-de.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Hd+zqdiBDUQVDWcAea0dsHdbuKi9tBgN5cNuYV1k03U=; b=vyxY6TTlbwFzxmOqXtGcWxvoRaMlNZgUc0mciLIluS6x0yb+Pz7V6uyLmK1kHmGZJ3 5/nYlbXuyCnsv0hy4at40eq3nFhnUw9A0ROgwt0aZu6QPzr0vlpf3YU+4gsXSQ3QYshv P/I7SYTPnCuXLlSidiID/oZGbFeUgVSctVxow3tpvAFRAGxXqlPknNSy1o0x0PyNUddt qorBNvtYDn6eAibJgrzfxui9xFaKZDAAyqwiY4SMTKTbW/3BSmX+2vnFlDR4JPY2b8kB VQWUqaW+HtLrXfsCGtgrVAUt/nyhhHn2NkQgjeh5kp9gSAqwsvSd6DPQscYxZ2U7RCNJ QG5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Hd+zqdiBDUQVDWcAea0dsHdbuKi9tBgN5cNuYV1k03U=; b=mCzavgiqxYhj5OCMy07U4UbQx+sIMLw1alg40/Tg0rPXjD+gSK6fsgI7ADTNzv4ZvG o0xq6dvwDjTWK60LrLRbFWPq6FxX3JKnFOqdbVywGITUp2B9gKwy2fFbe7POnhAWSP2X wZy1Y/LrpPXHwBovD7OpZtyR56wUUCXutBJisHX5P3SYLuIOVT6AFO66aXll3XOE/OfZ Kxa3O7z+Yepwp8qM+zkRfoA/JlJTiX1o/2Y2wq3yI/ZPaYRXEXEMjTHgfaQvZUI4rN3J 268IBxNh1+CerrDOvM0zW/qcYZPzGkkQLWb0GPHBE4E0eoJqWHDH24ujf9+izUeOqIe6 q1KA== X-Gm-Message-State: AHYfb5i66xdte3LZwuw5Xz3njWdEGZpzxuPe1jBokQOhRR5AgbCqvH8Q ETXHDxhq778vohcZFmx7ShBl2PvvV0ro X-Received: by 10.36.170.15 with SMTP id b15mr2224611itf.98.1503661559200; Fri, 25 Aug 2017 04:45:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.6.1 with HTTP; Fri, 25 Aug 2017 04:45:58 -0700 (PDT) In-Reply-To: References: From: Vicky Vergara Date: Fri, 25 Aug 2017 06:45:58 -0500 Message-ID: Subject: Fwd: Pre-release 2.5.0-alpha To: pgsql-pkg-yum Content-Type: multipart/alternative; boundary="f403045fb71c1946e20557927d0e" List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --f403045fb71c1946e20557927d0e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 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=3D%E2%9C%93 &q=3Dmilestone%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 --=20 Georepublic UG (haftungsbeschr=C3=A4nkt) Salzmannstra=C3=9Fe 44, 81739 M=C3=BCnchen, Germany Vicky Vergara Operations Research eMail: vicky@georepublic.de Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht M=C3=BCnchen, HRB 181428 CEO: Daniel Kastl --f403045fb71c1946e20557927d0e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hello All.

pgRouting team is pleased to announce that th= e PRE-release 2.5.0-alpha Its ready for testing.

You can download fro= m:
https://github.com/pgRouting/pgrouting/relea= ses/tag/v2.5.0-alpha

tests have being done also with pos= tgreSQL 10

Regards

pgRouti= ng team



See the pre-release documentation a= t:
h= ttp://docs.pgrouting.org/2.5/en/index.html
See the list of closed issues:
https://github.= com/pgRouting/pgrouting/issues?utf8=3D%E2%9C%93&q=3Dmilestone= %3A%22Release%202.5.0%22

Breaking change on:

  • <=
    span style=3D"font-family:arial,helvetica,sans-serif">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)
  • p= gr_bdAstar(many to many)
  • pgr_bdAstarCost(one to one)
  • pgr_bd= AstarCost(one to many)
  • pgr_bdAstarCost(many to one)
  • pgr_bdA= starCost(many to many)
  • pgr_bdAstarCostMatrix
  • pgr_bdDijkstra= (one to many)
  • pgr_bdDijkstra(many to one)
  • pgr_bdDijkstra(ma= ny to many)
  • pgr_bdDijkstraCost(one to one)
  • pgr_bdDijkstraCo= st(one to many)
  • pgr_bdDijkstraCost(many to one)
  • pgr_bdDijks= traCost(many to many)
  • pgr_bdDijkstraCostMatrix
  • pgr_lineGrap= h
  • pgr_connectedComponents
  • pgr_strongComponents
  • pgr_= biconnectedComponents
  • pgr_articulationPoints
  • pgr_bridges

enhancement:

  • p=
    gr_version is now on SQL language
    

Deprecated Signatures

  • pgr_bdastar - use pgr_bdAstar instead

Renamed Functions

  • pgr_maxFlowPushRelabel - use pgr_pushRelabel instead
  • pgr_ma= xFlowEdmondsKarp -use pgr_edmondsKarp instead
  • pgr_maxFlowBoykovKolm= ogorov - use pgr_boykovKolmogorov instead
  • pgr_maximumCardinalityMat= ching - use pgr_maxCardinalityMatch instead

Deprecated function

  • pgr_pointToEdgeNode

<= div dir=3D"ltr">
=



--
<= div dir=3D"ltr">
=
Georepublic UG (haftungsbeschr=C3=A4nkt)
Salzmannstra=C3=9Fe 44,=20
81739 M=C3=BCnchen, Germany

Vicky Vergara
Operations Research

eMail: vicky@georepubli=
c.de
Web: https://georepu=
blic.info

Tel: +49 (089) 4161 7698-1
Fax: +49 (089) 4161 7698-9

Commercial register: Amtsgericht M=C3=BCnchen, HRB 181428
CEO: Daniel Kastl

--f403045fb71c1946e20557927d0e--