summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* 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
* modularity_max: provide labels to get_edge_data (#4965)Mathilde LĂ©val2021-08-032-1/+12
* Bump release versionJarrod Millman2021-07-261-1/+1
* Designate 2.6.2 releasenetworkx-2.6.2Jarrod Millman2021-07-261-1/+1
* Bump release versionJarrod Millman2021-07-091-1/+1
* Bump release versionJarrod Millman2021-07-081-1/+1
* Designate 2.6.1 releasenetworkx-2.6.1Jarrod Millman2021-07-081-1/+1
* Bump release versionJarrod Millman2021-07-081-1/+1
* Designate 2.6 releasenetworkx-2.6Jarrod Millman2021-07-081-1/+1
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-075-16/+16
* `descendants_at_distance` also for non-DiGraphs (#4952)Michael Dorner2021-07-071-2/+2
* Fix neighbor degree for directed graphs (#4948)Dan Schult2021-07-072-44/+57
* split out deprecation. remove all changes to neighbor_degree (#4937)Dan Schult2021-07-012-15/+22
* fix trouble with init_cycle argument to two TSP functions (#4938)Dan Schult2021-06-302-10/+17
* fix spelling in docstring of conftest.py (#4945)Dan Schult2021-06-301-1/+1