Skip to content

Commit 1aed1b9

Browse files
committed
Promoting to official pgr_separateCrossing
1 parent 30c1aad commit 1aed1b9

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ milestone for 3.8.0
3535
* ``partial`` option is removed.
3636
* Function promoted to official.
3737

38+
* [#2873](https://github.com/pgRouting/pgrouting/issues/2873):
39+
Promoted to official pgr_separateCrossing in version 3.8
40+
3841
**Proposed functions**
3942

4043
* Contraction

doc/src/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ milestone for 3.8.0
6666
:start-after: Version 3.8.0
6767
:end-before: .. rubric
6868

69+
* `#2873 <https://github.com/pgRouting/pgrouting/issues/2873>`__:
70+
Promoted to official pgr_separateCrossing in version 3.8
71+
6972
.. rubric:: Proposed functions
7073

7174
* Contraction

doc/topology/topology-functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Utility functions
4949
- :doc:`pgr_extractVertices` - Extracts vertex information based on the edge
5050
table information.
5151
- :doc:`pgr_findCloseEdges` - Finds close edges of points on the fly
52+
- :doc:`pgr_separateCrossing` - Breaks geometries that cross each other.
5253

5354
.. utility_official-end
5455
@@ -58,7 +59,6 @@ Utility functions
5859

5960
.. utility_proposed-start
6061
61-
- :doc:`pgr_separateCrossing` - Breaks geometries that cross each other.
6262
- :doc:`pgr_separateTouching` - Breaks geometries that (almost) touch each other.
6363

6464
.. utility_proposed-end

doc/utilities/pgr_separateCrossing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ do not cross.
2323

2424
.. rubric:: Version 3.8.0
2525

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

2829
Description

sql/utilities/separateCrossing.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ $BODY$ LANGUAGE 'plpgsql' VOLATILE STRICT;
112112
-- COMMENTS
113113
COMMENT ON FUNCTION pgr_separateCrossing(TEXT, FLOAT, BOOLEAN)
114114
IS 'pgr_separateCrossing
115-
PROPOSED
116115
- Parameters
117116
- Edges SQL with columns: id, geom
118117
- Optional parameters

0 commit comments

Comments
 (0)