summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-234-0/+449
* GSoC Asadpour ATSP Implementation Pull Request (#4740)Matt Schwennesen2021-08-2311-114/+2332
* 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-143-11/+41
* Style changes (#5022)Dan Schult2021-08-1424-176/+34
* update docs to match implementation of geographical threshold graph (#5011)davenpi2021-08-141-15/+17
* updated contributor file for GSoC (#5020)Matt Schwennesen2021-08-131-0/+1
* 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
* Fix typo (#4988)Jarrod Millman2021-07-271-1/+1
* Update release processJarrod Millman2021-07-261-1/+1
* Bump release versionJarrod Millman2021-07-262-1/+7
* Designate 2.6.2 releasenetworkx-2.6.2Jarrod Millman2021-07-262-7/+1
* Update release processJarrod Millman2021-07-261-6/+5
* Remove default dependencies (#4967)Jarrod Millman2021-07-2310-38/+23
* Bump release versionJarrod Millman2021-07-091-1/+1
* Bump release versionJarrod Millman2021-07-082-1/+7
* Designate 2.6.1 releasenetworkx-2.6.1Jarrod Millman2021-07-084-9/+2
* Bump release versionJarrod Millman2021-07-082-1/+7
* Update release processJarrod Millman2021-07-082-2/+4
* Designate 2.6 releasenetworkx-2.6Jarrod Millman2021-07-081-1/+1
* Finalize 2.6 release notes (#4958)Jarrod Millman2021-07-084-247/+736
* Fix version pull down (#4954)Jarrod Millman2021-07-071-2/+1
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-0710-44/+35
* `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
* fix typo for PR number of deprecation (#4949)Dan Schult2021-07-061-1/+1
* Add matrix market to readwrite reference (#4934)Ross Barnowski2021-07-032-0/+101
* split out deprecation. remove all changes to neighbor_degree (#4937)Dan Schult2021-07-014-15/+25
* 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
* Fix numeric and degree assortativity coefficient calculation (#4928)Vitaliy Pozdnyakov2021-06-303-10/+38
* Minor Improvements on Networkx/algorithms/community/quality.py (#4939)Dimitrios Papageorgiou2021-06-301-9/+11
* Fixes #4275 - Add comment to parallel betweenness example (#4926)Alex Korbonits2021-06-281-1/+5
* move partition checking outside private _quotient_graph function (#4931)Dan Schult2021-06-281-3/+14
* Expand destringizer example in read_gml docstring (#4925)Randy2021-06-281-1/+13
* Page number for Katz centrality reference (#4932)Chris McBride2021-06-261-1/+1
* quotient_graph doc fix (#4930)Anthony Wilder Wohns2021-06-261-4/+3