summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* Drop Py37 (#5143)Jarrod Millman2021-10-2344-317/+131
* Refactor linestyle test for FancyArrowPatches. (#5132)Ross Barnowski2021-10-231-104/+56
* Fix message of raised exception in decorators. (#5136)Hnatiuk Vladyslav2021-10-191-1/+1
* Add note about checking for path existence to all_simple_paths. (#5059)Ross Barnowski2021-10-181-1/+6
* Improve random graphs test suite for gnp generators (issue #5092) (#5115)Simone Gasperini2021-10-181-72/+92
* Add examples and minor documentaion refactor for operators/binary.py (#5099)Dimitrios Papageorgiou2021-10-181-4/+77
* Allow edge style to be a list of styles for DiGraphs (#5131)Martin Becker2021-10-162-2/+128
* minor tweaks in assortativity docs and code (#5129)Dan Schult2021-10-152-11/+12
* Change exception varname e to err (#5130)Dan Schult2021-10-1542-192/+195
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-142-7/+22
* Faster operators in algorithms/operators/all.py (#5121)kpberry2021-10-122-124/+115
* vertex_cover: Added support for self-loop nodes (#5104)Yossi Eliaz2021-10-072-6/+25
* Deprecate union name param (#5114)Dimitrios Papageorgiou2021-10-061-0/+12
* Parametrize shortest path node-checking tests. (#5078)Ross Barnowski2021-09-301-13/+23
* 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
* Refactor `transitive_closure` (#5052)Vadim2021-09-172-27/+61
* Fix small typo in `trophic_levels` documentation (#5087)Will Badart2021-09-161-1/+1
* Document `geometric_edges` and add it to main namespace (#5045)Ross Barnowski2021-09-141-3/+46
* Minor updates to tutorial.rst and add docstring for data method of nodes/edge...Ross Barnowski2021-09-141-0/+134
* More informative GraphML exceptions (#5058)Ross Barnowski2021-09-142-6/+53
* Bug fix for issue #5023 : corner-case bug in single_source_dijkstra (#5033)Divyansh2021-09-123-6/+20
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-124-32/+33
* Add weisfeiler lehman subgraph hashing (#4946)Aaron Z2021-09-122-74/+840
* Add see also refs to de/stringizers in gml docstrings. (#5053)Ross Barnowski2021-09-101-0/+6
* Support `comments=None` in read/parse edgelist (#5051)Ross Barnowski2021-09-102-7/+18
* Allow greedy_modularity_communities to use floating point weights or resoluti...Dan Schult2021-09-074-323/+415
* Fix typo smallworld.omega (#5066)WillShardlow2021-09-061-1/+1
* greedy_modularity_communities with digraphs and multi(di)graphs (#5007) (#5007)Thanasis Mattas2021-09-043-59/+322
* Add multigraph betweenness (#4976)pinselimo2021-08-313-4/+166
* Fix bug in selfloop drawing in draw_networkx_edges (#5048)Ross Barnowski2021-08-302-4/+14
* Mark two atsp tests as slow. (#5040)Ross Barnowski2021-08-291-0/+2
* Store `G.adj` as a local variable to speed up `complement_edges(G)` (#5032)Andrew Eckart2021-08-281-3/+4
* Fix disconnected graph bug in link prediction CCPA and add tests (#4924)Joakim Skarding2021-08-272-4/+51
* Louvain Community Detection Algorithm (#4929)Dimitrios Papageorgiou2021-08-233-0/+440
* GSoC Asadpour ATSP Implementation Pull Request (#4740)Matt Schwennesen2021-08-239-114/+2329
* modularity_max: breaking the loop when given community size is reached (#4950)Martha Frysztacki2021-08-232-4/+34
* [GSoC contribution] Adding examples to docstrings in dag.py (#5019)Vadim2021-08-231-11/+144
* Add unit tests and examples / doctests for nx.descendants_at_distance (#5029)Andrew Eckart2021-08-232-15/+42
* [GSoC contribution] Improving functions `descendants` and `ancestors` in dag....Vadim2021-08-211-13/+35
* Fix automatic documenting of class methods via autosummary (#5021)Ross Barnowski2021-08-141-2/+4
* Style changes (#5022)Dan Schult2021-08-1420-153/+30
* update docs to match implementation of geographical threshold graph (#5011)davenpi2021-08-141-15/+17
* Minor docstring cleanup to fix sphinx warning. (#5010)Ross Barnowski2021-08-071-3/+3
* fix typo (#5008)Xiangyu Xu2021-08-053-3/+3
* Added security warning to gefx parser (#5003)bt-nia2021-08-041-0/+5
* added security warning for graphml files (#5004)bt-nia2021-08-041-0/+6
* Added security warning to the pickle documentation (#5002)bt-nia2021-08-041-0/+4
* Improvements to greedy_modularity_community (#4996)Thanasis Mattas2021-08-042-9/+39
* Fix degree_assortativity_coefficient for directed graphs (#4999)tfardet2021-08-043-1/+33