summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into masterfix-d-separation-conflictsarunwise2020-06-0314-170/+212
|\
| * Deprecate context_manager reversed in favor of reversed_view (#3983)Dan Schult2020-06-026-63/+64
| * Update CONTRIBUTORS.rst (#3982)Gaetano Carpinato2020-06-011-0/+1
| * Fix issue #3926 (#3928)Songyu-Wang2020-05-311-0/+2
| * implemented faster sweep algorithm for kernighan_lin_bisection (#3858)Kelly Boothby2020-05-312-104/+82
| * Fixed weakening of voting ability (#3970)Manas Joshi2020-05-281-0/+1
| * Fix simrank_similarity with directed graph input (#3961)ryan-duve2020-05-282-1/+60
| * Fix defination of communicability (#3973)Manas Joshi2020-05-281-2/+2
* | Update CONTRIBUTORS.rstArun Nampally2020-06-031-0/+1
* | minor changes (organize imports/fix pep8 warnings)Arun Nampally2020-06-022-3/+3
* | Rewrite unit tests using pytest fixturesArun Nampally2020-06-021-74/+145
* | add reference to d_separation in docsArun Nampally2020-05-303-33/+51
* | Update networkx/algorithms/d_separation.pyarunwise2020-05-301-1/+1
* | Apply suggestions from code review arunwise2020-05-301-5/+4
* | add d-separation algorithmArun Nampally2020-05-253-0/+202
|/
* Add weight function for shortest simple paths for #3948 (#3949)Harold Chan2020-05-192-19/+41
* Fix for #3930 (source & target columns not overwritten when converting to pd....Isaac Boates2020-05-192-80/+98
* Fix: documentation of simrank_similarity_numpy (#3954)Gaetano Carpinato2020-05-181-5/+4
* Fix documentation typo (#3965)Zachary Lawrence2020-05-181-2/+2
* Correct handling of zero-weight edges in all_shortest_paths (#3783)Kelly Boothby2020-05-174-18/+95
* fix documentation (#3958)muratgu2020-05-170-0/+0
* Add option for named key ids to GraphML writing. (#3960)ryan-duve2020-05-172-9/+100
* fix documentation (#3959)muratgu2020-05-162-3/+3
* use keywords for positional arguments (#3952)muratgu2020-05-121-2/+2
* Update astar.py (#3947)Harold Chan2020-05-071-2/+11
* add paley graph to doc (#3927)sauxpa2020-04-201-1/+1
* add paley graph (#3900)sauxpa2020-04-202-1/+80
* Add extra information when casting 'id' to int() fails. (Resolves #3910) (#3916)Lukas Lösche2020-04-151-1/+6
* allow set of edge nodes (#3907)Mattwmaster582020-04-151-2/+2
* Add logo to docsJarrod Millman2020-04-143-4/+230
* Fix Sphinx deprecationJarrod Millman2020-04-131-1/+1
* Use Sphinx 3.0.1Jarrod Millman2020-04-131-4/+4
* Fixed nx.Digraph to nx.DiGraph (#3909)Bastian David2020-04-131-4/+4
* added default arg for json dumps for jit_data func (#3891)Pedro Ortale2020-04-061-2/+6
* Fixing docs for nx.info(), along with necessary tests (#3893)Pradeep Reddy Raamana2020-04-062-1/+19
* Made CONTRIBUTING.rst more clearer (#3895)Mackyboy122020-04-061-1/+1
* typo (#3894)Mahmut Bulut2020-04-061-1/+1
* Update README.rst website link to https (#3888)Daniel2020-04-011-1/+1
* Fix example in docstring (#3866)Rüdiger Busche2020-03-151-1/+2
* Make connected_components safe to component set mutation (#3859)Kelly Boothby2020-03-092-4/+12
* Fix return values when drawing empty nodes and edges #3833 (#3854)Sanghack Lee2020-03-082-2/+24
* Remove unused variable has_numpy from create_py_random_state (#3852)Dan Schult2020-03-051-2/+1
* Added fix for issue #3846 (#3848)Dan Schult2020-03-042-2/+2
* fix typo slightly confusing the meaning (#3840)ernstklrb2020-02-261-2/+2
* Fix typo (#3838)Harri Nieminen2020-02-251-2/+2
* reconsider the lobster generator (#3822)Austin Orr2020-02-202-3/+49
* Remove whitespace (#3816)Whi Kwon2020-02-061-1/+1
* UnionFind's union doesn't accurately track set sizes (#3810)Kelly Boothby2020-02-052-5/+28
* Trophic Levels #3736 (#3804)Tom Russell2020-02-034-0/+462
* Prevent KeyError on subgraph_is_monomorphic (#3798)Kang Hong Jin2020-02-012-7/+25