summaryrefslogtreecommitdiff
path: root/networkx/algorithms/flow
Commit message (Expand)AuthorAgeFilesLines
* Fix negative edge cycle function raising exception for empty graph (#6473)Purvi Chaurasia2023-03-111-1/+1
* Lint using Ruff (#6371)danieleades2023-02-194-10/+10
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Tested boykov_kolmogorov and dinitz with cutoff (#6104)Paula Pérez Bianchi2022-10-201-1/+10
* Update which flow functions support the cutoff argument (#6085)Paula Pérez Bianchi2022-10-192-29/+21
* Remove gpickle (#5773)Jarrod Millman2022-06-163-4/+14
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0210-29/+51
* Use sets instead of lists for collecting flowfuncs in tests. (#5589)Ross Barnowski2022-04-271-6/+6
* Update black (#5438)Mridul Seth2022-03-291-1/+1
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Style changes (#5022)Dan Schult2021-08-142-17/+4
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-082-3/+3
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-2/+1
* restructured networksimplex.py and added test_networksimplex.py (#4685)Harshal Dupare2021-05-192-305/+768
* Replace generate_unique_node internally where not needed (#4537)Dan Schult2021-01-171-2/+0
* Correct networkxsimplex docstring re: multigraphDan Schult2020-12-121-2/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-262-8/+8
* Format w/ black==20.8b1Jarrod Millman2020-10-067-70/+43
* Format python in docstrings (#4168)Jarrod Millman2020-08-1911-201/+209
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-169-13/+0
* Format w/ blackJarrod Millman2020-07-1013-743/+845
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* Update string formatJarrod Millman2020-01-013-39/+46
* Upgrade to Py36 syntaxJarrod Millman2020-01-015-20/+19
* Convert %-format to fstringJarrod Millman2020-01-015-10/+10
* Refactor testsJarrod Millman2019-11-192-0/+3
* Update styleJarrod Millman2019-11-192-66/+65
* Remove superfluous encoding informationJarrod Millman2019-11-1112-12/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-1111-70/+0
* Remove old Python 2 codeJarrod Millman2019-11-101-9/+0
* Fix documentation issues for exceptions in a few placesSøren Fuglede Jørgensen2019-11-091-2/+2
* PEP8 fixesJarrod Millman2019-10-187-13/+13
* PEP8 fixes to testsJarrod Millman2019-10-184-11/+11
* Replace eq_, ok_ with assertJarrod Millman2019-10-122-12/+9
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-7/+7
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-122-42/+43
* reduce warnings for deprecated functionsDan Schult2019-10-121-2/+2
* Remove unused importsJarrod Millman2019-10-122-2/+2
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-124-147/+137
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Add last 7 lines of Gomory-hu algorithm Fixes #3293 (#3614)Dan Schult2019-10-011-3/+11
* Update copyrightJarrod Millman2019-03-303-3/+3
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-182-7/+7
* Added gomory hu testIssa Moradnejad2019-01-121-0/+11
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaël Schoentgen2019-01-082-2/+2
* stop infinite loop in min_cost_flow (#3029)Dan Schult2018-06-282-1/+14
* Misc. typos (#2872)luzpaz2018-02-142-6/+6
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-1/+1