File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
291301SQL signatures and output standardization
292302
293303[ #2904 ] ( https://github.com/pgRouting/pgrouting/issues/2904 ) : Standardize output columns of functions with different output
Original file line number Diff line number Diff 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+
344357SQL signatures and output standardization
345358...............................................................................
346359
You can’t perform that action at this time.
0 commit comments