Skip to content

Commit 4edc4bc

Browse files
committed
Updating release notes and NEWS about the new function pgr_bandwidth
1 parent be70aac commit 4edc4bc

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

NEWS.md

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

6161
* Combinations signature promoted to official.
6262

63+
* pgr_bandwidth
64+
65+
* New experimental function.
66+
6367
* pgr_bdAstar
6468

6569
* Combinations signature promoted to official.
@@ -288,6 +292,12 @@ Signatures promoted to official
288292
* [#2718](https://github.com/pgRouting/pgrouting/issues/2718): pgr_maxFlow(Combinations)
289293
* [#2718](https://github.com/pgRouting/pgrouting/issues/2718): pgr_pushRelabel(Combinations)
290294

295+
New experimental functions
296+
297+
* Metrics
298+
299+
* [#2951](https://github.com/pgRouting/pgrouting/issues/2951): pgr_bandwidth
300+
291301
SQL signatures and output standardization
292302

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

doc/src/release_notes.rst

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

103+
* pgr_bandwidth
104+
105+
.. include:: pgr_bandwidth.rst
106+
:start-after: Version 4.0.0
107+
:end-before: Description
108+
103109
* pgr_bdAstar
104110

105111
.. include:: pgr_bdAstar.rst
@@ -341,6 +347,13 @@ Signatures promoted to official
341347
* :issue:`2718`: pgr_maxFlow(Combinations)
342348
* :issue:`2718`: pgr_pushRelabel(Combinations)
343349

350+
New experimental functions
351+
...............................................................................
352+
353+
* Metrics
354+
355+
* :issue:`2951`: pgr_bandwidth
356+
344357
SQL signatures and output standardization
345358
...............................................................................
346359

0 commit comments

Comments
 (0)