Skip to content

Commit

Permalink
pgr_extractVertices promoted to official
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 1, 2025
1 parent 996a349 commit 370e764
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@

### pgRouting 3.8.0 Release Notes

**Changes on proposed functions**
**Promotion to official function**

* pgr_extractVertices

* Error messages adjustment.
* Function promoted to official.

**Changes on proposed functions**

* pgr_findCloseEdges

Expand Down
4 changes: 3 additions & 1 deletion doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ pgRouting 3.8
pgRouting 3.8.0 Release Notes
-------------------------------------------------------------------------------

.. rubric:: Changes on proposed functions
.. rubric:: Promotion to official function of pgRouting.

* pgr_extractVertices

.. include:: pgr_extractVertices.rst
:start-after: Version 3.8.0
:end-before: .. rubric

.. rubric:: Changes on proposed functions

* pgr_findCloseEdges

.. include:: pgr_findCloseEdges.rst
Expand Down
10 changes: 3 additions & 7 deletions doc/topology/pgr_extractVertices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,21 @@

.. index::
single: Topology Family ; pgr_extractVertices
single: extractVertices - Proposed on v3.3
single: extractVertices

|
``pgr_extractVertices`` -- Proposed
``pgr_extractVertices``
===============================================================================

``pgr_extractVertices`` — Extracts the vertices information


.. include:: proposed.rst
:start-after: warning-begin
:end-before: end-warning

.. rubric:: Availability

.. rubric:: Version 3.8.0

* Error messages adjustment.
* Function promoted to official.

.. rubric:: Version 3.3.0

Expand Down
4 changes: 2 additions & 2 deletions doc/topology/topology-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ have special permissions given by the administrators to use them.
table.
- :doc:`pgr_analyzeOneWay` - to analyze directionality of the edges.
- :doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table.
- :doc:`pgr_extractVertices` - Extracts vertex information based on the edge
table information.

.. official-end
Expand All @@ -60,8 +62,6 @@ Additional functions to analyze a graph:
These proposed functions do not modify the database.

- :doc:`pgr_degree` - Returns a set of vertices and corresponding count of incidet edges to the vertex.
- :doc:`pgr_extractVertices` - Extracts vertex information based on the edge
table information.

.. proposed-end
Expand Down
1 change: 0 additions & 1 deletion sql/topology/extractVertices.sql
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ LANGUAGE plpgsql VOLATILE STRICT;

COMMENT ON FUNCTION pgr_extractVertices(TEXT, BOOLEAN)
IS 'pgr_extractVertices
- PROPOSED
- Parameters
- Edges SQL with columns: [id,] startpoint, endpoint
OR
Expand Down

0 comments on commit 370e764

Please sign in to comment.