summaryrefslogtreecommitdiff
path: root/networkx/generators
Commit message (Expand)AuthorAgeFilesLines
* Example of improving test granularity related to #5092 (#5094)Ross Barnowski2023-05-131-23/+36
* Fix typos (#6620)Harri Nieminen2023-04-042-4/+4
* Update pre-commit (#6545)Jarrod Millman2023-03-231-1/+1
* Update docstring of paley graph (#6529)Paula Pérez Bianchi2023-03-211-7/+7
* Fix reference formatting in generator docstring. (#6493)Ross Barnowski2023-03-121-2/+2
* Add docstring for dorogovtsev_goltsev_mendes generator (#6450)Ross Barnowski2023-03-021-2/+31
* Doc upgrade paley graph (#6399)Paula Pérez Bianchi2023-02-281-10/+10
* Lint using Ruff (#6371)danieleades2023-02-199-36/+27
* Fix reference in line.py-inverse_line_graph (#6434)Claudia Madrid2023-02-151-3/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-1412-26/+21
* Added tests to test_directed.py. (#6208)Michael Holtz2023-02-121-0/+44
* Improve doc regular graphs (#6397)Paula Pérez Bianchi2023-01-301-1/+3
* Add generate / write "network text" (formerly graph_str) (#5602)Jon Crall2023-01-301-12/+12
* Improve handling of create_using to allow Mixins of type Protocol (#6244)Dan Schult2023-01-182-1/+11
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-056-10/+10
* fix whitespace issue in 'networkx.generators.tests.test_internet_as_g… (#6324)danieleades2023-01-041-20/+6
* Improvements and test coverage for `line.py` (#6215)Ludovic Stephan2023-01-022-75/+99
* [DOC] Follow numpydoc standard in barbell_graph documentation (#6286)Sultan Orazbayev2022-12-201-1/+23
* Adding a test to verify that a NetworkXError is raised when calling n… (#6265)reneechebbo2022-12-131-0/+6
* Warn users about duplicate nodes in generator function input (#6237)Dan Schult2022-12-011-1/+13
* Improve test coverage expanders stochastic graph generators (#6073)Abangma Jessika2022-11-101-0/+11
* Completed Testing in community.py resolves issue #6184 (#6185)Michael Holtz2022-11-091-12/+106
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+1
* added coverage in generators/tree.py (#6082)Paula Pérez Bianchi2022-10-251-0/+13
* Improve test coverage expanders line graph generators solved (PR for issue #6...Okite chimaobi Samuel2022-10-181-1/+16
* Minor updates to expanders generator tests (#6027)Ross Barnowski2022-10-111-47/+46
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-10-061-1/+1
* Update lattice.py (#5914)Tigran Khachatryan2022-08-041-1/+1
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-162-5/+6
* Check that nodes have "pos" attribute in geometric_edges (#5707)Ross Barnowski2022-06-242-3/+31
* Remove deprecated functions make_small_graph and make_small_undirected_graph ...Mridul Seth2022-06-162-119/+0
* Remove deprecated `euclidean` from geometric.py (#5744)Dimitrios Papageorgiou2022-06-151-18/+0
* 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