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
/
convert.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor docstring updates.
chebee7i
2015-01-05
1
-6
/
+6
*
added Pandas Dataframe into to_networkx_graph
Jamal
2015-01-05
1
-0
/
+13
*
Simplifies _prep_create_using function
jfinkels
2014-12-05
1
-8
/
+6
*
Split matrix conversion functions into new module
Aric Hagberg
2013-11-12
1
-508
/
+11
*
Merge pull request #992 from hagberg/hashrandom-test-fixes
Aric Hagberg
2013-11-08
1
-2
/
+6
|
\
|
*
Fix tests that fail due to hash randomization
Aric Hagberg
2013-10-23
1
-2
/
+6
*
|
Merge pull request #976 from chebee7i/fw_bug
Aric Hagberg
2013-11-08
1
-35
/
+73
|
\
\
|
|
/
|
/
|
|
*
Revert commits 1bca2d1 and 31b5b70.
chebee7i
2013-10-24
1
-57
/
+58
|
*
Handle nonzero edges via masked arrays.
chebee7i
2013-10-24
1
-46
/
+43
|
*
Allow 'weight' to be callable.
chebee7i
2013-10-24
1
-12
/
+14
|
*
Clarify description of `weight` parameter.
chebee7i
2013-10-24
1
-1
/
+2
|
*
Make `nonedge` default to 0.0. Add more comments.
chebee7i
2013-10-24
1
-18
/
+40
|
*
Clarify comment in code regarding nan weights.
chebee7i
2013-10-16
1
-5
/
+5
|
*
Fix Floyd-Warshall when weights have 0 weight. Addresses #976.
chebee7i
2013-10-16
1
-31
/
+46
*
|
Graph initialisation support for tuple edge-lists
Pontus Stenetorp
2013-10-17
1
-0
/
+1
|
/
*
Preserver order in G.nodes() or given in nodelist when converting to scipy sp...
Aric Hagberg
2012-06-29
1
-3
/
+5
*
Handle empty graph (all zero matrix) and null graph (raise exception) in to_s...
Aric Hagberg
2012-06-18
1
-3
/
+8
*
Some whitespace and formatting housekeeping
Aric Hagberg
2011-12-26
1
-58
/
+52
*
Use faster coo constructor. Addresses #667
Aric Hagberg
2011-12-26
1
-26
/
+20
*
Fix indent.
Aric Hagberg
2011-07-01
1
-4
/
+3
*
Provide option to return different types of scipy sparse matrices.
Aric Hagberg
2011-06-25
1
-6
/
+21
*
Update to_scipy_sparse_matrix to accept a weight keyword.
Dan Schult
2011-06-18
1
-6
/
+13
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
1
-17
/
+2
*
Don't rely on node ordering when converting from digraphs to multigraphs. Ch...
Aric Hagberg
2011-06-03
1
-15
/
+15
*
Use iterators instead of lists when possible. Addresses #560
Loïc Séguin-C.
2011-05-28
1
-3
/
+3
*
Add optional weight parameter to floyd_warshall algorithms. Addresses #511
Loïc Séguin-C.
2011-04-01
1
-6
/
+9
*
Improve speed of to_numpy_matrix for graphs and digraphs.
Aric Hagberg
2011-03-26
1
-21
/
+33
*
Add copy=True|False to relabel nodes in place.
Aric Hagberg
2011-03-22
1
-150
/
+2
*
Add package prefix nx to NetworkXError.
Loïc Séguin-C.
2011-02-09
1
-1
/
+1
*
Allow sum,max,min for handling multigraph edge weights.
Aric Hagberg
2010-11-11
1
-6
/
+20
*
Handle numpy unicode/str types in convert.
Aric Hagberg
2010-10-11
1
-0
/
+7
*
Use shallow copy in relabel_nodes.
Aric Hagberg
2010-10-03
1
-4
/
+4
*
Fix from_numpy_matrix doctest
Aric Hagberg
2010-10-03
1
-1
/
+1
*
Fix numpy_recarray doctest error.
Aric Hagberg
2010-10-03
1
-4
/
+4
*
Convert numpy types to Python types.
Aric Hagberg
2010-09-12
1
-13
/
+148
*
Minor fixes to documentation, mainly to help Sphinx with one line descriptions.
loicseguin
2010-08-09
1
-2
/
+2
*
Update some doctests. Addresses #385
aric
2010-08-07
1
-3
/
+3
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-49
/
+46
*
Add fixtures to skip doctests when optional imports are missing.
aric
2010-04-23
1
-0
/
+13
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-23
/
+24
*
Improve documentation in convert and functions
aric
2010-03-23
1
-5
/
+1
*
Update documentation and change "thing" label to "data"
aric
2010-03-23
1
-27
/
+26
*
Move convert_node_labels_to_integers() and relabel_nodes() to convert.py
aric
2010-03-23
1
-0
/
+162
*
Change name of from_whatever() to to_networkx_graph().
aric
2010-03-23
1
-6
/
+22
*
Check against numpy.matrix. Fixes #312
cellison
2010-02-18
1
-1
/
+1
*
Typo: use weight without quotes in add_edge
aric
2009-09-02
1
-1
/
+1
*
numpy and scipy matrix converters now return adjacency matrices only.
cellison
2009-09-02
1
-129
/
+104
*
Remove lazy import in favor of explicit import with error handling
aric
2009-08-27
1
-39
/
+46
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Fixes #260
cellison
2009-08-17
1
-69
/
+105
[next]