summaryrefslogtreecommitdiff
path: root/networkx/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2172 from mcognetta/turan_graphAric Hagberg2016-07-022-0/+44
|\
| * Adding isomorphism test to turan_testmcognetta2016-06-261-5/+4
| * Update classic.pymcognetta2016-06-261-12/+23
| * Added tests for Turan Graph Codemcognetta2016-06-161-0/+7
| * Initial Turan Graph Generator Codemcognetta2016-06-151-0/+27
* | Merge pull request #2167 from mcognetta/update_classic_generatorsDan Schult2016-06-201-5/+5
|\ \
| * | Changed barbell_graph and ladder_graph to use the pairwise function instead o...Marco Cognetta2016-06-191-4/+4
| * | Updated barbell_graph and ladder_graph to use generators only instead of crea...Marco Cognetta2016-06-191-5/+5
| |/
* | Merge pull request #2011 from mgjoka/add-joint-degreeDan Schult2016-04-203-0/+361
|\ \
| * | added comment in test functionMinas Gjoka2016-03-161-0/+2
| * | Change function name from joint_degree_model to joint_degree_graphMinas Gjoka2016-03-122-8/+8
| * | Slightly changed comments for joint_degree_seq test unitMinas Gjoka2016-03-081-4/+4
| * | Improved description of docstrings in functions and naming of variablesMinas Gjoka2016-03-082-136/+150
| * | Addressed comments about dashes and alphabetical orderMinas Gjoka2016-03-011-1/+1
| * | Handled white space characters.Minas Gjoka2016-02-252-137/+132
| * | Addressed all comments from second reviewMinas Gjoka2016-02-251-53/+59
| * | Addressed all comments from reviewMinas Gjoka2016-02-253-8/+12
| * | Created two new files: joint_degree_seq.py and test_joint_degree_seq.py . ins...Minas Gjoka2016-02-242-0/+340
* | | Move link for metric back into parameters section with indentDan Schult2016-04-181-6/+6
* | | doc sphinx error removalDan Schult2016-04-181-15/+15
* | | Allows arbitrary metric in geometric generators.Jeffrey Finkelstein2016-03-212-147/+359
| |/ |/|
* | string literals in docstrings get no backticks.Dan Schult2016-03-075-10/+7
* | Update docs that should use math modeDan Schult2016-03-072-13/+15
* | Change default role for sphinx to 'obj'Dan Schult2016-03-0312-114/+114
|/
* Re-add authors as comment and update copyrightDan Schult2016-01-301-2/+4
* Merge pull request #1933 from jfinkels/uniform-random-k-outDan Schult2016-01-302-56/+180
|\
| * Adds random uniform k-out generatorJeffrey Finkelstein2016-01-122-56/+180
* | Merge pull request #1939 from jfinkels/partial-duplication-graphDan Schult2016-01-195-87/+296
|\ \
| * | Adds partial_duplication_graph generator.Jeffrey Finkelstein2016-01-135-87/+296
* | | Fix docstring exampleDan Schult2016-01-161-1/+1
* | | pep8 for generators/geometric.pyDan Schult2016-01-161-39/+44
* | | Update docstrings for nodes_or_neighborsDan Schult2016-01-151-43/+116
* | | PEP8 spacing changesDan Schult2016-01-131-134/+153
* | | Update doc_strings in classic.py for nodes_or_numberDan Schult2016-01-131-25/+25
|/ /
* | Merge pull request #1913 from dschult/overload_pathgraphDan Schult2016-01-124-113/+243
|\ \ | |/ |/|
| * Overload graph generators to allow nodes or numberDan Schult2016-01-084-113/+243
* | Removes unnecessary cast to float.Jeffrey Finkelstein2016-01-081-2/+2
|/
* Update copyrightsMridul Seth2016-01-017-7/+7
* Merge pull request #1509 from hagberg/random-kernel-graphAric Hagberg2015-12-272-4/+92
|\
| * Add random kernel graph generatorAric Hagberg2015-09-202-4/+92
* | Merge pull request #1768 from jfinkels/random-k-outAric Hagberg2015-12-272-18/+135
|\ \
| * | Adds PRG seed to random k-out graph generator.Jeffrey Finkelstein2015-11-111-1/+6
| * | Implements random k-out graph generator.Jeffrey Finkelstein2015-11-112-18/+130
* | | Merge pull request #1770 from jfinkels/triad-graph-generatorAric Hagberg2015-12-273-5/+108
|\ \ \
| * | | Moves triad_graph function to generators package.Jeffrey Finkelstein2015-09-163-5/+108
* | | | Merge pull request #1773 from jfinkels/unary-tree-pathAric Hagberg2015-12-272-28/+51
|\ \ \ \
| * | | | Makes balanced unary tree generator return path.Jeffrey Finkelstein2015-09-162-28/+51
| |/ / /
* | | | Update directed.pyDavoud Taghawi-Nejad2015-12-181-1/+1
* | | | float take out of inner loop for speedDavoud Taghawi-Nejad2015-12-181-4/+6
* | | | Merge pull request #1840 from sieben/simplify_chain_comparisonschebee7i2015-11-141-1/+1
|\ \ \ \