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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moves and updates docs for hybrid power law graphs
Jeffrey Finkelstein
2015-05-02
1
-24
/
+0
*
Change "non iso" to "noniso".
chebee7i
2015-04-23
1
-1
/
+1
*
Merge branch 'wrom' of https://github.com/MridulS/networkx into MridulS-wrom
chebee7i
2015-04-23
1
-0
/
+49
|
\
|
*
Update test cases for nx.nonisomorphic_trees()
Mridul Seth
2015-04-16
1
-3
/
+23
|
*
Non Isomorphic Trees generator
Mridul Seth
2015-04-16
1
-0
/
+29
*
|
Adds generator for complete multipartite graph.
Jeffrey Finkelstein
2015-04-18
1
-0
/
+44
|
/
*
Add generator function for circulant graphs.
Lucas Jones
2015-03-27
1
-0
/
+16
*
move generators to bipartite folder with tests
SanketDG
2015-03-05
1
-208
/
+0
*
Refactor complete_bipartite_graph. Fixes #1375.
Jordi Torrents
2015-03-02
2
-32
/
+32
*
Adds a generator for the chordal p-cycle graph.
Jeffrey Finkelstein
2014-12-15
2
-29
/
+72
*
Add another test for `margulis_gabber_galil_graph`.
chebee7i
2014-11-07
1
-27
/
+31
*
TST: do not attempt to convert to a matrix if scipy is not available
alex
2014-11-06
1
-3
/
+10
*
ENH: add an expander graph
alex
2014-11-06
1
-0
/
+18
*
Test exceptions as well.
chebee7i
2014-08-05
1
-0
/
+4
*
modified the range of allowed retention probability
wangz10
2014-07-03
1
-1
/
+0
*
added unit test for duplication_divergence_graph
wangz10
2014-07-03
1
-0
/
+4
*
Update test_threshold.py
chebee7i
2014-05-03
1
-1
/
+1
*
Adds test.
Jeffrey Finkelstein
2014-04-02
1
-0
/
+9
*
Merge branch 'fast-gnp' of github.com:hagberg/networkx into fast-gnp
Aric Hagberg
2014-03-27
1
-1
/
+1
|
\
|
*
Fix failing test in planted_partition_graph
Aric Hagberg
2014-03-06
1
-1
/
+1
*
|
removed unnecessary test code
Daniel
2014-03-27
1
-11
/
+0
*
|
added a test case for the bug and refactored the tests for the G(n, p) random...
Aric Hagberg
2014-03-27
1
-44
/
+47
|
/
*
Merge remote-tracking branch 'upstream/master' into community_generators
Benjamin Edwards
2013-12-16
5
-37
/
+120
|
\
|
*
Merge pull request #1021 from hagberg/use-sparse-matrix
Aric Hagberg
2013-12-08
1
-1
/
+2
|
|
\
|
|
*
More skip tests with SciPy
Aric Hagberg
2013-11-27
1
-1
/
+2
|
*
|
Never import the atlas graph generator by default.
Eugenio Piasini
2013-12-07
1
-3
/
+10
|
|
/
|
*
Describe conversion to directed graph
Aric Hagberg
2013-11-05
1
-2
/
+2
|
*
Make helper line graph functions explicitly private.
chebee7i
2013-09-08
1
-6
/
+6
|
*
Update line graph code to handle multi(di)graphs and selfloops.
chebee7i
2013-08-25
1
-21
/
+76
|
*
Merge pull request #830 from hagberg/stochastic-float
Aric Hagberg
2013-07-21
1
-6
/
+16
|
|
\
|
|
*
Doc, whitespace, formatting, style cleanup.
Aric Hagberg
2013-01-27
1
-7
/
+7
|
|
*
Test stochstic graph with ints
Aric Hagberg
2013-01-27
1
-0
/
+10
|
*
|
Moved check for G.degree(u)<n-1 to inner loop
Dan Schult
2013-07-18
1
-0
/
+10
|
*
|
Remove failing threshold graph test
Aric Hagberg
2013-06-03
1
-6
/
+6
*
|
|
Added community generators
Benjamin Edwards
2013-12-16
1
-0
/
+119
|
/
/
*
|
Merge pull request #817 from hagberg/706-generators
Aric Hagberg
2013-01-26
1
-5
/
+31
|
\
\
|
|
/
|
/
|
|
*
Faster Havel-Hakimi generator and directed version too.
Brian Cloteaux
2013-01-13
1
-5
/
+31
*
|
modified grid_graph generator to not mutate input parameters
Andrew Walker
2013-01-12
1
-2
/
+6
|
/
*
Another missing laplacian() rename.
Aric Hagberg
2013-01-05
1
-1
/
+1
*
Whitespace housekeeping
Aric Hagberg
2011-12-30
1
-13
/
+4
*
Add more tests for degree sequence generators.
Aric Hagberg
2011-12-30
1
-7
/
+50
*
Remove bipartite_random_regular_graph() generator.
Aric Hagberg
2011-12-10
1
-8
/
+0
*
More ego_graph tests
Aric Hagberg
2011-12-10
1
-0
/
+8
*
Better stochastic graph tests.
Aric Hagberg
2011-11-18
1
-1
/
+11
*
remove create_using option. marginal improvement of tests
Aric Hagberg
2011-11-18
1
-22
/
+23
*
remove smax generator
Aric Hagberg
2011-11-18
1
-43
/
+0
*
Adjust test to make sure graph is connected.
Aric Hagberg
2011-11-15
1
-3
/
+4
*
Add more tests. Fix potential Python3 issue.
Aric Hagberg
2011-11-05
1
-0
/
+5
*
Add random degree sequence graph.
Aric Hagberg
2011-11-03
1
-0
/
+4
*
Refactor large degree_seq.py into pieces and put non-generator pieces in algo...
Aric Hagberg
2011-11-03
3
-220
/
+153
[next]