summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring typodoc-typoJarrod Millman2021-06-041-2/+2
* Bump release versionJarrod Millman2021-05-311-1/+1
* Designate 2.6rc1 releasenetworkx-2.6rc1Jarrod Millman2021-05-311-1/+1
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-315-43/+48
* Default to NumPy for simrank_similarity (#4841)Jarrod Millman2021-05-304-80/+236
* Use scipy to compute eigenvalues (#4847)Jarrod Millman2021-05-304-10/+58
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-276-15/+41
* 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-273-15/+27
* Add info about testing and examples (#4582)Jarrod Millman2021-05-262-0/+45
* Fix bad import pattern (#4839)Ross Barnowski2021-05-268-0/+20
* Draft 2.6 release notes (#4828)Ross Barnowski2021-05-262-5/+117
* Fix edge drawing performance regression (#4825)Ross Barnowski2021-05-262-127/+219
* Refactor testing utilities (#4829)Jarrod Millman2021-05-2653-715/+804
* Fix a few broken links in the html docs (#4572)Ross Barnowski2021-05-265-20/+19
* Deprecate run (#4833)Jarrod Millman2021-05-245-34/+13
* Limit number of threads used by OMP in circleci. (#4830)Ross Barnowski2021-05-241-0/+2
* DOC: Clarify behaviour of k_crust(G, k) (#4831)Bharat Raghunathan2021-05-231-1/+2
* Use pytest.approx (#4827)Jarrod Millman2021-05-2138-374/+364
* Remove pyyaml dependency via module getattr (#4802)Ross Barnowski2021-05-209-153/+167
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-202-7/+124
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-204-0/+10
* 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
* Link to guides (#4818)Jarrod Millman2021-05-194-6/+7
* Add `initial_graph` parameter to simple and dual BarĂ¡basi-Albert random grap...Ludovic Stephan2021-05-193-145/+167
* Add topological_generations function (#4757)as13712021-05-193-30/+119
* Fix Sphinx errors (#4817)Jarrod Millman2021-05-193-3/+5
* Update requirements (#4625)Jarrod Millman2021-05-193-6/+6
* 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-193-31/+66
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-186-158/+253
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-182-3/+3
* Pin upper bound on decorator for 2.6 release. (#4815)Ross Barnowski2021-05-181-1/+1
* Restructure documentation (#4744)Jarrod Millman2021-05-1830-279/+476
* Update black (#4814)Jarrod Millman2021-05-1820-37/+37
* adds implementation of SNAP summarization algorithm (#4463)Douglas Fenstermacher2021-05-174-12/+893
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-1611-99/+1442
* Improve documentation look (#4801)Jarrod Millman2021-05-155-19/+49
* fix urllib import (#4793)Xiangyu Xu2021-05-142-3/+3
* make plots less dense, enable plotting for igraph (#4791)Mridul Seth2021-05-142-12/+19
* Remove mayavi and cartopy dependencies (#4800)Jarrod Millman2021-05-136-41/+0
* Fix sphinx warnings during doc build. (#4795)Ross Barnowski2021-05-123-5/+6
* Update documentation dependencies (#4794)Jarrod Millman2021-05-122-3/+6
* Add auto-margin scaling in draw_networkx_nodes function (fix for issue 3443) ...Eric Sims2021-05-121-0/+13
* imread(url) is deprecated, use pillow + urllib to load image from URL (#4790)Mridul Seth2021-05-111-2/+5
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-114-6/+6
* Gallery Example: Drawing custom node icons on network using MPL (#4633)Alex Walker2021-05-111-0/+61
* Updated decorator requirement for #4718 (#4773)Taxo Rubio2021-05-041-1/+1
* Improve reproducibilty of geometric graphs (#4768)Fabio Mazza2021-05-041-1/+1