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
*
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
*
Fix typos in tests for edge methods that call neighbors.
Dan Schult
2011-06-18
1
-4
/
+6
*
Change degree() and friends to accept weight= keyword instead of weighted=
Dan Schult
2011-06-18
4
-16
/
+33
*
Add more tests for reverse()
Aric Hagberg
2011-06-09
1
-3
/
+3
*
DiGraph and MultiDigraph reverse(copy=True) methods don't make a proper copy ...
Aric Hagberg
2011-06-09
2
-0
/
+32
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-1
/
+1
*
More imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
8
-15
/
+0
*
Add MultiDiGraph in_edges() and out_edges() methods.
Aric Hagberg
2010-11-16
1
-2
/
+2
*
Fix bug in degree_iter(weighted=True) for MultiGraphs.
Aric Hagberg
2010-11-08
1
-0
/
+2
*
Add reciprocal option in to_undirected().
Aric Hagberg
2010-09-28
2
-2
/
+14
*
Fix bug in info() function. Closes #401
aric
2010-08-16
1
-0
/
+19
*
Switch old graph/digraph tests to unittest style
aric
2010-08-10
5
-1348
/
+618
*
Remove duplicate test (tested in test_function.py)
aric
2010-08-09
1
-20
/
+0
*
Rework info() function to return a string.
aric
2010-08-07
1
-19
/
+15
*
Add back "info" function. Change keyword to file=
aric
2010-08-07
1
-22
/
+22
*
Remove iteritems 2ism and add test.
aric
2010-08-07
1
-0
/
+12
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
7
-152
/
+186
*
Add tests for function.py
dschult
2010-05-04
2
-7
/
+113
*
Use sorted(key=str) in doctests so they will work with Python3
aric
2010-04-24
2
-17
/
+17
*
Remove with_labels keyword from *degree() methods.
aric
2010-04-15
5
-70
/
+62
[next]