summaryrefslogtreecommitdiff
path: root/networkx/generators/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation for interval_graph and its unit tests (#3705)Jangwon Yie2020-07-081-0/+1
* Sudoku generator issue 3756 (#3757)David Radcliffe2019-12-261-0/+1
* add internet_as_graph generator (#3574)Luca Baldesi2019-09-191-0/+1
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-0/+1
* add Spectral Graph Forge generator (#2834)Luca Baldesi2018-06-021-0/+1
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-061-2/+0
* Add Mycielski Operator (#2785)Dan Schult2017-12-021-0/+1
* Adds prefix_tree, dag_to_branching, and example. (#2784)Dan Schult2017-12-021-0/+1
* Add inverse_line_graph generator from #2241 (#2782)Dan Schult2017-12-021-0/+1
* Add triangular and hexagonal lattice generators (#2103)Dan Schult2017-07-081-0/+1
* Merge pull request #1874 from jfinkels/prufer-sequenceAric Hagberg2017-01-151-0/+1
|\
| * Adds tree encoding and decoding functions.Jeffrey Finkelstein2016-07-291-0/+1
* | Moves Graph Atlas to data file.Jeffrey Finkelstein2016-06-051-0/+1
|/
* Addressed comments about dashes and alphabetical orderMinas Gjoka2016-03-011-1/+1
* Addressed all comments from reviewMinas Gjoka2016-02-251-0/+1
* Adds partial_duplication_graph generator.Jeffrey Finkelstein2016-01-131-0/+1
* Moves triad_graph function to generators package.Jeffrey Finkelstein2015-09-161-5/+6
* move threshold out of generators to algorithmsSanketDG2015-06-261-2/+1
* Moves and updates docs for hybrid power law graphsJeffrey Finkelstein2015-05-021-1/+0
* Non Isomorphic Trees generatorMridul Seth2015-04-161-0/+1
* remove importing of bipartite generatorsSanketDG2015-03-051-1/+0
* Adds a generator for the chordal p-cycle graph.Jeffrey Finkelstein2014-12-151-0/+1
* Merge remote-tracking branch 'upstream/master' into community_generatorsBenjamin Edwards2013-12-161-1/+0
|\
| * Never import the atlas graph generator by default.Eugenio Piasini2013-12-071-7/+0
| * Don't import Graph Atlas generator if the interpreter is Jython.Eugenio Piasini2013-12-071-1/+7
* | Added community generatorsBenjamin Edwards2013-12-161-1/+1
|/
* remove smax importAric Hagberg2011-11-181-1/+0
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+2
* Random intersection graphs.Aric Hagberg2011-05-141-0/+1
* Include some social networks (Karate, Davis, Florentine) in generators.Aric Hagberg2011-03-261-0/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-14/+14
* Use standard "import networkx as nx" in all modulesaric2010-04-171-0/+1
* Move freeze, ego_graph, stochastic_graph, and line_graph out of operators.pyaric2010-03-231-0/+3
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-80/+10
* auto import expected_degree_graph onaric2006-07-201-0/+1
* drop rewire in favor of double edge swaparic2006-06-241-3/+1
* minor cleanupswart2006-06-211-2/+3
* automatically import gn_grpah,gnc_graph,gnr_grapharic2006-06-211-0/+1
* alternative rewire algorithmsaric2006-05-161-0/+2
* Added s-metric from lun-2005 (see code) and code that generates a graph withsundsdal2006-05-151-1/+2
* Test code now tests generator code by default. Fixed some generator tests.sundsdal2006-05-131-1/+3
* Changed grid_graph generators to label nodes by index tuples. Added listmyers2006-04-041-1/+0
* Added Keith Briggs' dense_gnm_random_graphs.swart2006-03-311-0/+1
* adjust random graph names toaric2006-02-181-3/+3
* Add comment on aliases to random graphs, update initaric2006-02-131-0/+2
* Adjust some names for random graphsaric2006-02-131-2/+4
* renamed watts_strogatz_graph to newman_watts_strogatz_grapharic2005-07-141-0/+1
* Name change from NX->networkxaric2005-07-131-0/+73