Skip to content

Commit 0b31c44

Browse files
committed
Promoting to official pgr_separateTouching on 3.8
1 parent e34d284 commit 0b31c44

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ milestone for 3.8.0
3838
* [#2873](https://github.com/pgRouting/pgrouting/issues/2873):
3939
Promoted to official pgr_separateCrossing in version 3.8
4040

41+
* [#2874](https://github.com/pgRouting/pgrouting/issues/2874):
42+
Promoted to official pgr_separateTouching in version 3.8
43+
4144
**Proposed functions**
4245

4346
* Contraction

doc/src/proposed.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ Proposed Functions
8080
:start-after: official-start
8181
:end-before: official-end
8282

83-
.. rubric:: Utilities
84-
85-
.. include:: topology-functions.rst
86-
:start-after: utility_proposed-start
87-
:end-before: utility_proposed-end
88-
8983
.. toctree::
9084
:hidden:
9185

doc/src/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ milestone for 3.8.0
6969
* `#2873 <https://github.com/pgRouting/pgrouting/issues/2873>`__:
7070
Promoted to official pgr_separateCrossing in version 3.8
7171

72+
* `#2874 <https://github.com/pgRouting/pgrouting/issues/2874>`__:
73+
Promoted to official pgr_separateTouching in version 3.8
74+
7275
.. rubric:: Proposed functions
7376

7477
* Contraction

doc/topology/topology-functions.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,14 @@ Utility functions
5050
table information.
5151
- :doc:`pgr_findCloseEdges` - Finds close edges of points on the fly
5252
- :doc:`pgr_separateCrossing` - Breaks geometries that cross each other.
53+
- :doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each other.
5354

5455
.. utility_official-end
5556
5657
.. include:: proposed.rst
5758
:start-after: warning-begin
5859
:end-before: end-warning
5960

60-
.. utility_proposed-start
61-
62-
- :doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each other.
63-
64-
.. utility_proposed-end
65-
6661
.. toctree::
6762
:hidden:
6863

doc/utilities/pgr_separateTouching.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
****************************************************************************
99

1010
.. index::
11-
single: Utilities ; pgr_separateTouching - proposed on v3.8.0
12-
single: separateTouching - proposed on v3.8.0
11+
single: Utilities ; pgr_separateTouching
12+
single: separateTouching
1313

1414
|
1515
@@ -23,6 +23,7 @@ are properly connected at endpoints
2323

2424
.. rubric:: Version 3.8.0
2525

26+
* Function promoted to official.
2627
* New proposed function.
2728

2829
Description

0 commit comments

Comments
 (0)