Skip to content

Commit 5913d65

Browse files
committed
Updating release notes and NEWS about the new function pgr_maxWeightedMatching
1 parent 164fd0f commit 5913d65

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,18 @@ To see all issues & pull requests closed by this release see the
3434

3535
* [#3101](https://github.com/pgRouting/pgrouting/issues/3101): pgr_edgeColoring not building graph correctly
3636

37+
**New experimental functions.**
38+
39+
* Flow
40+
41+
* :issue:3136: pgr_maxWeightedMatching
3742

3843
**Summary of changes by function**
3944

45+
* pgr_maxWeightedMatching
46+
47+
* New experimental function.
48+
4049
* pgr_edgeColoring
4150

4251
* Fix the way it builds the graph

doc/src/release_notes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,20 @@ To see all issues & pull requests closed by this release see the
5959

6060
* :issue:`3101`: pgr_edgeColoring not building graph correctly
6161

62+
.. rubric:: New experimental functions.
63+
64+
* Flow
65+
66+
* :issue:3136: pgr_maxWeightedMatching
6267

6368
.. rubric:: Summary of changes by function
6469

70+
* pgr_maxWeightedMatching
71+
72+
.. include:: pgr_maxWeightedMatching.rst
73+
:start-after: Version 4.1.0
74+
:end-before: Description
75+
6576
* pgr_edgeColoring
6677

6778
.. include:: pgr_edgeColoring.rst

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v4.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2026-06-09 11:50+0000\n"
1112
"POT-Creation-Date: 2026-08-08 21:44+0000\n"
1213
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1314
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

locale/pot/pgrouting_doc_strings.pot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: pgRouting v4.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2026-06-09 11:50+0000\n"
1112
"POT-Creation-Date: 2026-08-08 21:44+0000\n"
1213
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1314
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

0 commit comments

Comments
 (0)