summaryrefslogtreecommitdiff
path: root/networkx/generators
Commit message (Expand)AuthorAgeFilesLines
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-1/+1
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Reformatted table to address issue #4852 (#4875)Salim BELHADDAD2021-06-061-11/+13
* Fix docstring typo (#4871)Jarrod Millman2021-06-041-2/+2
* Refactor testing utilities (#4829)Jarrod Millman2021-05-269-62/+61
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-11/+11
* Add `initial_graph` parameter to simple and dual Barábasi-Albert random grap...Ludovic Stephan2021-05-192-145/+164
* Update black (#4814)Jarrod Millman2021-05-184-13/+13
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-111-1/+1
* Improve reproducibilty of geometric graphs (#4768)Fabio Mazza2021-05-041-1/+1
* O(n^2) -> O(n) implementation for scale_free_graph (#4727)Floris Hermsen2021-04-191-22/+53
* Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)Ross Barnowski2021-03-252-2/+2
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-132-61/+212
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-012-81/+81
* Correct mu parameter documentation for LFR (#4557)goncaloasimoes2021-01-231-1/+1
* Replace generate_unique_node internally where not needed (#4537)Dan Schult2021-01-172-19/+15
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-092-1/+3
* Deprecate iterable (#4448)Jarrod Millman2020-12-191-5/+5
* Add random_ordered_tree and forest_str (#4294)Jon Crall2020-12-171-4/+48
* binomial_tree() with "create_using parameter (#4461)R. Bernstein2020-12-152-7/+14
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-125-16/+17
* Standard imports (#4401)Jarrod Millman2020-12-075-16/+17
* Updates to docs and imports for classic.py (#4424)Dan Schult2020-12-061-35/+38
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-022-2/+2
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-252-2/+2
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-124-110/+66
* Format w/ black==20.8b1Jarrod Millman2020-10-0610-65/+44
* Format python in docstrings (#4168)Jarrod Millman2020-08-199-40/+63
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-166-7/+0
* MAINT: rm to/from_numpy_matrix internallyRoss Barnowski2020-07-211-10/+10
* MAINT: rm private fn in favor of numpy builtin. (#4094)Ross Barnowski2020-07-201-13/+2
* Improves docs regarding aliases of erdos-reyni graph generators (#4074)Ibraheem Moosa2020-07-161-3/+8
* Format w/ blackJarrod Millman2020-07-1053-1232/+1718
* Ran pyupgrade --py36plusJarrod Millman2020-07-102-3/+3
* Add an implementation for interval_graph and its unit tests (#3705)Jangwon Yie2020-07-083-0/+187
* Raise NetworkXError when k < 2 (#3761)Folgert Karsdorp2020-07-062-1/+13
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-2/+2
* Fix issue #3926 (#3928)Songyu-Wang2020-05-311-0/+2
* use keywords for positional arguments (#3952)muratgu2020-05-121-2/+2
* add paley graph (#3900)sauxpa2020-04-202-1/+80
* reconsider the lobster generator (#3822)Austin Orr2020-02-202-3/+49
* option for partially-periodic lattices (networkx #3586) (#3807)Kelly Boothby2020-02-012-21/+51
* Update string formatJarrod Millman2020-01-016-14/+13
* Upgrade to Py36 syntaxJarrod Millman2020-01-0121-44/+42
* Convert %-format to fstringJarrod Millman2020-01-013-19/+12
* Sudoku generator issue 3756 (#3757)David Radcliffe2019-12-263-0/+167
* remove unused variable so grid_graph supports dim=tuple (#3760)fj1282019-12-241-3/+2
* fixed a typoYohsuke Murase2019-12-241-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-116-6/+0