summaryrefslogtreecommitdiff
path: root/networkx/tests/test_convert_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Change "non iso" to "noniso".chebee7i2015-04-231-1/+1
* Allows explicit conversion with parallel edgesJeffrey Finkelstein2015-01-201-4/+17
* Don't add edges twice when converting from numpyJeffrey Finkelstein2015-01-121-0/+11
* Allows parallel edges when converting from numpy.Jeffrey Finkelstein2014-12-171-0/+24
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-0/+1
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-041-1/+1
* Add weight keyword to current_flow centrality and spectrum functions. Add t...Dan Schult2011-05-201-0/+11
* Cleaned up import statements.Loïc Séguin-C.2011-02-091-3/+1
* 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
* numpy and scipy matrix converters now return adjacency matrices only.cellison2009-09-021-41/+12
* Updating dependency checks now that lazy imports are not used.cellison2009-08-271-3/+0
* Making numpy/scipy test a class method and lazy import aware.cellison2009-08-181-1/+6
* Fixes #260cellison2009-08-171-0/+135