Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgGCL-00078H-A1 for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 21 Feb 2017 19:34:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cgGCK-0006gN-NK for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 21 Feb 2017 19:34:04 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cgGCJ-0006dv-VG for pgsql-pkg-yum@postgresql.org; Tue, 21 Feb 2017 19:34:04 +0000 Received: from mail-it0-x22f.google.com ([2607:f8b0:4001:c0b::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cgGCG-00015y-TD for pgsql-pkg-yum@postgresql.org; Tue, 21 Feb 2017 19:34:02 +0000 Received: by mail-it0-x22f.google.com with SMTP id 203so123515308ith.0 for ; Tue, 21 Feb 2017 11:34:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=georepublic-de.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=Ch5seYiTG2jmF1mzbENcpaOd7HJw9V0jGNzqXCAbhAQ=; b=zz+L1BZeuqIKYTZHEE7kuja5smkVZGEtNKjBSrARsfqN2/WszqQn9RdCvmk8vV+TF1 BnhmE1hpirCQ7GbXgzHJxlRYmlUEbIDjX9nQ027wiO+vEvbA2rLRc5tKdUAFuTgFlChB cKmAcm9wvkn6teR6ZpsH9VOcVRnoPOSSzpPaSTEoFEIJG8M1t2/f8XGu5R7rZeZUVT1O w9vE7Z6GaMX424QuvcwLqMkkKGmH+T6Io8OTtUJlyJItY8cu3RjlQiXTNv7FLixLy9OX lZ7KIFSHxq3LWmi4x3HhraVLqh7xCRMGNyArZQMDn0hjgda/lYwxriF9hE262OlKUPhZ EpWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Ch5seYiTG2jmF1mzbENcpaOd7HJw9V0jGNzqXCAbhAQ=; b=gkrHvzD41Y342Ne+XA0m2rruEAbsNmzQh3Ov83VqgBO4cFGBSHWO2bELG5XwfO2yGO eYxCB6ftFnujVyhDxayLhMnHR/eHjg5kxtcqKI+m992Fwz8VVrlRhxMvEuAPJuTOJm6H gAOIkn6iIj6nsZkEdFoW+RAGV39iygzXan+PCqi7geJE0BWsq4cIi0mUMc2C9puDjLuz eIS3kq5DDEdS19XjteGCcOjdq9EU2ylpfe0qF0vfnc8nmjOMsP+UASssOqCIKq8WJx7D I43nzJDcL7MmUtuUR7mr+iwEWjQ8clpSXzJC8+V41eYi0bvN23YhYAxlED4W6k8K1Prj 0Xlw== X-Gm-Message-State: AMke39mae2892kRo05FlAqa5Wk2ig4hQ/JvSMu6vkN3V23hvvPRPvGhr2GHB6wb0QNYSgUwzfdbZD+wF1TNeSg== X-Received: by 10.36.44.4 with SMTP id i4mr12843115iti.105.1487705639369; Tue, 21 Feb 2017 11:33:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.145.8 with HTTP; Tue, 21 Feb 2017 11:33:58 -0800 (PST) From: Vicky Vergara Date: Tue, 21 Feb 2017 13:33:58 -0600 Message-ID: Subject: pgRouting v2.4.0 beta To: pgRouting developers mailing list , pgRouting users mailing list , pgsql-pkg-yum , PostgreSQL in Debian , Sebastiaan Couwenberg , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , Regina Obe Content-Type: multipart/alternative; boundary=001a11440eb42a594d05490f763e X-Pg-Spam-Score: -2.6 (--) 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 --001a11440eb42a594d05490f763e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E2=80=8B =E2=80=8BHello The pre-release of pgRouting v2.4.0 beta has being done. https://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-beta In this micro version pgr_bddijstra was rewritten and it no longer crashes the server when the compilation is done without an optimization flag. Please see: https://github.com/pgRouting/pgrouting/issues/686 Some additional issues were closed thanks to the tests done by the community. We appreciate your efforts. The following are the changes for 2.4.0. Changes for 2.4.0 ---------------------------------------------------------------------------= ---- * New Signatures: * pgr_bdDijkstra * New Proposed functions * pgr_maxFlow * pgr_astar(one to many) * pgr_astar(many to one) * pgr_astar(many to many) * pgr_astarCost(one to one) * pgr_astarCost(one to many) * pgr_astarCost(many to one) * pgr_astarCost(many to many) * pgr_astarCostMatrix * Deprecated Signatures * pgr_bddijkstra - use pgr_bdDijkstra instead * Deprecated functions * pgr_pointsToVids * Bug fixes on proposed functions * pgr_withPointsKSP: fixed ordering * TRSP original code is used with no changes on the compilation warnings - Read the documentation of this release at http://docs.pgrouting.org/2.4/en/doc/index.html - To see the full list of changes check the list of [Git commits] (https://github.com/pgRouting/pgrouting/commits/release/2.4) on Github. - To see the issues closed by this release see the [Git closed issues](https://github.com/pgRouting/pgrouting/issues?utf8=3D%E2%9C%93&q=3D= milestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Github. Regards pgRouting team =E2=80=8B --=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 --001a11440eb42a594d05490f763e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=E2=80=8B
=E2=80=8BHello
The pre-release of pgRouting v2.4.0 beta has being done.
=
https://github.com/pgRouting/pgrouting/releases/tag/v2.4.0-beta
In this micro version pgr_bddijstra was rewritten and it no longer crashes the server when the compilation is done without an optimization flag.=20 Please see: https://github.com/pgRouting/pgrouting/issues/686=

Some additional issues were closed thanks to the tests d= one by the community. We appreciate your efforts.

= The following are the changes for 2.4.0.


Cha=
nges for 2.4.0
-----------------------------------------------------------------=
--------------


* New Signatures:
  * pgr_bdDijkstra
* New Proposed functions
  * pgr_maxFlow
  * pgr_astar(one to many)
  * pgr_astar(many to one)
  * pgr_astar(many to many)
  * pgr_astarCost(one to one)
  * pgr_astarCost(one to many)
  * pgr_astarCost(many to one)
  * pgr_astarCost(many to many)
  * pgr_astarCostMatrix
* Deprecated Signatures
  * pgr_bddijkstra - use pgr_bdDijkstra instead
* Deprecated functions
  * pgr_pointsToVids
* Bug fixes on proposed functions
  * pgr_withPointsKSP: fixed ordering

* TRSP original code is used with no changes on the compilation warnings

- Read the documentation of this release at http://docs.pgrouting.org/2.=
4/en/doc/index.html
- To see the full list of changes check the list of [Git commits] (https://github.com/pgRouting/pgrouting/commits/release/2.4)=
 on Github.
- To see the issues closed by this release see the [Git closed issues](ht=
tps://github.com/pgRouting/pgrouting/issues?utf8=3D%E2%9C%93&=
q=3Dmilestone%3A%22Release%202.4.0%22%20is%3Aclosed%20) on Gi=
thub.

Regards

pgRouting team
=E2=80=8B

-- <= br>
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

--001a11440eb42a594d05490f763e--