File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,12 +35,22 @@ To see all issues & pull requests closed by this release see the
3535* [ #3101 ] ( https://github.com/pgRouting/pgrouting/issues/3101 ) : pgr_edgeColoring not building graph correctly
3636
3737
38+ ** New experimental functions.**
39+
40+ * Planar
41+
42+ * pgr_makeBiconnectedPlanar
43+
3844** Summary of changes by function**
3945
4046* pgr_edgeColoring
4147
4248 * Fix the way it builds the graph
4349
50+ * pgr_makeBiconnectedPlanar
51+
52+ * New experimental function.
53+
4454## pgRouting 4.0
4555
4656
Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ To see all issues & pull requests closed by this release see the
6060* :issue: `3101 `: pgr_edgeColoring not building graph correctly
6161
6262
63+ .. rubric :: New experimental functions.
64+
65+ * Planar
66+
67+ * pgr_makeBiconnectedPlanar
68+
6369.. rubric :: Summary of changes by function
6470
6571* pgr_edgeColoring
@@ -68,6 +74,12 @@ To see all issues & pull requests closed by this release see the
6874 :start-after: Version 4.1.0
6975 :end-before: .. rubric
7076
77+ * pgr_makeBiconnectedPlanar
78+
79+ .. include :: pgr_makeBiconnectedPlanar.rst
80+ :start-after: Version 4.1.0
81+ :end-before: Description
82+
7183pgRouting 4.0
7284+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7385
You can’t perform that action at this time.
0 commit comments