summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test scipy and pandas on py3.10scipy-pandas-310Jarrod Millman2021-11-061-2/+2
* Bugfix for issue 5123 (#5153)Daniel Haden2021-11-032-1/+13
* List policies (#5159)Jarrod Millman2021-10-282-0/+12
* Add option for arrowsize to be a list (#5154)Dimitrios Papageorgiou2021-10-272-4/+37
* Add temporary pyparsing pin to fix CI. (#5156)Ross Barnowski2021-10-271-0/+2
* Refactor node_classification to improve conciseness and readability (#5144)Ross Barnowski2021-10-253-204/+38
* Update nx_pylab drawing edge color and width tests (#5134)Ross Barnowski2021-10-251-73/+233
* Update example requirements (#5151)Jarrod Millman2021-10-251-4/+4
* Use sphinx 4.2 (#5150)Jarrod Millman2021-10-251-4/+4
* Use black 21.9b0 (#5148)Jarrod Millman2021-10-252-3/+3
* Test on Python 3.10 (#4807)Jarrod Millman2021-10-245-8/+22
* Add pyupgrade to pre-commit (#5146)Jarrod Millman2021-10-243-1/+7
* Use math.hypot (#5145)Jarrod Millman2021-10-242-5/+4
* Drop Py37 (#5143)Jarrod Millman2021-10-2351-329/+147
* 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-1543-194/+197
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-143-7/+26
* DOC: Add links to proposals for completed projects (#5122)Mridul Seth2021-10-121-5/+29
* Faster operators in algorithms/operators/all.py (#5121)kpberry2021-10-122-124/+115
* 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