File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ milestone for 3.8.0
38
38
* [ #2873 ] ( https://github.com/pgRouting/pgrouting/issues/2873 ) :
39
39
Promoted to official pgr_separateCrossing in version 3.8
40
40
41
+ * [ #2874 ] ( https://github.com/pgRouting/pgrouting/issues/2874 ) :
42
+ Promoted to official pgr_separateTouching in version 3.8
43
+
41
44
** Proposed functions**
42
45
43
46
* Contraction
Original file line number Diff line number Diff line change @@ -80,12 +80,6 @@ Proposed Functions
80
80
:start-after: official-start
81
81
:end-before: official-end
82
82
83
- .. rubric :: Utilities
84
-
85
- .. include :: topology-functions.rst
86
- :start-after: utility_proposed-start
87
- :end-before: utility_proposed-end
88
-
89
83
.. toctree ::
90
84
:hidden:
91
85
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ milestone for 3.8.0
69
69
* `#2873 <https://github.com/pgRouting/pgrouting/issues/2873 >`__:
70
70
Promoted to official pgr_separateCrossing in version 3.8
71
71
72
+ * `#2874 <https://github.com/pgRouting/pgrouting/issues/2874 >`__:
73
+ Promoted to official pgr_separateTouching in version 3.8
74
+
72
75
.. rubric :: Proposed functions
73
76
74
77
* Contraction
Original file line number Diff line number Diff line change @@ -50,19 +50,14 @@ Utility functions
50
50
table information.
51
51
- :doc: `pgr_findCloseEdges ` - Finds close edges of points on the fly
52
52
- :doc: `pgr_separateCrossing ` - Breaks geometries that cross each other.
53
+ - :doc: `pgr_separateTouching ` - Breaks geometries that (almost) touch each other.
53
54
54
55
.. utility_official-end
55
56
56
57
.. include :: proposed.rst
57
58
:start-after: warning-begin
58
59
:end-before: end-warning
59
60
60
- .. utility_proposed-start
61
-
62
- - :doc: `pgr_separateTouching ` - Breaks geometries that (almost) touch each other.
63
-
64
- .. utility_proposed-end
65
-
66
61
.. toctree ::
67
62
:hidden:
68
63
Original file line number Diff line number Diff line change 8
8
************************************************************************** **
9
9
10
10
.. 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
13
13
14
14
|
15
15
@@ -23,6 +23,7 @@ are properly connected at endpoints
23
23
24
24
.. rubric :: Version 3.8.0
25
25
26
+ * Function promoted to official.
26
27
* New proposed function.
27
28
28
29
Description
You can’t perform that action at this time.
0 commit comments