summaryrefslogtreecommitdiff
path: root/networkx/generators
Commit message (Expand)AuthorAgeFilesLines
* Update lattice.py (#5914)Tigran Khachatryan2022-08-211-1/+1
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-182-5/+6
* Check that nodes have "pos" attribute in geometric_edges (#5707)Ross Barnowski2022-07-182-3/+31
* Update inline code to inline math in docstring (#5701)Szabolcs Horvát2022-06-081-6/+6
* Add default value p=2 for minkowski distance metric. (#5700)Ross Barnowski2022-06-071-9/+8
* Add docstring example for attr transfer to linegraph. (#5698)Ross Barnowski2022-06-071-0/+12
* Add initial_graph parameter to scale_free_graph and deprecate create_using (#...Ross Barnowski2022-06-072-6/+49
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0234-55/+65
* Remove unused logic in nonisomorphic_trees (#5682)Jon Crall2022-06-021-1/+0
* More tests for clustering (upstreaming from graphblas-algorithms) (#5673)Erik Welch2022-06-021-0/+2
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-317-14/+14
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-124-85/+162
* Remove `_mat_spect_approx` in favor of simpler procedure (#5624)Ross Barnowski2022-05-111-62/+5
* Update black (#5438)Mridul Seth2022-03-297-12/+12
* Fix line graph construction for heterogeneous nodes (#5357)jkudla2022-03-012-2/+21
* sampling from dict_keys objects is deprecated. (#5337)Ross Barnowski2022-02-181-1/+1
* MAINT: Remove unnecessary helper functions, use inbuilt methods for line grap...Mridul Seth2022-02-132-105/+53
* Deprecate `make_small_graph` and `make_small_undirected_graph` (#5283)Ross Barnowski2022-02-121-0/+34
* Add weights to karate club graph (#5285)kpberry2022-01-311-40/+38
* Use from_dict_of_lists instead of make_small_graph in generators.small (#5267)Ross Barnowski2022-01-272-214/+231
* Make small graph generator node test more specific. (#5282)Ross Barnowski2022-01-271-22/+22
* Docstrings for the small.py module (#5240)Aishwarya Ramasethu2022-01-181-25/+488
* Fix Python 3.10 deprecation warning w/ int div. (#5231)Ross Barnowski2021-12-171-1/+1
* Remove unused variable in mycielski.py (#5210)Katalin Schmidt2021-12-061-1/+0
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-2/+2
* Drop Py37 (#5143)Jarrod Millman2021-10-234-46/+33
* Improve random graphs test suite for gnp generators (issue #5092) (#5115)Simone Gasperini2021-10-181-72/+92
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Get number of edges by calling the proper method (#5095)Simone Gasperini2021-09-211-11/+11
* Fix fast_gnp_random_graph for directed graphs (issue #3389) (#5077)James Trimble2021-09-202-18/+35
* Document `geometric_edges` and add it to main namespace (#5045)Ross Barnowski2021-09-141-3/+46
* Style changes (#5022)Dan Schult2021-08-141-4/+1
* update docs to match implementation of geographical threshold graph (#5011)davenpi2021-08-141-15/+17
* 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