summaryrefslogtreecommitdiff
path: root/networkx/generators/random_graphs.py
Commit message (Expand)AuthorAgeFilesLines
* Add `initial_graph` parameter to simple and dual Barábasi-Albert random grap...Ludovic Stephan2021-05-191-41/+65
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-6/+6
* Standard imports (#4401)Jarrod Millman2020-12-071-2/+3
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Improves docs regarding aliases of erdos-reyni graph generators (#4074)Ibraheem Moosa2020-07-161-3/+8
* Format w/ blackJarrod Millman2020-07-101-44/+65
* reconsider the lobster generator (#3822)Austin Orr2020-02-201-3/+18
* Update string formatJarrod Millman2020-01-011-4/+4
* Convert %-format to fstringJarrod Millman2020-01-011-14/+7
* fixed a typoYohsuke Murase2019-12-241-1/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-6/+0
* PEP8 fixesJarrod Millman2019-10-181-15/+10
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Handle k==n within the Watts-Strogatz graph generator (#3579)Kanishk Tantia2019-09-131-3/+12
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Added dual Barabasi-Albert model (#3194)Niema Moshiri2018-10-261-0/+86
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-119/+117
* Add missing referenceJarrod Millman2018-06-271-0/+5
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-0/+12
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-5/+2
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-1/+1
* Misc. typos (#2872)luzpaz2018-02-141-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-141-141/+150
* Use dollar sign for inline mathJarrod Millman2017-08-141-60/+56
* Fix doctests (#2594)Jarrod Millman2017-08-081-3/+3
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-13/+0
* Update copyrightJarrod Millman2017-07-251-1/+1
* Extended Barabasi-Albert Model (#2412)Bilal AL JAMMAL2017-07-091-6/+170
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-35/+35
* Adds partial_duplication_graph generator.Jeffrey Finkelstein2016-01-131-68/+0
* Update copyrightsMridul Seth2016-01-011-1/+1
* Merge pull request #1509 from hagberg/random-kernel-graphAric Hagberg2015-12-271-4/+83
|\
| * Add random kernel graph generatorAric Hagberg2015-09-201-4/+83
* | Simplify chain comparisonsRémy Léone2015-11-141-1/+1
|/
* Update random graph generator with iter changesMridul Seth2015-08-191-4/+4
* Merge master into iter_refactorDan Schult2015-08-071-35/+31
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-3/+3
* Cleans documentation for generators.random_graphsJeffrey Finkelstein2015-05-081-120/+160
* Fix copyrightsJGab2015-04-211-1/+1
* A little more docstring cleanup for `duplication_divergence_graph`.chebee7i2014-08-051-9/+11
* Double backticks for source code in documentation.chebee7i2014-08-051-1/+1
* PEP 8 and other minor code edits.chebee7i2014-08-051-18/+28
* fixed typo...Zichen Wang2014-07-031-1/+1
* modified the range for retention probability to (0,1] in the exception messageZichen Wang2014-07-031-1/+1
* modified the range of allowed retention probabilitywangz102014-07-031-1/+1