Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 of pgRouting.**

* pgr_extractVertices

* Error messages adjustment.
* Function promoted to official.

Comment on lines +11 to +17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Release Note Clarity for pgr_extractVertices
The NEWS.md file now includes a heading “Promotion to official function of pgRouting.” with a subsequent listing for pgr_extractVertices that contains an “Error messages adjustment” bullet and then “* Function promoted to official.” This entry clearly reflects the new status.

A minor suggestion: Markdownlint (MD036) flagged that emphasis was used instead of a proper heading. Consider using a hash-based heading (e.g. using “###”) to improve clarity if it aligns with your formatting guidelines.

**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

Comment on lines 10 to 13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Index Entry Consistency
At line 11–13 the index is updated with a new entry “single: extractVertices”. Please confirm that this new index entry duplicates or replaces the earlier “Topology Family ; pgr_extractVertices” as intended. If the earlier entry is no longer needed, consider removing it to avoid any ambiguity.

|
``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
25 changes: 14 additions & 11 deletions locale/en/LC_MESSAGES/pgrouting_doc_strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-27 23:12+0000\n"
"POT-Creation-Date: 2025-03-01 19:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -4362,6 +4362,11 @@ msgstr ""
msgid ":doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table."
msgstr ""

msgid ""
":doc:`pgr_extractVertices` - Extracts vertex information based on the "
"edge table information."
msgstr ""

msgid ":doc:`pgr_trsp` - Turn Restriction Shortest Path (TRSP)"
msgstr ""

Expand Down Expand Up @@ -4404,7 +4409,7 @@ msgstr ""
msgid "pgRouting 3.8.0 Release Notes"
msgstr ""

msgid "Changes on proposed functions"
msgid "Promotion to official function of pgRouting."
msgstr ""

msgid "pgr_extractVertices"
Expand All @@ -4413,6 +4418,12 @@ msgstr ""
msgid "Error messages adjustment."
msgstr ""

msgid "Function promoted to official."
msgstr ""

msgid "Changes on proposed functions"
msgstr ""

msgid "pgr_findCloseEdges"
msgstr ""

Expand Down Expand Up @@ -7847,9 +7858,6 @@ msgstr ""
msgid "pgr_aStar(Combinations)"
msgstr ""

msgid "Function promoted to official."
msgstr ""

msgid "Version 2.4.0"
msgstr ""

Expand Down Expand Up @@ -11460,7 +11468,7 @@ msgstr ""
msgid "https://en.wikipedia.org/wiki/Shortest_Path_Faster_Algorithm"
msgstr ""

msgid "``pgr_extractVertices`` -- Proposed"
msgid "``pgr_extractVertices``"
msgstr ""

msgid "``pgr_extractVertices`` — Extracts the vertices information"
Expand Down Expand Up @@ -15357,11 +15365,6 @@ msgid ""
"incidet edges to the vertex."
msgstr ""

msgid ""
":doc:`pgr_extractVertices` - Extracts vertex information based on the "
"edge table information."
msgstr ""

msgid ""
":doc:`pgr_lineGraph` - Transformation algorithm for generating a Line "
"Graph."
Expand Down
21 changes: 12 additions & 9 deletions locale/pot/pgrouting_doc_strings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-27 23:12+0000\n"
"POT-Creation-Date: 2025-03-01 19:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -3886,6 +3886,9 @@ msgstr ""
msgid ":doc:`pgr_nodeNetwork` - to create nodes to a not noded edge table."
msgstr ""

msgid ":doc:`pgr_extractVertices` - Extracts vertex information based on the edge table information."
msgstr ""

msgid ":doc:`pgr_trsp` - Turn Restriction Shortest Path (TRSP)"
msgstr ""

Expand Down Expand Up @@ -3928,7 +3931,7 @@ msgstr ""
msgid "pgRouting 3.8.0 Release Notes"
msgstr ""

msgid "Changes on proposed functions"
msgid "Promotion to official function of pgRouting."
msgstr ""

msgid "pgr_extractVertices"
Expand All @@ -3937,6 +3940,12 @@ msgstr ""
msgid "Error messages adjustment."
msgstr ""

msgid "Function promoted to official."
msgstr ""

msgid "Changes on proposed functions"
msgstr ""

msgid "pgr_findCloseEdges"
msgstr ""

Expand Down Expand Up @@ -6823,9 +6832,6 @@ msgstr ""
msgid "pgr_aStar(Combinations)"
msgstr ""

msgid "Function promoted to official."
msgstr ""

msgid "Version 2.4.0"
msgstr ""

Expand Down Expand Up @@ -9754,7 +9760,7 @@ msgstr ""
msgid "https://en.wikipedia.org/wiki/Shortest_Path_Faster_Algorithm"
msgstr ""

msgid "``pgr_extractVertices`` -- Proposed"
msgid "``pgr_extractVertices``"
msgstr ""

msgid "``pgr_extractVertices`` — Extracts the vertices information"
Expand Down Expand Up @@ -12898,9 +12904,6 @@ msgstr ""
msgid ":doc:`pgr_degree` - Returns a set of vertices and corresponding count of incidet edges to the vertex."
msgstr ""

msgid ":doc:`pgr_extractVertices` - Extracts vertex information based on the edge table information."
msgstr ""

msgid ":doc:`pgr_lineGraph` - Transformation algorithm for generating a Line Graph."
msgstr ""

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