..
   ****************************************************************************
    pgRouting Manual
    Copyright(c) pgRouting Contributors

    This documentation is licensed under a Creative Commons Attribution-Share
    Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/
   ****************************************************************************

.. _changelog_2_2_0:

pgRouting 2.2.0 Release Notes
===============================================================================

With the release of pgRouting 2.2.0 fixes some bugs and issues.

 - To see the full list of changes check the list of `Git commits <https://github.com/pgRouting/pgrouting/commits>`_ on Github.
 - To see the issues closed by this release see the `Git closed issues <https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22Release+2.2.0%22+is%3Aclosed>`_ on Github.
 - For important changes see the following release notes.


Release Notes
-------------------------------------------------------------------------------


Changes for release 2.2.0


  - Improved:

    - pgr_nodeNetwork

     - Adding a row_where and outall optional parameters

  - Signature fix

    - pgr_dijkstra  -- to match what was documented

  - New functions

    - pgr_floydWarshall
    - pgr_Johnson
    - pgr_DijkstraCost

  - New Proposed functions

    - pgr_withPoints
    - pgr_withPointsCost
    - pgr_withPointsDD
    - pgr_withPointsKSP
    - pgr_dijkstraVia


  - Deprecated functions:

    - pgr_apspWarshall  use pgr_floydWarshall instead
    - pgr_apspJohnson   use pgr_Johnson instead
    - pgr_kDijkstraCost use pgr_dijkstraCost instead
    - pgr_kDijkstraPath use pgr_dijkstra instead
