summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix inverse_line_graph. (#3507)"revert-3507-masterDan Schult2019-08-072-46/+8
* Fix inverse_line_graph. (#3507)Martin Darmüntzel2019-08-072-8/+46
* Linear prufer coding (#3535)Jacob Jona Fahlenkamp2019-08-061-6/+6
* Restore checking PyPy3 (#3514)Omer Katz2019-08-0210-26/+36
* Small fix for bug found @ issue #3524 (#3529)Alexios Polyzos2019-07-281-1/+1
* Optimize the strongly connected components algorithm - Take 2 (#3519)Omer Katz2019-07-251-7/+2
* Added safeguards (input graph G) for non-randomness measures (#3526)Erwan Le Merrer2019-07-252-0/+10
* Adding non-randomness measures for graphs (#3515)Erwan Le Merrer2019-07-205-0/+121
* Optimize the strongly connected components algorithm. (#3516)Omer Katz2019-07-191-6/+6
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-188-1/+293
* Update introduction.rst (#3504)Kevin Newman2019-07-101-1/+1
* AT-free graph recognition (#3377)Haakon2019-06-305-0/+214
* Fixes Issue #3493 - Bug in lexicographical_topological_sort() (#3494)Subhendu Ranajn Mishra2019-06-292-14/+46
* Fixed incorrect docs (#3495)Nanda H Krishna2019-06-292-14/+9
* Added group closeness and group degree centralities (#3437)Nanda H Krishna2019-06-283-8/+365
* Fix dfs_preorder_nodes docstring saying "edges" instead of "nodes" (#3484)Tamás Bitai2019-06-251-1/+1
* Fix deprecation warning with Python 3.7 (#3487)Alexander Metz2019-06-231-2/+2
* Wheels are python 3 onlyPeter2019-06-221-3/+0
* No multigraphs for betweenness (#3454)Nanda H Krishna2019-06-191-0/+2
* New Feature - Resistance Distance (#3385)bkief2019-06-145-10/+270
* Adding onion decomposition (#3461)Antoine Allard2019-06-123-3/+120
* Naive k-truss algorithm implementation. (#3462)Martin James McHugh III2019-06-123-1/+81
* Fix typo in "G>raph Modelling Language" (#3468)Peter Cock2019-06-081-1/+1
* don't remove ticks of other pyplot axes (#3476)Elan Ernest2019-06-081-4/+4
* Replace cb.iterable with np.iterable (#3458)James Myatt2019-06-061-6/+4
* Set seed in random_degree_sequence_graph docstring test (#3451)Nanda H Krishna2019-05-231-1/+1
* Implemented subgraph monomorphism (#3435)Diogo Cruz2019-05-232-188/+308
* added topo_order parameter to functions that rely on topological_sort (#3447)Anthony Labarre2019-05-212-7/+28
* Reorder and complete doc (#3438)Jean-Gabriel Young2019-05-131-11/+12
* Merge pull request #3436 from nandahkrishna/fix-typo-betweenness-centrality-s...Eric Ma2019-05-111-2/+2
|\
| * Fixed typonandahkrishna2019-05-111-2/+2
|/
* Add two versions of Simrank similarity (#3222)Michael Recachinas2019-05-103-2/+291
* Fix centrality betweeness subset (#3425)michelb73982019-05-102-22/+68
* add required argument to `write_graphml` example (#3429)Almog Cohen2019-05-091-1/+1
* Fix UnionFind set extraction (#3224)Steffen Hirschmann2019-05-082-0/+15
* Add doc warning about self-loops for adamic_adar_index (#3427)Dan Schult2019-05-081-0/+2
* Typo fix (#3424)Andy Garfield2019-05-071-1/+1
* Improve edgelist See Also (#3423)Ivan Tham2019-05-061-7/+10
* Adding module for group centrality measures (#3421)Nanda H Krishna2019-05-064-0/+184
* Fix edge_color inconsistency with node_color and description. (#3395)Jose Pinilla2019-05-032-103/+123
* Binomial trees generator (#3409)Efraim Rodrigues2019-05-033-0/+34
* Add bethe hessian matrix (#3401)Jean-Gabriel Young2019-05-036-1/+192
* Add barycenter algorithm (#2939)William Schwartz2019-05-024-39/+204
* Move LFR_benchmark to generators (#3411)Jean-Gabriel Young2019-05-028-522/+465
* Fix spring_layout bug with fixed nodes (#3415)Dan Schult2019-05-022-2/+16
* typo: swap source and target (#3413)Xiangyu Xu2019-04-302-3/+3
* Add the reference for the Harary graph generators (#3407)Weisheng Si2019-04-272-0/+12
* Add see also links (#3403)Jean-Gabriel Young2019-04-253-2/+5
* algorithms/traversal/edgebfs name fix (#3397)MCer42949672962019-04-202-2/+2
* Bump release versionJarrod Millman2019-04-111-2/+2