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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update classes doc
Mridul Seth
2015-07-29
4
-38
/
+69
*
Quick doc fixes
Mridul Seth
2015-07-14
1
-3
/
+3
*
Merge pull request #1638 from MridulS/adjiter
Dan Schult
2015-07-03
7
-54
/
+21
|
\
|
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
7
-54
/
+21
*
|
Merge pull request #1634 from MridulS/selfloops
Dan Schult
2015-07-03
4
-33
/
+33
|
\
\
|
*
|
Update G.number_of_selfloops()
Mridul Seth
2015-07-03
1
-1
/
+1
|
*
|
Make selfloop methods return iterator instead of list in MultiGraph class
Mridul Seth
2015-07-02
2
-18
/
+18
|
*
|
Make selfloop methods return iterator instead of list in graph class
Mridul Seth
2015-07-02
2
-15
/
+15
|
|
/
*
|
Updates to degree method
Mridul Seth
2015-07-03
2
-16
/
+21
*
|
Add comment about single node test in degree method
Mridul Seth
2015-07-03
4
-2
/
+28
|
/
*
Remove commented out code
Mridul Seth
2015-06-27
1
-88
/
+0
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
11
-374
/
+321
*
Add new degree() implementation to graph.py
Mridul Seth
2015-06-19
1
-79
/
+102
*
Merge pull request #1589 from MridulS/succprediter
Dan Schult
2015-06-17
5
-49
/
+33
|
\
|
*
Update changes to G.successors()
Mridul Seth
2015-06-16
1
-3
/
+0
|
*
Remove successors_iter() and predecessors_iter(). G.successors() and G.predec...
Mridul Seth
2015-06-12
5
-48
/
+35
*
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
4
-29
/
+9
|
\
\
|
*
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
4
-29
/
+9
|
|
/
*
|
Solve merge conflicts
Mridul Seth
2015-06-17
2
-12
/
+11
*
|
Skip doctests for timingclasses.py
Mridul Seth
2015-06-17
1
-0
/
+6
*
|
Revert changes in timingclasses.py
Mridul Seth
2015-06-17
1
-58
/
+204
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
11
-526
/
+189
*
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
10
-132
/
+106
|
\
\
|
*
|
Update changes to G.nodes()
Mridul Seth
2015-06-16
3
-20
/
+12
|
*
|
Fix TODO in networkx/classes/graph.py
Mridul Seth
2015-06-13
1
-2
/
+0
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
10
-131
/
+115
|
|
/
*
|
remove python2-ism introduced by mistake
Dan Schult
2015-06-16
1
-1
/
+1
*
|
Fix big for iterator input for digraph.degree
Dan Schult
2015-06-16
4
-12
/
+23
*
|
Minor docstring fixes.
chebee7i
2015-06-15
2
-3
/
+3
*
|
"Warning" is not a numpydoc section
Aric Hagberg
2015-06-13
3
-12
/
+6
*
|
Spelling fixes
Aric Hagberg
2015-06-13
1
-3
/
+1
|
/
*
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
2
-0
/
+39
*
|
Rename to is_negatively_weighted, minor docstring edits.
chebee7i
2015-04-29
2
-56
/
+77
*
|
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
2
-22
/
+20
*
|
Merge branch 'master' into checking-weights
Thodoris Sotiropoulos
2015-04-22
2
-2
/
+2
|
\
\
|
|
/
|
*
Fix copyrights
JGab
2015-04-21
2
-2
/
+2
*
|
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
2
-2
/
+1
[next]