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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
to_networkx_graph needs .update() instead of new dict
Dan Schult
2015-08-07
1
-0
/
+9
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-12
/
+12
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
2
-11
/
+11
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
3
-8
/
+8
*
Fixes issue #1539 Bug in relabel_nodes for isolated nodes
Dan Schult
2015-05-22
1
-0
/
+7
*
Merge remote-tracking branch 'rnelsonchem/dffix'
chebee7i
2015-04-30
1
-0
/
+57
|
\
|
*
Add explicit Pandas import into __init__
Ryan Nelson
2015-04-26
1
-4
/
+4
|
*
Added appropriate tests for new function
Ryan Nelson
2015-01-22
1
-15
/
+35
|
*
Add generator function to from_pandas_dataframe
Ryan Nelson
2015-01-21
1
-0
/
+37
*
|
Change "non iso" to "noniso".
chebee7i
2015-04-23
1
-1
/
+1
*
|
Allows explicit conversion with parallel edges
Jeffrey Finkelstein
2015-01-20
2
-8
/
+34
|
/
*
Don't add edges twice when converting from numpy
Jeffrey Finkelstein
2015-01-12
2
-0
/
+24
*
Allows parallel edges when converting from numpy.
Jeffrey Finkelstein
2014-12-17
2
-0
/
+49
*
add test for in-place replacement of self-loop node with node 0
Ioannis Filippidis
2014-10-31
1
-0
/
+3
*
Selfloops counted twice
Aric Hagberg
2014-03-15
1
-0
/
+10
*
Fix python 3 syntax in benchmark.py
Dan Schult
2013-12-30
1
-1
/
+0
*
Bring benchmark.py up-to-date; cleanup speed tests
Dan Schult
2013-12-30
1
-92
/
+35
*
clean up whitespace in benchmark.py
Dan Schult
2013-12-30
1
-14
/
+14
*
Split matrix conversion functions into new module
Aric Hagberg
2013-11-12
1
-9
/
+2
*
whitespace cleanup
Aric Hagberg
2013-01-20
1
-6
/
+5
*
Set relabel mapping as node attributes.
Aric Hagberg
2013-01-20
1
-16
/
+19
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-2
/
+3
*
Preserver order in G.nodes() or given in nodelist when converting to scipy sp...
Aric Hagberg
2012-06-29
1
-0
/
+8
*
Handle empty graph (all zero matrix) and null graph (raise exception) in to_s...
Aric Hagberg
2012-06-18
1
-0
/
+10
*
Add check for self-loop to fix relabel-in-place fail.
Aric Hagberg
2012-01-10
1
-0
/
+8
*
Some whitespace and formatting housekeeping
Aric Hagberg
2011-12-26
1
-21
/
+20
*
Add numpy=True|False flag to networkx.test()
Aric Hagberg
2011-09-11
1
-1
/
+7
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-0
/
+1
*
Refactor utils.
Aric Hagberg
2011-07-31
1
-37
/
+0
*
Don't allow running networkx.test() if the current working directory is the n...
Aric Hagberg
2011-07-17
1
-2
/
+6
*
Provide option to return different types of scipy sparse matrices.
Aric Hagberg
2011-06-25
1
-7
/
+53
*
Update test for convert.to_scipy_sparse_matrix to handle weight keyword.
Dan Schult
2011-06-18
1
-3
/
+11
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
3
-11
/
+11
*
Remove spurious prints.
Aric Hagberg
2011-06-03
1
-2
/
+0
*
Don't rely on node ordering when converting from digraphs to multigraphs. Ch...
Aric Hagberg
2011-06-03
1
-0
/
+22
*
Add weight keyword to current_flow centrality and spectrum functions. Add t...
Dan Schult
2011-05-20
1
-0
/
+11
*
Add more tests for relabel.
Aric Hagberg
2011-03-24
1
-0
/
+10
*
Add copy=True|False to relabel nodes in place.
Aric Hagberg
2011-03-22
2
-115
/
+142
*
Cleaned up import statements.
Loïc Séguin-C.
2011-02-09
2
-6
/
+2
*
Test multigraph to numpy matrix converter.
Aric Hagberg
2010-11-11
1
-1
/
+10
*
Remove spurious prints in tests.
Aric Hagberg
2010-10-04
1
-2
/
+0
*
Convert numpy types to Python types.
Aric Hagberg
2010-09-12
1
-1
/
+48
*
Default networkx.test() to not run doctests since
aric
2010-08-10
1
-1
/
+4
*
Use unittest style
aric
2010-08-09
2
-54
/
+37
*
Remove unused test
aric
2010-08-09
1
-4
/
+0
*
Smoke test the exceptions
aric
2010-08-09
1
-0
/
+33
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
3
-538
/
+329
*
Add fixtures to skip doctests when optional imports are missing.
aric
2010-04-23
1
-1
/
+1
*
Add SkipTest for optional packages (Numpy,SciPy).
aric
2010-04-22
1
-4
/
+5
*
Write to stderr instead of print in tests
aric
2010-04-22
1
-1
/
+1
[next]