summaryrefslogtreecommitdiff
path: root/networkx/utils/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated context managers (#5752)Mridul Seth2022-06-151-1/+0
|
* Add context manager for reversing a graph.chebee7i2014-05-121-0/+1
|
* Add Stoer-Wagner minimum cut algorithmysitu2014-04-031-0/+1
|
* Move reverse Cuthill-McKee algorithm to utils.Aric Hagberg2011-09-211-0/+1
| | | | | | | | Adjust example. Addresses #530 --HG-- rename : examples/algorithms/rcm.py => networkx/utils/rcm.py
* Refactor utils.Aric Hagberg2011-07-311-1/+3
| | | | | | | Fixes #599 --HG-- rename : networkx/tests/test_utils.py => networkx/utils/tests/test_misc.py
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-0/+2
the setup to catch weird sage errors