index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
swap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-2
/
+2
*
Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)
Paula Pérez Bianchi
2022-12-13
1
-4
/
+17
*
add missing `seed` to function called by `connected_double_edge_swap` (#6231)
Dan Schult
2022-11-22
1
-1
/
+1
*
Implement directed edge swap (#5663)
Ben Heil
2022-06-24
1
-2
/
+122
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+1
*
Remove redundant py2 numeric conversions (#5661)
Mridul Seth
2022-05-31
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-6
/
+6
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-12
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Unify random state treatment across package (#3058)
Dan Schult
2018-07-16
1
-11
/
+23
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-25
/
+25
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-7
/
+7
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-3
/
+3
*
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-4
/
+4
*
Optimization for connected double edge swap.
Jeffrey Finkelstein
2015-04-27
1
-54
/
+140
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
lean extra white space and update copywrite in swap.py
Dan Schult
2012-03-28
1
-15
/
+17
*
Update tests and documentation.
Aric Hagberg
2011-12-10
1
-22
/
+32
*
Refactor large degree_seq.py into pieces and put non-generator pieces in algo...
Aric Hagberg
2011-11-03
1
-0
/
+173