summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-315-43/+48
* Default to NumPy for simrank_similarity (#4841)Jarrod Millman2021-05-302-80/+231
* Use scipy to compute eigenvalues (#4847)Jarrod Millman2021-05-302-8/+55
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-274-14/+35
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-276-16/+190
* Remove unused `normalized` parameter from communicability_betweenness_central...Dan Schult2021-05-272-15/+24
* Add info about testing and examples (#4582)Jarrod Millman2021-05-261-0/+13
* Fix bad import pattern (#4839)Ross Barnowski2021-05-268-0/+20
* Fix edge drawing performance regression (#4825)Ross Barnowski2021-05-262-127/+219
* Refactor testing utilities (#4829)Jarrod Millman2021-05-2650-712/+798
* Fix a few broken links in the html docs (#4572)Ross Barnowski2021-05-264-16/+15
* Deprecate run (#4833)Jarrod Millman2021-05-242-21/+10
* DOC: Clarify behaviour of k_crust(G, k) (#4831)Bharat Raghunathan2021-05-231-1/+2
* Use pytest.approx (#4827)Jarrod Millman2021-05-2136-374/+361
* Remove pyyaml dependency via module getattr (#4802)Ross Barnowski2021-05-205-140/+163
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-202-7/+124
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-202-0/+7
* Fix to_undirected doc typo (#4821)Justin Cai2021-05-202-2/+2
* switch alias direction of spring_layout and fruchterman_reingold_layout (#4820)Dan Schult2021-05-191-3/+4
* Add `initial_graph` parameter to simple and dual Barábasi-Albert random grap...Ludovic Stephan2021-05-192-145/+164
* Add topological_generations function (#4757)as13712021-05-192-30/+118
* Fix Sphinx errors (#4817)Jarrod Millman2021-05-193-3/+5
* restructured networksimplex.py and added test_networksimplex.py (#4685)Harshal Dupare2021-05-192-305/+768
* Make nx.hits a wrapper around different implementations, use scipy one by def...Mridul Seth2021-05-192-31/+64
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-185-158/+251
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-182-3/+3
* Restructure documentation (#4744)Jarrod Millman2021-05-181-11/+22
* Update black (#4814)Jarrod Millman2021-05-1818-33/+33
* adds implementation of SNAP summarization algorithm (#4463)Douglas Fenstermacher2021-05-172-12/+784
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-169-99/+1428
* Add auto-margin scaling in draw_networkx_nodes function (fix for issue 3443) ...Eric Sims2021-05-121-0/+13
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-114-6/+6
* Improve reproducibilty of geometric graphs (#4768)Fabio Mazza2021-05-041-1/+1
* Add missing __all__'s to utils modules + test. (#4753)Ross Barnowski2021-04-253-0/+45
* fix typo in docstring (ismorphism -> isomorphism) (#4756)CUI Hao2021-04-242-2/+2
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-214-19/+19
* O(n^2) -> O(n) implementation for scale_free_graph (#4727)Floris Hermsen2021-04-191-22/+53
* rm nx import from docstring example. (#4738)Ross Barnowski2021-04-091-1/+0
* Updating average_clustering() documentation - Issue #4734 (#4735)Debargha Ganguly2021-04-091-0/+8
* fix typo (#4724)Francesco Andreuzzi2021-04-041-1/+1
* Fixing Bug in Transitive Reduction, resulting in loss of node/edge attributes...walkeralexander2021-03-291-0/+21
* Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)Ross Barnowski2021-03-256-7/+7
* modularity_max: account for edge weights (#4690)Martha Frysztacki [frɨʂtat͡skʲ]2021-03-242-8/+21
* Reorganize minor submodule as subpackage (#4349)Jon Crall2021-03-233-1/+28
* Fix to_vertex_cover (#4667)Han Jaeseung2021-03-182-7/+17
* Increase code coverage tournament (#4665)cpurmessur2021-03-142-91/+115
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-132-61/+212
* Refactor bipartite and multipartite layout (#4653)Dimitrios Papageorgiou2021-03-081-61/+35
* fix for negative_edge_cycle weight kwarg to bellman_ford (#4658)Shichu Zhu2021-03-072-1/+11
* Fix link for Katz centrality definition (#4655)Ludovic Stephan2021-03-051-2/+2