Skip to content

Commit

Permalink
Fixing news
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 27, 2025
1 parent 7280dca commit 3c92e00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
18 changes: 15 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,32 @@ milestone for 4.0.0

* pgr_dijkstra

**Removal of SQL deprecated functions and signatures**
**Removal of SQL deprecated functions**

* pgr_trsp(text,integer,double
* pgr_trsp(text,integer,integer,boolean,boolean,text)
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)
* pgr_trsp(text,integer,double precision,integer,double precision,boolean,boolean,text)
* pgr_trsp(text,integer,integer,boolean,boolean,text)

**Removal of SQL deprecated internal functions**

* _pgr_dijkstranear(text,anyarray,anyarray,bigint,boolean)
* _pgr_dijkstranear(text,anyarray,bigint,bigint,boolean)
* _pgr_dijkstranear(text,bigint,anyarray,bigint,boolean)
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)
* _pgr_dijkstra(text,text,boolean,boolean,boolean)
* _pgr_dijkstrav4(text,text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
* _pgr_trsp(text,text,anyarray,anyarray,boolean)
* _pgr_trsp(text,text,anyarray,bigint,boolean)
* _pgr_trsp(text,text,bigint,anyarray,boolean)
* _pgr_trsp(text,text,bigint,bigint,boolean)
* _pgr_trspviavertices(text,integer[],boolean,boolean,text)

**Deprecation of internal C/C++ functions**

* _pgr_drivingdistance(text,anyarray,double precision,boolean,boolean)
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint)``
* _pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)``
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)``
Expand Down
5 changes: 1 addition & 4 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ milestone for 4.0.0

* pgr_trsp(text,integer,double
* pgr_trsp(text,integer,integer,boolean,boolean,text)
* pgr_trspviaedges(text,integer[],double
* pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)
* pgr_trspviavertices(text,anyarray,boolean,boolean,text)

.. rubric:: Removal of SQL deprecated internal functions
Expand All @@ -95,8 +95,6 @@ milestone for 4.0.0
* _pgr_dijkstra(text,text,boolean,boolean,bigint,boolean)
* _pgr_dijkstra(text,text,boolean,boolean,boolean)
* _pgr_dijkstrav4(text,text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean)
* _pgr_drivingdistance(text,anyarray,double
* _pgr_trsp(text,integer,double
* _pgr_trsp(text,text,anyarray,anyarray,boolean)
* _pgr_trsp(text,text,anyarray,bigint,boolean)
* _pgr_trsp(text,text,bigint,anyarray,boolean)
Expand All @@ -117,7 +115,6 @@ milestone for 4.0.0
* _v4trsp(text,text,anyarray,anyarray,boolean)``
* _v4trsp(text,text,text,boolean)``


pgRouting 3
*******************************************************************************

Expand Down

0 comments on commit 3c92e00

Please sign in to comment.