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
/
classic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Adds generator for complete multipartite graph.
Jeffrey Finkelstein
2015-04-18
1
-0
/
+76
*
Fix docstest.
chebee7i
2015-04-14
1
-0
/
+2
*
Clean up docstring example.
chebee7i
2015-04-13
1
-6
/
+12
*
Update docstring to meet standards.
Lucas Jones
2015-04-14
1
-5
/
+36
*
Fix style issues in circulant graph generator.
Lucas Jones
2015-03-30
1
-2
/
+2
*
Add generator function for circulant graphs.
Lucas Jones
2015-03-27
1
-0
/
+17
*
fix complete_bipartite_graph import
SanketDG
2015-03-05
1
-1
/
+1
*
Refactor complete_bipartite_graph. Fixes #1375.
Jordi Torrents
2015-03-02
1
-20
/
+3
*
Adds a generator for the chordal p-cycle graph.
Jeffrey Finkelstein
2014-12-15
1
-47
/
+0
*
Fix doc entry line for margulis_gabber_galil_graph.
chebee7i
2014-11-07
1
-8
/
+8
*
Update docstring for `margulis_gabber_galil_graph`.
chebee7i
2014-11-07
1
-6
/
+30
*
Traililng whitespace.
chebee7i
2014-11-07
1
-33
/
+33
*
ENH: add an expander graph
alex
2014-11-06
1
-0
/
+24
*
modified grid_graph generator to not mutate input parameters
Andrew Walker
2013-01-12
1
-0
/
+1
*
Remove create_using parameter from grid_graph.
Aric Hagberg
2011-09-19
1
-9
/
+7
*
Fix name in complete_graph().
Aric Hagberg
2011-09-03
1
-0
/
+1
*
Remove extraneous import of get_file_handle in generators/classic.py
Ben Edwards
2011-08-17
1
-1
/
+1
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-1
/
+1
*
Fix iterator version of complete_graph when n<2.
Dan Schult
2010-11-29
1
-5
/
+6
*
Use itertools in complete graph (handle directed case too).
Aric Hagberg
2010-10-19
1
-9
/
+12
*
Add new tree function.
Aric Hagberg
2010-10-18
1
-49
/
+81
*
Minor fixes to documentation, mainly to help Sphinx with one line descriptions.
loicseguin
2010-08-09
1
-8
/
+4
*
Remove unused datatype_utils
aric
2010-08-04
1
-1
/
+1
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-16
/
+15
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-19
/
+20
*
Move convert_node_labels_to_integers() and relabel_nodes() to convert.py
aric
2010-03-23
1
-2
/
+2
*
Add checking for directed/multigraph create_using in classic.py graphs.
dschult
2009-10-11
1
-20
/
+40
*
Add create_using parameter to every generator function.
cellison
2009-09-09
1
-30
/
+33
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
1
-50
/
+37
*
Make complete_graph work when create_using is a directed graph.
dschult
2007-08-11
1
-1
/
+1
*
removed dna... May it rest in peace.
dschult
2006-11-21
1
-2
/
+0
*
M classic.py
aric
2006-08-30
1
-2
/
+2
*
use new relable_nodes & remove incorrect documentation
swart
2006-07-17
1
-4
/
+1
*
I looked through the classic.py generators in response to
dschult
2006-05-18
1
-12
/
+15
*
hack: pass **kwds through complete graph so I can generate a complete XGraph()
aric
2006-05-05
1
-2
/
+2
*
Changed grid_graph generators to label nodes by index tuples. Added list
myers
2006-04-04
1
-26
/
+11
*
normalize the names of graphs so they produce strings
aric
2006-03-08
1
-18
/
+19
*
Cleaned up documentation
swart
2006-03-08
1
-27
/
+55
*
Fixed doctest failures
swart
2006-03-08
1
-9
/
+19
*
fixed some doc mistakes regarding node labeling
swart
2006-03-03
1
-5
/
+5
*
add names
aric
2005-12-30
1
-15
/
+17
*
zero-index branch - cleanup and testing, rewrite of powerlaw_cluster_graph
aric
2005-12-27
1
-68
/
+80
*
modify test hooks for new locations
aric
2005-12-01
1
-1
/
+5
*
Move testing directory up one level.
aric
2005-07-15
1
-1
/
+1
*
Name change from NX->networkx
aric
2005-07-13
1
-0
/
+426