summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* Improve reproducibilty of geometric graphs (#4768)Fabio Mazza2021-05-041-1/+1
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-253-0/+45
* fix typo in docstring (ismorphism -> isomorphism) (#4756)CUI Hao2021-04-242-2/+2
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-214-19/+19
* O(n^2) -> O(n) implementation for scale_free_graph (#4727)Floris Hermsen2021-04-191-22/+53
* rm nx import from docstring example. (#4738)Ross Barnowski2021-04-091-1/+0
* Updating average_clustering() documentation - Issue #4734 (#4735)Debargha Ganguly2021-04-091-0/+8
* fix typo (#4724)Francesco Andreuzzi2021-04-041-1/+1
* Fixing Bug in Transitive Reduction, resulting in loss of node/edge attributes...walkeralexander2021-03-291-0/+21
* Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)Ross Barnowski2021-03-256-7/+7
* modularity_max: account for edge weights (#4690)Martha Frysztacki [frɨʂtat͡skʲ]2021-03-242-8/+21
* Reorganize minor submodule as subpackage (#4349)Jon Crall2021-03-233-1/+28
* Fix to_vertex_cover (#4667)Han Jaeseung2021-03-182-7/+17
* Increase code coverage tournament (#4665)cpurmessur2021-03-142-91/+115
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-132-61/+212
* Refactor bipartite and multipartite layout (#4653)Dimitrios Papageorgiou2021-03-081-61/+35
* fix for negative_edge_cycle weight kwarg to bellman_ford (#4658)Shichu Zhu2021-03-072-1/+11
* Fix link for Katz centrality definition (#4655)Ludovic Stephan2021-03-051-2/+2
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-042-4/+90
* Verify edges are valid in is_matching() (#4638)Matthew Treinish2021-03-012-0/+15
* Remove attr_dict from parameters list in the docstring (#4642)Oleh Marshev2021-02-271-3/+0
* Improve doc example for find_cycle. (#4639)Ross Barnowski2021-02-251-5/+4
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-234-53/+180
* Deprecate hub_matrix and authority_matrix (#4617)Ross Barnowski2021-02-192-9/+56
* add test to regular (#4624)cpurmessur2021-02-181-0/+5
* adding weight description to centrality metrices (#4610)guy rozenberg2021-02-1710-1/+30
* return earlier from `clique.graph_clique_number` (#4622)Lonnen2021-02-151-2/+2
* Deprecate networkx.utils.empty_generator. (#4599)Ross Barnowski2021-02-133-5/+18
* Collect label propagation communities in one go (#4573)Mario Kostelac2021-02-122-7/+17
* Improve test coverage and docs for nonrandomness (#4613)cpurmessur2021-02-112-0/+23
* Remove mktemp usage (#4593)Stefan van der Walt2021-02-082-3/+9
* Use Pillow for viewing AGraph output and deprecate default_opener (#4600)Ross Barnowski2021-02-084-13/+22
* Add partition_quality to compute coverage and performance (coverage and perf...Attila Mester2021-02-082-2/+103
* Add prominent group algorithm (#4560)guy rozenberg2021-02-052-8/+401
* Pygraphviz choco (#4583)Jarrod Millman2021-02-021-0/+1
* Improve intersection function (#4588)ldelille2021-02-024-19/+118
* Check nodelist input to floyd_warshall (#4589)Dan Schult2021-02-022-74/+108
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-015-107/+125
* Fix typos (#4581)Jarrod Millman2021-01-301-2/+2
* Merge pull request #4575 from ldelille/add-test-kernighan-4415Stefan van der Walt2021-01-281-0/+25
|\
| * reformatted test_kernighan_lin.pyDelille Louis2021-01-281-4/+18
| * added test for max_iter argumentDelille Louis2021-01-281-0/+11
* | Simplify test pylab (#4577)Jarrod Millman2021-01-281-220/+231
|/
* Update documentation and testing of arbitrary_element (#4451)Ross Barnowski2021-01-272-14/+83
* Correct mu parameter documentation for LFR (#4557)goncaloasimoes2021-01-231-1/+1
* TST: Fix error in katz centrality test setup. (#4554)Ross Barnowski2021-01-221-0/+1
* Update docstring for ancestor and descendents (#4550)AbhayGoyal2021-01-221-2/+2
* updated cutoff def in weighted.py (#4546)AbhayGoyal2021-01-201-294/+306
* fixes Github Actions failures (#4548)Douglas Fenstermacher2021-01-201-1/+1
* improve group betweenness centrality (#4435)guy rozenberg2021-01-195-69/+211