summaryrefslogtreecommitdiff
path: root/networkx/generators/tests
Commit message (Expand)AuthorAgeFilesLines
...
* option for partially-periodic lattices (networkx #3586) (#3807)Kelly Boothby2020-02-011-0/+18
* Upgrade to Py36 syntaxJarrod Millman2020-01-0111-26/+24
* Sudoku generator issue 3756 (#3757)David Radcliffe2019-12-261-0/+37
* Remove shebang from non-executablesJarrod Millman2019-11-116-6/+0
* Remove superfluous encoding informationJarrod Millman2019-11-113-3/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-117-52/+0
* Fix issue 3431: Return error in case of bad input to make_small_graph (#3676)Aditya Pal2019-10-231-1/+7
* Enable tests (#3678)Jarrod Millman2019-10-212-2/+1
* PEP8 fixesJarrod Millman2019-10-186-6/+6
* PEP8 fixes to testsJarrod Millman2019-10-189-22/+22
* Remove nose from generatorsJarrod Millman2019-10-1217-207/+181
* tracking down use of deprecated functionsDan Schult2019-10-121-1/+1
* set places=0 on tests that use old almost_equalDan Schult2019-10-121-10/+9
* replace assert_almost_equal and raises in algorithms/testsDan Schult2019-10-121-10/+4
* Remove unused importsJarrod Millman2019-10-1220-36/+2
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-1225-633/+633
* replace idiom from networkx import * in test filesDan Schult2019-10-125-278/+277
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-2/+3
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Global efficiency attempt to speed up (#3604)Dan Schult2019-09-281-3/+1
* add internet_as_graph generator (#3574)Luca Baldesi2019-09-191-0/+187
* Handle k==n within the Watts-Strogatz graph generator (#3579)Kanishk Tantia2019-09-131-2/+8
* add Directed Joint Degree Graph generator (#3551)tbalint2019-08-221-3/+54
* Fixes some edge cases for inverse_line_graph(). (#3538)Martin Darmüntzel2019-08-131-1/+18
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-0/+30
* Binomial trees generator (#3409)Efraim Rodrigues2019-05-031-0/+6
* Move LFR_benchmark to generators (#3411)Jean-Gabriel Young2019-05-021-0/+66
* Update copyrightJarrod Millman2019-03-302-2/+2
* Add two generators for Harary graph (#3288)Weisheng Si2019-02-261-0/+138
* Added dual Barabasi-Albert model (#3194)Niema Moshiri2018-10-261-0/+33
* Fix scale_free_graph restriction (#3121)Jacek Karwowski2018-08-161-0/+8
* Unify random state treatment across package (#3058)Dan Schult2018-07-168-17/+59
* Add stochastic block models to generators (#2905)Jean-Gabriel Young2018-07-021-15/+63
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-2/+8
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-12/+42
* add Spectral Graph Forge generator (#2834)Luca Baldesi2018-06-021-0/+58
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Pep8 fixesJarrod Millman2018-01-205-20/+29
* Update copyrightJarrod Millman2018-01-202-2/+2
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-064-156/+138
* Add Mycielski Operator (#2785)Dan Schult2017-12-021-0/+37
* Adds prefix_tree, dag_to_branching, and example. (#2784)Dan Schult2017-12-021-0/+67
* Add inverse_line_graph generator from #2241 (#2782)Dan Schult2017-12-021-0/+137
* Update geometric networks with new models (#2498)Cole MacLean2017-11-261-13/+168
* Fix bug in expected_degree_graph generator (#2773)Dan Schult2017-11-251-0/+4
* Removed unused imports (#2653)James Lamb2017-10-012-2/+1
* Comply with pep8Jarrod Millman2017-08-1713-389/+419
* Simplify base classes. (#2604)Dan Schult2017-08-123-16/+16
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-14/+1
* Update copyrightJarrod Millman2017-07-252-2/+2