summaryrefslogtreecommitdiff
path: root/networkx/tests
Commit message (Expand)AuthorAgeFilesLines
* to_networkx_graph needs .update() instead of new dictDan Schult2015-08-071-0/+9
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-12/+12
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-172-11/+11
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-113-8/+8
* Fixes issue #1539 Bug in relabel_nodes for isolated nodesDan Schult2015-05-221-0/+7
* Merge remote-tracking branch 'rnelsonchem/dffix'chebee7i2015-04-301-0/+57
|\
| * Add explicit Pandas import into __init__Ryan Nelson2015-04-261-4/+4
| * Added appropriate tests for new functionRyan Nelson2015-01-221-15/+35
| * Add generator function to from_pandas_dataframeRyan Nelson2015-01-211-0/+37
* | Change "non iso" to "noniso".chebee7i2015-04-231-1/+1
* | Allows explicit conversion with parallel edgesJeffrey Finkelstein2015-01-202-8/+34
|/
* Don't add edges twice when converting from numpyJeffrey Finkelstein2015-01-122-0/+24
* Allows parallel edges when converting from numpy.Jeffrey Finkelstein2014-12-172-0/+49
* add test for in-place replacement of self-loop node with node 0Ioannis Filippidis2014-10-311-0/+3
* Selfloops counted twiceAric Hagberg2014-03-151-0/+10
* Fix python 3 syntax in benchmark.pyDan Schult2013-12-301-1/+0
* Bring benchmark.py up-to-date; cleanup speed testsDan Schult2013-12-301-92/+35
* clean up whitespace in benchmark.pyDan Schult2013-12-301-14/+14
* Split matrix conversion functions into new moduleAric Hagberg2013-11-121-9/+2
* whitespace cleanupAric Hagberg2013-01-201-6/+5
* Set relabel mapping as node attributes.Aric Hagberg2013-01-201-16/+19
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-2/+3
* Preserver order in G.nodes() or given in nodelist when converting to scipy sp...Aric Hagberg2012-06-291-0/+8
* Handle empty graph (all zero matrix) and null graph (raise exception) in to_s...Aric Hagberg2012-06-181-0/+10
* Add check for self-loop to fix relabel-in-place fail.Aric Hagberg2012-01-101-0/+8
* Some whitespace and formatting housekeepingAric Hagberg2011-12-261-21/+20
* Add numpy=True|False flag to networkx.test()Aric Hagberg2011-09-111-1/+7
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-0/+1
* Refactor utils.Aric Hagberg2011-07-311-37/+0
* Don't allow running networkx.test() if the current working directory is the n...Aric Hagberg2011-07-171-2/+6
* Provide option to return different types of scipy sparse matrices.Aric Hagberg2011-06-251-7/+53
* Update test for convert.to_scipy_sparse_matrix to handle weight keyword.Dan Schult2011-06-181-3/+11
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-043-11/+11
* Remove spurious prints.Aric Hagberg2011-06-031-2/+0
* Don't rely on node ordering when converting from digraphs to multigraphs. Ch...Aric Hagberg2011-06-031-0/+22
* Add weight keyword to current_flow centrality and spectrum functions. Add t...Dan Schult2011-05-201-0/+11
* Add more tests for relabel.Aric Hagberg2011-03-241-0/+10
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-222-115/+142
* Cleaned up import statements.Loïc Séguin-C.2011-02-092-6/+2
* Test multigraph to numpy matrix converter.Aric Hagberg2010-11-111-1/+10
* Remove spurious prints in tests.Aric Hagberg2010-10-041-2/+0
* Convert numpy types to Python types.Aric Hagberg2010-09-121-1/+48
* Default networkx.test() to not run doctests sincearic2010-08-101-1/+4
* Use unittest stylearic2010-08-092-54/+37
* Remove unused testaric2010-08-091-4/+0
* Smoke test the exceptionsaric2010-08-091-0/+33
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-023-538/+329
* Add fixtures to skip doctests when optional imports are missing.aric2010-04-231-1/+1
* Add SkipTest for optional packages (Numpy,SciPy).aric2010-04-221-4/+5
* Write to stderr instead of print in testsaric2010-04-221-1/+1