summaryrefslogtreecommitdiff
path: root/networkx/generators/degree_seq.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsJGab2015-04-211-1/+1
* Comments in configuration model about multi-edgesAric Hagberg2013-10-191-2/+11
* Add docs for directed Havel-Hakimi generator and small doc fixes.Aric Hagberg2013-01-131-8/+5
* Faster Havel-Hakimi generator and directed version too.Brian Cloteaux2013-01-131-30/+172
* Use list() and values() for Python3Aric Hagberg2012-01-061-2/+2
* Whitespace housekeepingAric Hagberg2011-12-301-59/+59
* Add more tests for degree sequence generators.Aric Hagberg2011-12-301-3/+3
* Handle corner cases in generator.Aric Hagberg2011-11-141-4/+8
* Add more tests. Fix potential Python3 issue.Aric Hagberg2011-11-051-1/+1
* Update docs for random degre sequence graph generator.Aric Hagberg2011-11-051-9/+15
* Add random degree sequence graph.Aric Hagberg2011-11-031-6/+169
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-692/+4
* Use mapping to correlate node id's with input sequence in expected degree gra...Aric Hagberg2011-08-031-2/+10
* Better notation and some documentation fixes.Aric Hagberg2011-06-011-23/+15
* Update documentation for expected degree graphAric Hagberg2011-05-311-10/+44
* Fix off-by-one in loop.Aric Hagberg2011-05-251-1/+4
* Allow self loops in expected degree graphAric Hagberg2011-05-211-2/+10
* More small doc fixes.Aric Hagberg2011-05-211-14/+21
* Add fast expected degree generator.Aric Hagberg2011-05-141-33/+33
* Remove statements that do nothing.Loïc Séguin-C.2011-02-111-1/+0
* Change default method to 'hh'. Add some tests. Addresses #323Chris Ellison2011-02-061-1/+1
* Some spelling changes.Aric Hagberg2011-02-061-10/+13
* Adding Erdos-Gallai algorithm. Addresses #323Chris Ellison2011-02-061-12/+104
* Removing redundent reverse call. Addresses #323Chris Ellison2011-02-061-3/+3
* Force exact number of double edge swaps. Return graph instead of number of sw...Aric Hagberg2010-10-111-23/+49
* Fix deg_seq tests and bugs. smax_graph() seems broken.aric2010-08-091-4/+3
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-4/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-11/+14
* Simpler s_max, fixes #358aric2010-07-231-107/+143
* Use standard "import networkx as nx" in all modulesaric2010-04-171-38/+38
* Remove with_labels keyword from *degree() methods.aric2010-04-151-7/+7
* Remove bogus elif for checking digraphs and fix documentationaric2010-04-091-6/+4
* Directed configuration modelaric2010-04-091-1/+136
* Moving s_metric out of generators and into algorithmscellison2010-03-221-28/+1
* Revert connected_double_edge_swap() and fix typos.aric2010-03-091-17/+9
* Clearer version using has_path.aric2010-03-091-4/+10
* Speed up connected_double_edge_swap by using shortest path testaric2010-03-091-2/+6
* Add checks/tests for create_using in bipartite.py,random.py,degree_seq.pydschult2009-10-111-25/+37
* Fix docstrings.aric2009-10-041-55/+55
* Add create_using parameter to every generator function.cellison2009-09-091-41/+77
* License change to BSD.aric2009-08-261-2/+2
* Removing svn:executable property so nose doesn't print 'skip' messages.cellison2009-08-141-0/+0
* change delete_* to remove_* and has_neighbor to has_edgedschult2009-08-131-7/+7
* Add random clustered graph.aric2009-07-111-3/+98
* Start counting degrees from 0aric2009-07-111-1/+1
* Reformat and improve configuration_model() documentation.aric2009-07-041-36/+54
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-44/+30
* havel_hakimi_graph generator doesn't need random seed parameteraric2008-02-161-4/+1
* Use random.shuffle to greatly improve speed of configuration_model.aric2007-12-161-8/+6
* clean up documentation for epydoc/rst parsingaric2007-04-131-53/+58