summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add links to proposals for completed projectsMridulS-patch-1Mridul Seth2021-10-091-5/+29
* Update core dev team (#5119)Jarrod Millman2021-10-071-15/+83
* vertex_cover: Added support for self-loop nodes (#5104)Yossi Eliaz2021-10-072-6/+25
* Update FUNDING.ymlJarrod Millman2021-10-071-1/+1
* Deprecate union name param (#5114)Dimitrios Papageorgiou2021-10-063-0/+15
* Create FUNDING.ymlJarrod Millman2021-10-051-0/+1
* Parametrize shortest path node-checking tests. (#5078)Ross Barnowski2021-09-301-13/+23
* Update mentored projects section in docs (#5056)Ross Barnowski2021-09-301-72/+28
* 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-142-7/+51
* Minor updates to tutorial.rst and add docstring for data method of nodes/edge...Ross Barnowski2021-09-142-43/+194
* 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-127-34/+39
* Add weisfeiler lehman subgraph hashing (#4946)Aaron Z2021-09-124-74/+852
* 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
* CI/MAINT: drop gdal tests (#5068)Ross Barnowski2021-09-072-8/+2
* 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-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