Skip to content

Commit

Permalink
[doc] updating NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 17, 2023
1 parent cf0e616 commit 4d65a82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ on Github.

**Issues fixes**

* [#232](https://github.com/pgRouting/pgrouting/issues/232): Honor client
* [#232](https://github.com/pgRouting/pgrouting/issues/232): Honor client
cancel requests in C /C++ code


Expand Down Expand Up @@ -908,7 +908,7 @@ on Github.

* Experimental functions

* pgr_labelGraph - Use the components family of functions instead.
* pgr_labelGraph - Use the components family of functions instead.
* Max flow - functions were renamed on v2.5.0

* pgr_maxFlowPushRelabel
Expand Down Expand Up @@ -1012,7 +1012,7 @@ on Github.

**New experimental functions**

* pgr_lineGraphFull
* pgr_lineGraphFull

**Bug fixes**

Expand Down Expand Up @@ -1427,7 +1427,7 @@ on Github.

- Signature fix

- pgr_dijkstra -- to match what is documented
- pgr_dijkstra -- to match what is documented


**New Functions**
Expand Down Expand Up @@ -1457,8 +1457,8 @@ on Github.

**Deprecated functions:**

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

Expand Down
2 changes: 1 addition & 1 deletion doc/tsp/pgr_TSPeuclidean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Parameters
=================== =========== ======================================
Parameter Type Description
=================== =========== ======================================
`Coordinates SQL`_ ``TEXT`` `Coordinates SQL`_ as described below
`Coordinates SQL`_ ``TEXT`` `Coordinates SQL`_ as described below
=================== =========== ======================================

TSP optional parameters
Expand Down

0 comments on commit 4d65a82

Please sign in to comment.