summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add 2 articles for TSP project as references (#4758)Dan Schult2021-04-261-0/+6
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-253-0/+45
* CI: Fix cartopy build failure in docs workflow (#4751)Ross Barnowski2021-04-242-6/+6
* 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
* Use pydata sphinx theme (#4741)Jarrod Millman2021-04-155-83/+103
* CI: persist pip cache between circleci runs (#4714)Ross Barnowski2021-04-121-6/+15
* 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
* Pin upper bound of decorator dep. (#4721)Ross Barnowski2021-04-031-1/+1
* direct links to the tutorial and discussions in README (#4711)Mridul Seth2021-03-301-0/+2
* 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-234-1/+30
* 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-133-61/+215
* Volunteering for mentorship (#4671)Kelly Boothby2021-03-111-2/+2
* 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
* Make main default branch (and remove gitwash) (#4649)Jarrod Millman2021-03-0437-1524/+29
* Update CI to use main (#4651)Jarrod Millman2021-03-043-8/+8
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-044-4/+94
* 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