summaryrefslogtreecommitdiff
path: root/networkx/classes/function.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:networkx/networkxchebee7i2015-04-291-6/+5
|\
| * Speed up non_edges for dense and complete graphsRaf Guns2015-04-281-2/+4
| * Simplify and speed up nx.non_edgesRaf Guns2015-04-281-6/+3
* | Simplify content of is_empty() functionThodoris Sotiropoulos2015-04-291-4/+2
* | Fix doc example errorsThodoris Sotiropoulos2015-04-291-2/+2
* | Add is_empty() and update is_weighted() to cover empty graph.chebee7i2015-04-291-0/+30
* | Rename to is_negatively_weighted, minor docstring edits.chebee7i2015-04-291-44/+50
* | Remove unnecessary elseThodoris Sotiropoulos2015-04-281-2/+1
* | Code simplificationThodoris Sotiropoulos2015-04-281-8/+2
* | Simplify return statement and remove variableThodoris Sotiropoulos2015-04-281-6/+2
* | Some code fixesThodoris Sotiropoulos2015-04-271-13/+11
* | Merge branch 'master' into checking-weightsThodoris Sotiropoulos2015-04-221-1/+1
|\ \ | |/
| * Fix copyrightsJGab2015-04-211-1/+1
* | Merge branch 'checking-weights' of https://github.com/Overriders/networkx int...Konstantinos Karakatsanis2015-04-161-1/+1
|\ \
| * | Fix typo error.Thodoris Sotiropoulos2015-04-161-1/+1
* | | Add useful return statementKonstantinos Karakatsanis2015-04-161-1/+1
* | | Fix typo errorKonstantinos Karakatsanis2015-04-161-1/+1
|/ /
* | Simplify code and remove unnecessary call of weighted_edges functionKonstantinos Karakatsanis2015-04-161-4/+3
* | Style changesKonstantinos Karakatsanis2015-04-161-1/+0
* | Add weight parameter to negative_weights functionKonstantinos Karakatsanis2015-04-151-3/+7
* | Add negative_weights function in _all_ listKonstantinos Karakatsanis2015-04-151-1/+1
* | Add weight parameter to weighted_edges functionThodoris Sotiropoulos2015-04-151-3/+8
* | Add negative_weights functionKonstantinos Karakatsanis2015-04-151-0/+55
* | Add weight_edges functionThodoris Sotiropoulos2015-04-111-1/+49
|/
* Correct terminology in function.pyysitu2014-11-071-2/+2
* Allow set_*_attributes functions to work with single attribute value.chebee7i2014-05-151-21/+55
* Move common_neighbors out of link_predictionysitu2014-05-101-1/+59
* Revised codeKemal Maulana2014-04-281-7/+10
* Added non-edges enumeration functionKemal Maulana2014-04-281-1/+23
* fix error when pickling frozen graphsTscheik2013-09-301-2/+6
* Fix density to handle single node with self loop case.Aric Hagberg2012-12-281-3/+5
* Added missing itertools import statementcarmandrew2012-08-021-0/+1
* Fix doc errors. Addresses #714Aric Hagberg2012-04-151-5/+5
* Add all_neighbors and non_neighbors. Addresses #714Aric Hagberg2012-04-151-1/+48
* Whitespace and other housekeeping.Aric Hagberg2012-01-061-17/+9
* Update documentation in freeze() to show how to unfreeze a graph.Aric Hagberg2012-01-061-4/+10
* Fix example.Aric Hagberg2011-09-091-2/+2
* Change degree() and friends to accept weight= keyword instead of weighted=Dan Schult2011-06-181-2/+2
* Remove :math: markers since math is the default role now.Aric Hagberg2011-05-201-5/+4
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-161-2/+0
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+1
* Remove Python 2isms in attribute helpers.Aric Hagberg2010-11-141-5/+5
* Add node and edge attribute helpers.Aric Hagberg2010-11-111-1/+99
* Fix bug in info() function. Closes #401aric2010-08-161-3/+3
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-2/+1
* Rework info() function to return a string.aric2010-08-071-42/+24
* Add back "info" function. Change keyword to file=aric2010-08-071-35/+62
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-51/+41
* Add tests for function.pydschult2010-05-041-13/+23
* Correct the info calculation of average degree now thatdschult2010-05-041-19/+19