summaryrefslogtreecommitdiff
path: root/networkx/convert.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in copy fromaric2008-05-201-7/+13
* Correct convert behavior when nodelist is specified witharic2007-11-081-2/+7
* Fixes #116dschult2007-06-201-9/+18
* Better/more/correct benchmark examples.dschult2007-03-251-1/+2
* Changed from_dict_of_lists() to handle the special case ofdschult2007-02-151-5/+16
* Further changes to convert.py to address multiedges case.aric2007-02-151-16/+23
* Update tests to check for multiedges working correctly anddschult2007-02-151-2/+2
* Attempt to address multiedge difficulties in convert.py using from_dict_of_di...dschult2007-02-151-67/+62
* nx!=ny condition not checked and reported properly for adj matrix inputaric2007-01-221-3/+1
* fixed typo from previous commit in Graph.node_boundary()dschult2007-01-021-12/+2
* improve error message when attempting to convert a multigraph,aric2006-12-091-4/+4
* Don't put nan values in numpy or scipy matrices if edge value is None,aric2006-12-091-0/+2
* Remove weight_matrix in favor of plain adj_matrixaric2006-11-101-2/+2
* optional edge_data in to_dict_of_dicts to allow arbitraryaric2006-11-101-5/+9
* Distinguish between adjacency matrices and weight matrices.jeff2006-11-101-2/+2
* to_dict_of_dicts() probably should assign values of 1 rather than Nonejeff2006-11-101-4/+7
* M base.py: Add a get_edge method for Graph/XGraph that returns 1 if an edgearic2006-11-091-10/+2
* Add nx_agraph to provide interface to updated pygraphviz packagearic2006-09-121-0/+10
* In conversion add nodes after adding edges.aric2006-08-131-2/+2
* Undirected graphs should have symmetric matrix represenatations.aric2006-07-201-0/+4
* add example in convert.py documentationaric2006-07-151-0/+10
* Add converters of various formats to/from NetworkX graph types.aric2006-07-051-0/+419