-
-
Notifications
You must be signed in to change notification settings - Fork 376
pgr_findCloseEdges: promotion to official #2778
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
pgr_findCloseEdges: promotion to official #2778
Conversation
WalkthroughThis pull request updates the documentation to correct spelling errors (changing “Standarize” to “Standardize”) and to update the status of the function Changes
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (17)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (5)
NEWS.md
(8 hunks)doc/src/proposed.rst
(0 hunks)doc/src/release_notes.rst
(6 hunks)doc/src/routingFunctions.rst
(2 hunks)doc/utilities/pgr_findCloseEdges.rst
(4 hunks)
💤 Files with no reviewable changes (1)
- doc/src/proposed.rst
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
NEWS.md
24-24: Emphasis used instead of a heading
null
(MD036, no-emphasis-as-heading)
🪛 LanguageTool
NEWS.md
[style] ~219-~219: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...o Many) added end_vid
column. * pgr_aStar(Many to One) added start_vid
...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~229-~229: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...o Many) added end_vid
column. * pgr_bdAstar(Many to One) added ``start_vid`...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[typographical] ~312-~312: Two consecutive dots
Context: ...490) Automatic page history links. * ..rubric:: Standardize SQL * [#2555](http...
(DOUBLE_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Codacy Static Code Analysis
🔇 Additional comments (6)
doc/utilities/pgr_findCloseEdges.rst (1)
10-12
: Index Directive Update.
The index entries now include both
single: Utilities ; pgr_findCloseEdges
and
single: findCloseEdges
which improves discoverability. Please confirm that both forms are intended and that no redundant entries are created.doc/src/release_notes.rst (2)
42-50
: Promotion Section Updated.
The release notes now includepgr_findCloseEdges
under the rubric “Promotion to official function of pgRouting.” This change effectively communicates the new status. Ensure that any downstream references in other documentation (e.g., removal of thepartial
option) are consistent with this update.
56-57
: New Rubric for Proposed Functions.
The insertion of the rubric “Changes on proposed functions” clearly isolates functions that remain proposed (such aspgr_degree
). This helps for future tracking and aligns with the update to promote certain functions. Verify that no functions inadvertently remain listed as proposed if they have been officially promoted.doc/src/routingFunctions.rst (2)
98-107
: Addition of Utilities Family Section.
A new rubric “Utilities family” and a corresponding reference to:doc:\
pgr_findCloseEdges`have been added. This improves the documentation’s organization by explicitly categorizing
pgr_findCloseEdges` among utility functions. Please confirm that its placement (after sections covering other families) is intentional and follows the project’s documentation conventions.
173-174
: Hidden Toctree Inclusion.
The hidden toctree now includes an entry forpgr_findCloseEdges
, which ensures that the function’s documentation is part of the navigation even if it isn’t displayed in the main content. This is a good practice for comprehensive documentation.NEWS.md (1)
10-24
: Promotion Information in NEWS.md.
The NEWS.md file has been updated to reflect thatpgr_findCloseEdges
has been promoted to official status and that thepartial
option has been removed. This effectively communicates the changes in the function’s status. Please double-check that all spelling corrections (e.g. “Standardize”) are applied consistently throughout the document.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
24-24: Emphasis used instead of a heading
null(MD036, no-emphasis-as-heading)
Fixes #2774
Changes proposed in this pull request:
@pgRouting/admins
Summary by CodeRabbit