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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds unit test for new use of string.format().
Jeffrey Finkelstein
2015-10-28
1
-0
/
+13
*
Merge pull request #1638 from MridulS/adjiter
Dan Schult
2015-07-03
3
-9
/
+5
|
\
|
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
3
-9
/
+5
*
|
Make selfloop methods return iterator instead of list in MultiGraph class
Mridul Seth
2015-07-02
1
-2
/
+2
*
|
Make selfloop methods return iterator instead of list in graph class
Mridul Seth
2015-07-02
1
-5
/
+5
|
/
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
6
-184
/
+96
*
Merge pull request #1589 from MridulS/succprediter
Dan Schult
2015-06-17
3
-31
/
+28
|
\
|
*
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
3
-30
/
+30
*
|
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
2
-8
/
+3
|
\
\
|
*
|
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
2
-8
/
+3
|
|
/
*
|
Solve merge conflicts
Mridul Seth
2015-06-17
1
-5
/
+5
*
|
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
6
-266
/
+116
*
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
5
-54
/
+49
|
\
\
|
*
|
Update changes to G.nodes()
Mridul Seth
2015-06-16
2
-6
/
+1
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
5
-52
/
+52
|
|
/
*
|
Fix big for iterator input for digraph.degree
Dan Schult
2015-06-16
2
-0
/
+13
|
/
*
Add is_empty() and update is_weighted() to cover empty graph.
chebee7i
2015-04-29
1
-0
/
+9
*
Rename to is_negatively_weighted, minor docstring edits.
chebee7i
2015-04-29
1
-12
/
+27
*
Some code fixes
Thodoris Sotiropoulos
2015-04-27
1
-9
/
+9
*
Merge branch 'master' into checking-weights
Thodoris Sotiropoulos
2015-04-22
1
-1
/
+1
|
\
|
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
|
Style changes
Konstantinos Karakatsanis
2015-04-16
1
-1
/
+1
*
|
Add negative_weights function
Konstantinos Karakatsanis
2015-04-15
1
-0
/
+21
*
|
Add weight_edges function
Thodoris Sotiropoulos
2015-04-11
1
-0
/
+19
|
/
*
Remove compatibility code for Python 2.6.
chebee7i
2015-02-16
1
-10
/
+0
*
Add smoke tests for ordered graph variants.
chebee7i
2015-02-16
1
-0
/
+26
*
Expand data keyword in G.edges and add default data
Dan Schult
2015-01-17
1
-0
/
+5
*
Comment out timing nosetests due to travis variation.
Dan Schult
2015-01-10
1
-9
/
+11
*
Make timing test ratio a bit more forgiving for TravisCI.
chebee7i
2015-01-06
1
-4
/
+4
*
Improve reporting of errors for timing tests.
Dan Schult
2015-01-06
1
-15
/
+16
*
Remove timingtest of numpy_matrix and add test G.copy()
Dan Schult
2015-01-06
1
-1
/
+2
*
Add timing tests and baseline classes to compare to.
Dan Schult
2015-01-06
2
-0
/
+4996
*
Meld special classes with base classes.
Dan Schult
2015-01-02
1
-10
/
+10
*
Better proposed structure for OrderedGraph and co.
Dan Schult
2015-01-01
1
-0
/
+121
*
Allow set_*_attributes functions to work with single attribute value.
chebee7i
2014-05-15
1
-0
/
+92
*
Move common_neighbors out of link_prediction
ysitu
2014-05-10
1
-60
/
+103
*
assert_in isn't available in TravisCI nose.
chebee7i
2014-04-29
1
-1
/
+1
*
Use assert_equal and assert_in.
chebee7i
2014-04-29
1
-4
/
+4
*
Added non-edges enumeration function
Kemal Maulana
2014-04-28
1
-0
/
+26
*
Fix density to handle single node with self loop case.
Aric Hagberg
2012-12-28
1
-0
/
+9
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-21
/
+18
*
Allow .remove_edges_from() to work with 4-tuples (u,v,k,d) for multi(di)graph.
Dan Schult
2012-06-20
1
-1
/
+16
*
Fix Python2-ism
Aric Hagberg
2012-04-15
1
-1
/
+1
*
Add all_neighbors and non_neighbors. Addresses #714
Aric Hagberg
2012-04-15
1
-0
/
+50
*
Change node lookups to G.node instead of G.adj
Dan Schult
2012-02-05
1
-0
/
+4
*
Add tests to classes to cover missing cases.
Aric Hagberg
2011-11-18
4
-0
/
+43
*
Split Graph class tests that rely on data structure or edge attributes.
Dan Schult
2011-07-28
4
-642
/
+613
[next]