index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
classes
/
function.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-6
/
+7
*
Merge pull request #1589 from MridulS/succprediter
Dan Schult
2015-06-17
1
-2
/
+2
|
\
|
*
Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...
Mridul Seth
2015-06-12
1
-2
/
+2
*
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
1
-1
/
+1
|
\
\
|
*
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-1
/
+1
|
|
/
*
|
Solve merge conflicts
Mridul Seth
2015-06-17
1
-7
/
+6
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-14
/
+4
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-8
/
+3
|
/
*
Merge branch 'master' of github.com:networkx/networkx
chebee7i
2015-04-29
1
-6
/
+5
|
\
|
*
Speed up non_edges for dense and complete graphs
Raf Guns
2015-04-28
1
-2
/
+4
|
*
Simplify and speed up nx.non_edges
Raf Guns
2015-04-28
1
-6
/
+3
*
|
Simplify content of is_empty() function
Thodoris Sotiropoulos
2015-04-29
1
-4
/
+2
*
|
Fix doc example errors
Thodoris Sotiropoulos
2015-04-29
1
-2
/
+2
*
|
Add is_empty() and update is_weighted() to cover empty graph.
chebee7i
2015-04-29
1
-0
/
+30
*
|
Rename to is_negatively_weighted, minor docstring edits.
chebee7i
2015-04-29
1
-44
/
+50
*
|
Remove unnecessary else
Thodoris Sotiropoulos
2015-04-28
1
-2
/
+1
*
|
Code simplification
Thodoris Sotiropoulos
2015-04-28
1
-8
/
+2
*
|
Simplify return statement and remove variable
Thodoris Sotiropoulos
2015-04-28
1
-6
/
+2
*
|
Some code fixes
Thodoris Sotiropoulos
2015-04-27
1
-13
/
+11
*
|
Merge branch 'master' into checking-weights
Thodoris Sotiropoulos
2015-04-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
|
Merge branch 'checking-weights' of https://github.com/Overriders/networkx int...
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
|
\
\
|
*
|
Fix typo error.
Thodoris Sotiropoulos
2015-04-16
1
-1
/
+1
*
|
|
Add useful return statement
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
*
|
|
Fix typo error
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
|
/
/
*
|
Simplify code and remove unnecessary call of weighted_edges function
Konstantinos Karakatsanis
2015-04-16
1
-4
/
+3
*
|
Style changes
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+0
*
|
Add weight parameter to negative_weights function
Konstantinos Karakatsanis
2015-04-15
1
-3
/
+7
*
|
Add negative_weights function in _all_ list
Konstantinos Karakatsanis
2015-04-15
1
-1
/
+1
*
|
Add weight parameter to weighted_edges function
Thodoris Sotiropoulos
2015-04-15
1
-3
/
+8
*
|
Add negative_weights function
Konstantinos Karakatsanis
2015-04-15
1
-0
/
+55
*
|
Add weight_edges function
Thodoris Sotiropoulos
2015-04-11
1
-1
/
+49
|
/
*
Correct terminology in function.py
ysitu
2014-11-07
1
-2
/
+2
*
Allow set_*_attributes functions to work with single attribute value.
chebee7i
2014-05-15
1
-21
/
+55
*
Move common_neighbors out of link_prediction
ysitu
2014-05-10
1
-1
/
+59
*
Revised code
Kemal Maulana
2014-04-28
1
-7
/
+10
*
Added non-edges enumeration function
Kemal Maulana
2014-04-28
1
-1
/
+23
*
fix error when pickling frozen graphs
Tscheik
2013-09-30
1
-2
/
+6
*
Fix density to handle single node with self loop case.
Aric Hagberg
2012-12-28
1
-3
/
+5
*
Added missing itertools import statement
carmandrew
2012-08-02
1
-0
/
+1
*
Fix doc errors. Addresses #714
Aric Hagberg
2012-04-15
1
-5
/
+5
*
Add all_neighbors and non_neighbors. Addresses #714
Aric Hagberg
2012-04-15
1
-1
/
+48
*
Whitespace and other housekeeping.
Aric Hagberg
2012-01-06
1
-17
/
+9
*
Update documentation in freeze() to show how to unfreeze a graph.
Aric Hagberg
2012-01-06
1
-4
/
+10
*
Fix example.
Aric Hagberg
2011-09-09
1
-2
/
+2
*
Change degree() and friends to accept weight= keyword instead of weighted=
Dan Schult
2011-06-18
1
-2
/
+2
*
Remove :math: markers since math is the default role now.
Aric Hagberg
2011-05-20
1
-5
/
+4
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-2
/
+0
*
More imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-2
/
+1
*
Remove Python 2isms in attribute helpers.
Aric Hagberg
2010-11-14
1
-5
/
+5
[next]