summaryrefslogtreecommitdiff
path: root/networkx/generators/tests
Commit message (Expand)AuthorAgeFilesLines
* Moves and updates docs for hybrid power law graphsJeffrey Finkelstein2015-05-021-24/+0
* Change "non iso" to "noniso".chebee7i2015-04-231-1/+1
* Merge branch 'wrom' of https://github.com/MridulS/networkx into MridulS-wromchebee7i2015-04-231-0/+49
|\
| * Update test cases for nx.nonisomorphic_trees()Mridul Seth2015-04-161-3/+23
| * Non Isomorphic Trees generatorMridul Seth2015-04-161-0/+29
* | Adds generator for complete multipartite graph.Jeffrey Finkelstein2015-04-181-0/+44
|/
* Add generator function for circulant graphs.Lucas Jones2015-03-271-0/+16
* move generators to bipartite folder with testsSanketDG2015-03-051-208/+0
* Refactor complete_bipartite_graph. Fixes #1375.Jordi Torrents2015-03-022-32/+32
* Adds a generator for the chordal p-cycle graph.Jeffrey Finkelstein2014-12-152-29/+72
* Add another test for `margulis_gabber_galil_graph`.chebee7i2014-11-071-27/+31
* TST: do not attempt to convert to a matrix if scipy is not availablealex2014-11-061-3/+10
* ENH: add an expander graphalex2014-11-061-0/+18
* Test exceptions as well.chebee7i2014-08-051-0/+4
* modified the range of allowed retention probabilitywangz102014-07-031-1/+0
* added unit test for duplication_divergence_graphwangz102014-07-031-0/+4
* Update test_threshold.pychebee7i2014-05-031-1/+1
* Adds test.Jeffrey Finkelstein2014-04-021-0/+9
* Merge branch 'fast-gnp' of github.com:hagberg/networkx into fast-gnpAric Hagberg2014-03-271-1/+1
|\
| * Fix failing test in planted_partition_graphAric Hagberg2014-03-061-1/+1
* | removed unnecessary test codeDaniel2014-03-271-11/+0
* | added a test case for the bug and refactored the tests for the G(n, p) random...Aric Hagberg2014-03-271-44/+47
|/
* Merge remote-tracking branch 'upstream/master' into community_generatorsBenjamin Edwards2013-12-165-37/+120
|\
| * Merge pull request #1021 from hagberg/use-sparse-matrixAric Hagberg2013-12-081-1/+2
| |\
| | * More skip tests with SciPyAric Hagberg2013-11-271-1/+2
| * | Never import the atlas graph generator by default.Eugenio Piasini2013-12-071-3/+10
| |/
| * Describe conversion to directed graphAric Hagberg2013-11-051-2/+2
| * Make helper line graph functions explicitly private.chebee7i2013-09-081-6/+6
| * Update line graph code to handle multi(di)graphs and selfloops.chebee7i2013-08-251-21/+76
| * Merge pull request #830 from hagberg/stochastic-floatAric Hagberg2013-07-211-6/+16
| |\
| | * Doc, whitespace, formatting, style cleanup.Aric Hagberg2013-01-271-7/+7
| | * Test stochstic graph with intsAric Hagberg2013-01-271-0/+10
| * | Moved check for G.degree(u)<n-1 to inner loopDan Schult2013-07-181-0/+10
| * | Remove failing threshold graph testAric Hagberg2013-06-031-6/+6
* | | Added community generatorsBenjamin Edwards2013-12-161-0/+119
|/ /
* | Merge pull request #817 from hagberg/706-generatorsAric Hagberg2013-01-261-5/+31
|\ \ | |/ |/|
| * Faster Havel-Hakimi generator and directed version too.Brian Cloteaux2013-01-131-5/+31
* | modified grid_graph generator to not mutate input parametersAndrew Walker2013-01-121-2/+6
|/
* Another missing laplacian() rename.Aric Hagberg2013-01-051-1/+1
* Whitespace housekeepingAric Hagberg2011-12-301-13/+4
* Add more tests for degree sequence generators.Aric Hagberg2011-12-301-7/+50
* Remove bipartite_random_regular_graph() generator.Aric Hagberg2011-12-101-8/+0
* More ego_graph testsAric Hagberg2011-12-101-0/+8
* Better stochastic graph tests.Aric Hagberg2011-11-181-1/+11
* remove create_using option. marginal improvement of testsAric Hagberg2011-11-181-22/+23
* remove smax generatorAric Hagberg2011-11-181-43/+0
* Adjust test to make sure graph is connected.Aric Hagberg2011-11-151-3/+4
* Add more tests. Fix potential Python3 issue.Aric Hagberg2011-11-051-0/+5
* Add random degree sequence graph.Aric Hagberg2011-11-031-0/+4
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-033-220/+153