Skip to content

Commit 9e5e6b3

Browse files
committed
Updating release notes and NEWS about the new function pgr_makeMaximalPlanar
1 parent 61ef9d5 commit 9e5e6b3

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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_makeMaximalPlanar
43+
3844
**Summary of changes by function**
3945

4046
* pgr_edgeColoring
4147

4248
* Fix the way it builds the graph
4349

50+
* pgr_makeMaximalPlanar
51+
52+
* New experimental function.
53+
4454
## pgRouting 4.0
4555

4656

@@ -272,6 +282,7 @@ Summary of changes by function
272282

273283
* All signatures promoted to official.
274284

285+
275286
* pgr_maxCardinalityMatch
276287

277288
.. Breaking change
@@ -463,6 +474,7 @@ New experimental functions.
463474
* [#2954](https://github.com/pgRouting/pgrouting/issues/2954): pgr_kingOrdering
464475
* [#2955](https://github.com/pgRouting/pgrouting/issues/2955): pgr_sloanOrdering
465476

477+
466478
SQL signatures and output standardization
467479

468480
[#2904](https://github.com/pgRouting/pgrouting/issues/2904): Standardize output columns of functions with different output

doc/src/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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_makeMaximalPlanar
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_makeMaximalPlanar
78+
79+
.. include:: pgr_makeMaximalPlanar.rst
80+
:start-after: Version 4.1.0
81+
:end-before: Description
82+
7183
pgRouting 4.0
7284
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7385

@@ -358,6 +370,7 @@ Summary of changes by function
358370
:start-after: Version 4.0.0
359371
:end-before: .. rubric
360372

373+
361374
* pgr_maxCardinalityMatch
362375

363376
.. include:: pgr_maxCardinalityMatch.rst
@@ -525,6 +538,7 @@ New experimental functions.
525538
* :issue:`2954`: pgr_kingOrdering
526539
* :issue:`2955`: pgr_sloanOrdering
527540

541+
528542
SQL signatures and output standardization
529543
...............................................................................
530544

0 commit comments

Comments
 (0)