summaryrefslogtreecommitdiff
path: root/networkx/classes/function.py
Commit message (Expand)AuthorAgeFilesLines
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-6/+7
* Merge pull request #1589 from MridulS/succprediterDan Schult2015-06-171-2/+2
|\
| * Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...Mridul Seth2015-06-121-2/+2
* | Merge pull request #1588 from MridulS/neigbhorsiterDan Schult2015-06-171-1/+1
|\ \
| * | Remove neighbors_iter, G.neighbors() now returns an iterator instead of listMridul Seth2015-06-121-1/+1
| |/
* | Solve merge conflictsMridul Seth2015-06-171-7/+6
* | Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-14/+4
* | Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-8/+3
|/
* 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