summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Marks file encoding as UTF-8kl-encodingjfinkels2016-01-101-0/+1
* Merge pull request #1688 from jfinkels/simplify-clusterAric Hagberg2016-01-081-64/+51
|\
| * Simplifies functions in cluster.py.Jeffrey Finkelstein2016-01-081-64/+51
* | Merge pull request #1923 from jfinkels/remove-float-castAric Hagberg2016-01-081-2/+2
|\ \
| * | Removes unnecessary cast to float.Jeffrey Finkelstein2016-01-081-2/+2
| |/
* | Merge pull request #1726 from jfinkels/kernighan-linAric Hagberg2016-01-085-0/+262
|\ \ | |/ |/|
| * Adds Kernighan--Lin bipartition algorithm.Moritz Emanuel Beber2016-01-085-0/+262
|/
* Merge pull request #1914 from Arafatk/patch-5Dan Schult2016-01-072-1/+9
|\
| * Adding testArafat2016-01-071-0/+7
| * Fixes #1812Arafat2016-01-071-1/+2
|/
* Merge pull request #1900 from dschult/layout-scalingDan Schult2016-01-062-5/+14
|\
| * Fix layout for single node graphs and shellsDan Schult2016-01-012-5/+14
* | Merge pull request #1908 from Arafatk/patch-4Dan Schult2016-01-062-1/+15
|\ \
| * | Adding test for #1736Arafat2016-01-051-0/+14
| * | Fixes #1736Arafat2016-01-051-1/+1
* | | Merge pull request #1885 from karrtikr/workDan Schult2016-01-061-0/+13
|\ \ \
| * | | Added requirements.txtKartik Raj2016-01-021-0/+13
* | | | Merge pull request #1898 from dschult/switchto_pydotplusDan Schult2016-01-063-63/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | simplify pydot imports, use testing.utils routinesDan Schult2016-01-032-54/+40
| * | | Use pydotplus for all supported python versionsDan Schult2016-01-013-30/+30
| | |/ | |/|
* | | Merge pull request #1897 from MridulS/newyearDan Schult2016-01-0181-81/+81
|\ \ \ | |/ / |/| |
| * | Update copyrightsMridul Seth2016-01-0181-81/+81
|/ /
* | Merge pull request #1895 from SanketDG/recfixDan Schult2015-12-312-0/+11
|\ \
| * | add algorithms.reciprocity to reference documentationSanketDG2016-01-012-0/+11
* | | Merge pull request #1851 from NvanAdrichem/DijkstraDan Schult2015-12-303-26/+40
|\ \ \ | |/ / |/| |
| * | Updated author in weighted.py and added myself to documentation credits as co...Niels van Adrichem2015-11-182-1/+3
| * | Updated doc_strings and commentsNiels van Adrichem2015-11-171-16/+12
| * | Changed private function _dijkstra() to only retun a dict of path-lengths, an...Niels van Adrichem2015-11-171-11/+13
| * | Changed function dijkstra_path_lengt() to stop computing at targetNiels van Adrichem2015-11-161-1/+12
| * | Added Spyder project file to git-ignoreNiels van Adrichem2015-11-161-0/+3
* | | Merge pull request #1890 from karrtikr/masterAric Hagberg2015-12-291-1/+1
|\ \ \
| * | | Modified release.pyKartik Raj2015-12-291-1/+1
* | | | Merge pull request #1889 from dschult/small-doc-fixesAric Hagberg2015-12-291-25/+23
|\ \ \ \
| * | | | Minor doc_string changes in graph.pyDan Schult2015-12-291-25/+23
|/ / / /
* | | | Merge pull request #1884 from MridulS/nodeiterDan Schult2015-12-292-16/+45
|\ \ \ \
| * | | | add option to view specific attributes in G.nodes()Mridul Seth2015-12-282-16/+45
* | | | | Merge pull request #1798 from emilienkofman/masterDan Schult2015-12-291-7/+13
|\ \ \ \ \
| * | | | | graph.size update thanks to @jfinkels suggestions. See #1798.Emilien Kofman2015-11-041-3/+13
| * | | | | removed from future...Emilien Kofman2015-10-061-1/+0
| * | | | | Bugfix (or simplification) of the size method in the Graph classEmilien Kofman2015-10-051-5/+2
* | | | | | Merge pull request #1886 from MridulS/blockmodelDan Schult2015-12-294-2/+80
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add a wrapper function blockmodel over quotient_graphMridul Seth2015-12-292-1/+78
| * | | | | Update community/quality to use quotient_graph instead of blockmodelMridul Seth2015-12-292-1/+2
|/ / / / /
* | | | | Merge pull request #1509 from hagberg/random-kernel-graphAric Hagberg2015-12-273-4/+93
|\ \ \ \ \
| * | | | | Add random kernel graph generatorAric Hagberg2015-09-203-4/+93
* | | | | | Merge pull request #1518 from jg-you/fix_approximation_importAric Hagberg2015-12-271-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into fix_approximation_importJGab2015-06-1147-921/+2740
| |\ \ \ \ \ \
| * | | | | | | Document approximationJGab2015-05-102-2/+5
| * | | | | | | Add approximation importJGab2015-05-081-0/+2
* | | | | | | | Merge pull request #1684 from jfinkels/simplify-is-dominating-setAric Hagberg2015-12-271-33/+37
|\ \ \ \ \ \ \ \