Skip to content

Commit 6797aad

Browse files
committed
Updating News about pgr_bipartite
1 parent 2a3d696 commit 6797aad

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Summary of changes by function
4949

5050
* Output columns standardized to ``(seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)``
5151

52+
* pgr_bipartite
53+
54+
* Output columns standardized to ``(node, color)``
55+
5256
* pgr_contraction
5357

5458
.. Breaking change
@@ -267,6 +271,11 @@ Standardize output columns of functions with different output columns within ove
267271
* [#2924](https://github.com/pgRouting/pgrouting/issues/2924)
268272
pgr_edgeColoring
269273

274+
**Standardized to ``(node, color)``**
275+
276+
* [#2924](https://github.com/pgRouting/pgrouting/issues/2924)
277+
pgr_bipartite
278+
270279
Removal of SQL deprecated signatures
271280

272281
* [#2798](https://github.com/pgRouting/pgrouting/issues/2798):

doc/coloring/pgr_bipartite.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the same set are adjacent.
2727

2828
.. rubric:: Version 4.0.0
2929

30-
* Output columns standardized to |result-node-color|
30+
* Output columns standardized to |result_node_color|
3131

3232
.. rubric:: Version 3.2.0
3333

@@ -60,7 +60,7 @@ Signatures
6060

6161
| pgr_bipartite(`Edges SQL`_)
6262
63-
| Returns set of |result-node-color|
63+
| Returns set of |result_node_color|
6464
| OR EMPTY SET
6565
6666
:Example: When the graph is bipartite

doc/src/release_notes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ Summary of changes by function
9898
:start-after: Version 4.0.0
9999
:end-before: .. rubric
100100

101+
* pgr_bipartite
102+
103+
.. include:: pgr_bipartite.rst
104+
:start-after: Version 4.0.0
105+
:end-before: .. rubric
106+
101107
* pgr_contraction
102108

103109
.. include:: pgr_contraction.rst
@@ -299,6 +305,11 @@ Standardize output columns of functions with different output columns within ove
299305
* `#2924 <https://github.com/pgRouting/pgrouting/issues/2924>`__
300306
pgr_edgeColoring
301307

308+
.. rubric:: Standardized to |result_node_color|
309+
310+
* `#2924 <https://github.com/pgRouting/pgrouting/issues/2924>`__
311+
pgr_bipartite
312+
302313
Removal of SQL deprecated signatures
303314
...............................................................................
304315

0 commit comments

Comments
 (0)