summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old file reference (#4646)masterJarrod Millman2021-03-021-2/+2
* 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
* Correct and update Atlas example (#4635)Dan Schult2021-02-262-32/+18
* Improve doc example for find_cycle. (#4639)Ross Barnowski2021-02-251-5/+4
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-236-54/+187
* Deprecate hub_matrix and authority_matrix (#4617)Ross Barnowski2021-02-194-9/+59
* Add scipy-1.6.1 to blocklist. (#4628)Ross Barnowski2021-02-191-1/+1
* add test to regular (#4624)cpurmessur2021-02-181-0/+5
* Add a good first issue badge to README (#4627)Mridul Seth2021-02-181-0/+4
* adding weight description to centrality metrices (#4610)guy rozenberg2021-02-1710-1/+30
* add recommended venv directory to .gitignore (#4619)Lonnen2021-02-171-1/+4
* More for projects page: TSP and Graph Isomorphism (#4620)Dan Schult2021-02-151-22/+74
* return earlier from `clique.graph_clique_number` (#4622)Lonnen2021-02-151-2/+2
* Deprecate networkx.utils.empty_generator. (#4599)Ross Barnowski2021-02-135-5/+21
* Collect label propagation communities in one go (#4573)Mario Kostelac2021-02-123-7/+22
* Improve test coverage and docs for nonrandomness (#4613)cpurmessur2021-02-112-0/+23
* Add an FAQ to the developer guide for new contributors (#4556)Ross Barnowski2021-02-084-0/+129
* 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-085-13/+23
* Add partition_quality to compute coverage and performance (coverage and perf...Attila Mester2021-02-083-2/+104
* Add prominent group algorithm (#4560)guy rozenberg2021-02-053-8/+402
* Pygraphviz choco (#4583)Jarrod Millman2021-02-023-12/+30
* 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-018-123/+172
* Boiler plate for mentored projects documentation (#4576)Mridul Seth2021-01-302-0/+78
* 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
* | Fix search (#4580)Jarrod Millman2021-01-281-2/+2
* | Update README.rstJarrod Millman2021-01-281-3/+0
* | Simplify test pylab (#4577)Jarrod Millman2021-01-281-220/+231
|/
* Update documentation and testing of arbitrary_element (#4451)Ross Barnowski2021-01-273-14/+84
* Test Windows via GH actions (#4567)Jarrod Millman2021-01-266-222/+5
* Unpin pygeos (#4570)Ross Barnowski2021-01-261-1/+0
* Pin pygeos==0.8 (#4563)Jarrod Millman2021-01-231-0/+1
* 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
* Less strict on mayavi constraint for doc building. (#4547)Ross Barnowski2021-01-211-4/+9
* 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
* Extend harmonic centrality to include source nodes (#4446)ChristopherReinartz2021-01-182-10/+46
* Replace generate_unique_node internally where not needed (#4537)Dan Schult2021-01-175-25/+26
* Partially revert #4378 - Modify behavior of nodelist param in draw_networkx_e...Ross Barnowski2021-01-152-31/+5
* fixing the width argument description of the function draw_networkx (#4479)Alexandre Amory2021-01-144-268/+282
* Remove unnecessary node_list from gallery example (#4505)Jarrod Millman2021-01-141-1/+1