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
/
generators
/
random_graphs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleans documentation for generators.random_graphs
Jeffrey Finkelstein
2015-05-08
1
-120
/
+160
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
A little more docstring cleanup for `duplication_divergence_graph`.
chebee7i
2014-08-05
1
-9
/
+11
*
Double backticks for source code in documentation.
chebee7i
2014-08-05
1
-1
/
+1
*
PEP 8 and other minor code edits.
chebee7i
2014-08-05
1
-18
/
+28
*
fixed typo...
Zichen Wang
2014-07-03
1
-1
/
+1
*
modified the range for retention probability to (0,1] in the exception message
Zichen Wang
2014-07-03
1
-1
/
+1
*
modified the range of allowed retention probability
wangz10
2014-07-03
1
-1
/
+1
*
cleaned up left over codes
wangz10
2014-07-03
1
-1
/
+0
*
added DD graph to __all__
wangz10
2014-07-03
1
-0
/
+1
*
added DD model
wangz10
2014-07-03
1
-43
/
+0
*
Merge remote-tracking branch 'upstream/master'
wangz10
2014-07-03
1
-0
/
+3
|
\
|
*
Return empty graph for random 0-regular graph
jfinkels
2014-04-02
1
-0
/
+3
*
|
Merge branch 'master' of https://github.com/wangz10/networkx
wangz10
2014-07-03
1
-0
/
+44
|
\
\
|
*
|
started random walk graph
Zichen Wang
2014-05-19
1
-0
/
+44
*
|
|
added dd model generator
wangz10
2014-07-03
1
-0
/
+55
|
|
/
|
/
|
*
|
Directed Gnp model (fast version) has wrong start index
Aric Hagberg
2014-03-06
1
-2
/
+5
|
/
*
Remove spurious debugging print statements
Dan Schult
2013-07-18
1
-2
/
+0
*
Moved check for G.degree(u)<n-1 to inner loop
Dan Schult
2013-07-18
1
-6
/
+14
*
Clean up white space
Dan Schult
2013-07-18
1
-101
/
+101
*
Allow larger number of neighbors in watts_strogatz_graph and newman_watts_str...
Andreas Amann
2013-06-27
1
-8
/
+8
*
remove create_using option. marginal improvement of tests
Aric Hagberg
2011-11-18
1
-54
/
+17
*
Random regular graph should return graph...
Aric Hagberg
2011-09-16
1
-12
/
+2
*
remove spurious line
Aric Hagberg
2011-06-26
1
-1
/
+0
*
Avoid self loops in directed version of fast_gnp
Aric Hagberg
2011-06-26
1
-1
/
+6
*
Missing directed= keyword
Aric Hagberg
2011-06-26
1
-1
/
+1
*
Use single return.
Aric Hagberg
2011-03-11
1
-2
/
+1
*
Return digraph. Add tests.
Aric Hagberg
2011-03-11
1
-0
/
+1
*
Use more pythonic style in fast_gnp
Aric Hagberg
2011-03-11
1
-21
/
+21
*
directed version of fast_gnp
Aric Hagberg
2011-03-11
1
-11
/
+25
*
Bug in create_using.
Aric Hagberg
2011-01-15
1
-3
/
+6
*
Remove create_using arguments in gnp,gnm random graph generators in favor of ...
Aric Hagberg
2011-01-15
1
-61
/
+43
*
Add patch by Jesus Cerquides to correct powerlaw_cluster_graph.
Dan Schult
2011-01-13
1
-5
/
+13
*
Do something reasonable in fast_gnp_random_graph() when p<=0
Aric Hagberg
2010-10-19
1
-7
/
+14
*
Use permuations/combinations to unify gnp_random_graph and directed_gnp_rando...
Aric Hagberg
2010-10-19
1
-53
/
+12
*
Correct connected_components import. Fixes #405
aric
2010-08-23
1
-5
/
+2
*
Fix some references with URLs
aric
2010-08-04
1
-1
/
+1
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-54
/
+17
*
Use correct import statement.
aric
2010-07-23
1
-1
/
+1
*
Raise error when k>=n/2 in watts-strogatz graphs.
aric
2010-06-24
1
-0
/
+4
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-29
/
+29
*
Add directed version of Gnp
aric
2010-04-09
1
-1
/
+53
*
Move convert_node_labels_to_integers() and relabel_nodes() to convert.py
aric
2010-03-23
1
-3
/
+3
*
Add checks/tests for create_using in bipartite.py,random.py,degree_seq.py
dschult
2009-10-11
1
-29
/
+52
*
Remove spurious create_using in sequence call
dschult
2009-10-10
1
-1
/
+0
*
Add parameters in docstrings.
aric
2009-10-04
1
-0
/
+11
*
Clean up docstrings.
aric
2009-10-04
1
-199
/
+214
*
Minor doc changes to scale_free_graph.
dschult
2009-09-09
1
-1
/
+1
*
Add create_using parameter to every generator function.
cellison
2009-09-09
1
-51
/
+88
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
[next]