summaryrefslogtreecommitdiff
path: root/networkx/generators/degree_seq.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+2
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Update black (#5438)Mridul Seth2022-03-291-1/+1
* sampling from dict_keys objects is deprecated. (#5337)Ross Barnowski2022-02-181-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-35/+46
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-13/+0
* Remove old Python 2 codeJarrod Millman2019-10-181-5/+1
* Change is_list_of_ints to make_list_of_ints (#3617)Dan Schult2019-10-041-2/+2
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Set seed in random_degree_sequence_graph docstring test (#3451)Nanda H Krishna2019-05-231-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-6/+6
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-34/+40
* Correct documentation wording for min_weighted_dominating_set (#3031)Dan Schult2018-06-281-2/+1
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-26/+22
* Misc. typos (#2872)luzpaz2018-02-141-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix bug in expected_degree_graph generator (#2773)Dan Schult2017-11-251-1/+1
* Use dollar sign for inline mathJarrod Millman2017-08-141-36/+37
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-4/+0
* Comply with pep8Jarrod Millman2017-07-251-58/+60
* Use random_powerlaw_tree_sequence instead of powerlaw_sequenceJarrod Millman2017-07-251-12/+11
* Remove is_valid_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-4/+4
* Remove create_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-4/+2
* Update copyrightJarrod Millman2017-07-251-1/+1
* Simplifies degree sequence graph generators.Jeffrey Finkelstein2016-04-171-160/+232
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-1/+1
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove useless semicolonRémy Léone2015-11-081-1/+1
* Clarifies error message in configuration_modelerror-message-configuration-modeljfinkels2015-10-301-2/+3
* Merge master into iter_refactorDan Schult2015-08-071-9/+8
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-4/+4
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* 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