summaryrefslogtreecommitdiff
path: root/networkx/algorithms/swap.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-2/+2
* Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)Paula Pérez Bianchi2022-12-131-4/+17
* add missing `seed` to function called by `connected_double_edge_swap` (#6231)Dan Schult2022-11-221-1/+1
* Implement directed edge swap (#5663)Ben Heil2022-06-241-2/+122
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Format w/ blackJarrod Millman2020-07-101-6/+6
* Convert %-format to fstringJarrod Millman2020-01-011-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-11/+23
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-171-25/+25
* Update copyrightJarrod Millman2017-07-251-1/+1
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-7/+7
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-3/+3
* Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-121-4/+4
* Optimization for connected double edge swap.Jeffrey Finkelstein2015-04-271-54/+140
* Fix copyrightsJGab2015-04-211-1/+1
* lean extra white space and update copywrite in swap.pyDan Schult2012-03-281-15/+17
* Update tests and documentation.Aric Hagberg2011-12-101-22/+32
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+173