summaryrefslogtreecommitdiff
path: root/networkx/convert.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Clarify comment in code regarding nan weights.chebee7i2013-10-161-5/+5
| * Fix Floyd-Warshall when weights have 0 weight. Addresses #976.chebee7i2013-10-161-31/+46
* | Graph initialisation support for tuple edge-listsPontus Stenetorp2013-10-171-0/+1
|/
* Preserver order in G.nodes() or given in nodelist when converting to scipy sp...Aric Hagberg2012-06-291-3/+5
* Handle empty graph (all zero matrix) and null graph (raise exception) in to_s...Aric Hagberg2012-06-181-3/+8
* Some whitespace and formatting housekeepingAric Hagberg2011-12-261-58/+52
* Use faster coo constructor. Addresses #667Aric Hagberg2011-12-261-26/+20
* Fix indent.Aric Hagberg2011-07-011-4/+3
* Provide option to return different types of scipy sparse matrices.Aric Hagberg2011-06-251-6/+21
* Update to_scipy_sparse_matrix to accept a weight keyword.Dan Schult2011-06-181-6/+13
* Remove deprecated "from_whatever()" in favor of to_networkx_graph().Aric Hagberg2011-06-041-17/+2
* Don't rely on node ordering when converting from digraphs to multigraphs. Ch...Aric Hagberg2011-06-031-15/+15
* Use iterators instead of lists when possible. Addresses #560Loïc Séguin-C.2011-05-281-3/+3
* Add optional weight parameter to floyd_warshall algorithms. Addresses #511Loïc Séguin-C.2011-04-011-6/+9
* Improve speed of to_numpy_matrix for graphs and digraphs.Aric Hagberg2011-03-261-21/+33
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-150/+2
* Add package prefix nx to NetworkXError.Loïc Séguin-C.2011-02-091-1/+1
* Allow sum,max,min for handling multigraph edge weights.Aric Hagberg2010-11-111-6/+20
* Handle numpy unicode/str types in convert.Aric Hagberg2010-10-111-0/+7
* Use shallow copy in relabel_nodes.Aric Hagberg2010-10-031-4/+4
* Fix from_numpy_matrix doctestAric Hagberg2010-10-031-1/+1
* Fix numpy_recarray doctest error.Aric Hagberg2010-10-031-4/+4
* Convert numpy types to Python types.Aric Hagberg2010-09-121-13/+148
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-2/+2
* Update some doctests. Addresses #385aric2010-08-071-3/+3
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-49/+46
* Add fixtures to skip doctests when optional imports are missing.aric2010-04-231-0/+13
* Use standard "import networkx as nx" in all modulesaric2010-04-171-23/+24
* Improve documentation in convert and functionsaric2010-03-231-5/+1
* Update documentation and change "thing" label to "data"aric2010-03-231-27/+26
* Move convert_node_labels_to_integers() and relabel_nodes() to convert.pyaric2010-03-231-0/+162
* Change name of from_whatever() to to_networkx_graph().aric2010-03-231-6/+22
* Check against numpy.matrix. Fixes #312cellison2010-02-181-1/+1
* Typo: use weight without quotes in add_edgearic2009-09-021-1/+1
* numpy and scipy matrix converters now return adjacency matrices only.cellison2009-09-021-129/+104
* Remove lazy import in favor of explicit import with error handlingaric2009-08-271-39/+46
* License change to BSD.aric2009-08-261-2/+2
* Fixes #260cellison2009-08-171-69/+105
* Merge attrgraph branch into trunkaric2009-08-111-69/+71
* Correct an indentation error in from_whatever.dschult2009-06-241-3/+1
* Heading changes to alleviate chopping of docstring by automodule in convert.pydschult2009-06-231-5/+5
* Fix bad indent that cases error in converting to Graphs from dictionariesaric2009-06-031-1/+1
* Avoid numpy dependency on loadingaric2009-03-041-6/+6
* Merged multigraph-dict branch 1138:1161 into trunk. Addresses #225aric2009-02-271-15/+44
* lazyImport numpy and scipy in convertaric2009-02-181-42/+60
* Add from_edgelist() and to_edgelist() in convert.aric2009-01-081-1/+51
* document convert modulearic2008-11-201-102/+174
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-157/+141
* Use lil sparse matrix format when converting from scipy sparse matrixaric2008-05-271-7/+9
* revert commented out try/except clausearic2008-05-271-5/+5