-
-
Notifications
You must be signed in to change notification settings - Fork 383
pgr_extractVertices promoted to official #2773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,25 +9,21 @@ | |
|
|
||
| .. index:: | ||
| single: Topology Family ; pgr_extractVertices | ||
| single: extractVertices - Proposed on v3.3 | ||
| single: extractVertices | ||
|
|
||
|
Comment on lines
10
to
13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Index Entry Consistency |
||
| | | ||
| ``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 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
|
@@ -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 "" | ||
|
|
||
|
|
@@ -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" | ||
|
|
@@ -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 "" | ||
|
|
||
|
|
@@ -7847,9 +7858,6 @@ msgstr "" | |
| msgid "pgr_aStar(Combinations)" | ||
| msgstr "" | ||
|
|
||
| msgid "Function promoted to official." | ||
| msgstr "" | ||
|
|
||
| msgid "Version 2.4.0" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -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" | ||
|
|
@@ -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." | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
|
@@ -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 "" | ||
|
|
||
|
|
@@ -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" | ||
|
|
@@ -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 "" | ||
|
|
||
|
|
@@ -6823,9 +6832,6 @@ msgstr "" | |
| msgid "pgr_aStar(Combinations)" | ||
| msgstr "" | ||
|
|
||
| msgid "Function promoted to official." | ||
| msgstr "" | ||
|
|
||
| msgid "Version 2.4.0" | ||
| msgstr "" | ||
|
|
||
|
|
@@ -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" | ||
|
|
@@ -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 "" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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.