summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removes irrelevant Notes section from docstringremove-beam-notesjfinkels2016-07-051-7/+0
* Merge pull request #2172 from mcognetta/turan_graphAric Hagberg2016-07-022-0/+44
|\
| * Adding isomorphism test to turan_testmcognetta2016-06-261-5/+4
| * Update classic.pymcognetta2016-06-261-12/+23
| * Added tests for Turan Graph Codemcognetta2016-06-161-0/+7
| * Initial Turan Graph Generator Codemcognetta2016-06-151-0/+27
* | Merge pull request #2129 from jfinkels/beam-searchAric Hagberg2016-07-026-24/+336
|\ \
| * | Adds beam search traversal algorithm with exampleJeffrey Finkelstein2016-05-166-24/+336
* | | Merge pull request #2167 from mcognetta/update_classic_generatorsDan Schult2016-06-201-5/+5
|\ \ \
| * | | Changed barbell_graph and ladder_graph to use the pairwise function instead o...Marco Cognetta2016-06-191-4/+4
| * | | Updated barbell_graph and ladder_graph to use generators only instead of crea...Marco Cognetta2016-06-191-5/+5
| | |/ | |/|
* | | Merge pull request #2083 from Michael-E-Rose/betweenness-sortingAric Hagberg2016-06-153-27/+41
|\ \ \
| * | | Sort centralities together and outsource dispersionMichael-E-Rose2016-04-163-27/+41
* | | | Merge pull request #2150 from dschult/edge_key_returnDan Schult2016-06-146-64/+133
|\ \ \ \
| * | | | Update docs for new method new_edge_keyDan Schult2016-06-084-41/+39
| * | | | Isolate edge key generation in multigraphsDan Schult2016-05-314-46/+117
* | | | | replace example in bfs_tree with a correct one (#2160)Heqing Ya2016-06-121-2/+2
* | | | | Merge pull request #2158 from dschult/doc_changesAric Hagberg2016-06-082-4/+5
|\ \ \ \ \
| * | | | | Fix docs for maximal_matching and tensor_productDan Schult2016-06-082-4/+5
|/ / / / /
* | | | | Update connected_components example in tutorial (#2154)Jannis Vamvas2016-06-051-2/+2
* | | | | Merge pull request #2149 from matthew-brett/optional-dfs_tree-sourceDan Schult2016-06-012-3/+14
|\ \ \ \ \
| * | | | | Set default source=None for dfs_treeMatthew Brett2016-05-312-3/+14
|/ / / / /
* | | | | Merge pull request #2148 from ssmolash/pagerank-docstring-fixAric Hagberg2016-05-312-3/+18
|\ \ \ \ \
| * | | | | Fix test_personalizationStacey Smolash2016-05-311-2/+2
| * | | | | Fix PageRank personalize docstringStacey Smolash2016-05-312-1/+16
* | | | | | Merge pull request #2142 from ssmolash/hits-max-iter-fixAric Hagberg2016-05-312-5/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Restart Travis buildStacey Smolash2016-05-300-0/+0
| * | | | | Use throwaway variable in HITS iteration loopStacey Smolash2016-05-301-1/+1
| * | | | | Replace while loop with for loop for HITS iteration logicStacey Smolash2016-05-301-3/+1
| * | | | | Adhere to networkx code styleStacey Smolash2016-05-301-13/+13
| * | | | | Tweak iteration logic of HITSStacey Smolash2016-05-302-15/+21
|/ / / / /
* | | | | Merge pull request #2143 from jfinkels/exceeded-iterationsAric Hagberg2016-05-289-31/+91
|\ \ \ \ \
| * | | | | Adds exception: failed power iteration convergenceJeffrey Finkelstein2016-05-259-31/+91
|/ / / / /
* | | | | Merge pull request #2141 from jtorrents/ff-fixchebee7i2016-05-252-10/+68
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix fruchterman reingold bug and add more tests to layouts.Jordi Torrents2016-05-252-10/+68
|/ / / /
* | | | Merge pull request #2136 from dschult/relabel_nameDan Schult2016-05-183-5/+13
|\ \ \ \
| * | | | Handle graph name attribute in relabel_nodesDan Schult2016-05-183-5/+13
|/ / / /
* | | | Merge pull request #2132 from dschult/minor_add_edge_stuffDan Schult2016-05-1633-217/+153
|\ \ \ \
| * | | | Minor attr_dict fixes and add note in release.Dan Schult2016-05-163-8/+17
| * | | | Merge pull request #2 from networkx/masterthegreathippo2016-05-162-30/+62
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2124 from rstmr/bugfix/generic_multiedge_matchchebee7i2016-05-122-30/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add unit test for unification of generic_multiedge_matchRené Saitenmacher2016-05-071-0/+6
| * | | | Remove duplicate code: Unify generic_multiedge_match for any number of edge a...René Saitenmacher2016-05-071-35/+23
| * | | | Unit test for generic_multiedge_matchRené Saitenmacher2016-05-071-1/+34
| * | | | Bugfix: generic_multiedge_match with for multiedges with multiple attributesRené Saitenmacher2016-05-071-4/+9
|/ / / /
| * | | Change *_from method documentationthegreathippo2016-05-161-4/+4
| * | | Change *_from method documentationthegreathippo2016-05-161-2/+2
| * | | Change documentation for *_from methodsthegreathippo2016-05-161-4/+4
| * | | Changed target_data to tdata.thegreathippo2016-05-161-1/+1
| * | | Changed timingclasses.py back to originalthegreathippo2016-05-161-29/+26