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
/
readwrite
/
graphml.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-2
/
+2
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Ensure that write_gexf and write_graphml output XML declaration
ysitu
2014-07-04
1
-1
/
+1
*
Remove duplicate XML header in GEXF/GraphML output
ysitu
2014-05-21
1
-2
/
+0
*
Fixes #1063.
chebee7i
2014-02-20
1
-4
/
+7
*
Fix typo in docstring (copy/paste error).
Chris
2013-02-05
1
-1
/
+1
*
Implement parse_graphml()
Chris
2013-02-04
1
-6
/
+53
*
Trailing whitespace.
Chris
2013-02-04
1
-51
/
+51
*
Remove trailing cruft from file.
Aric Hagberg
2012-12-28
1
-6
/
+0
*
Fallback to string type in GraphML reader if none given in <key>
Aric Hagberg
2012-10-28
1
-3
/
+13
*
Adds labels of yEd curved edges
Viktor Holmberg
2012-10-08
1
-2
/
+8
*
Allow updates in graphml defaults.
Aric Hagberg
2012-04-15
1
-2
/
+4
*
Add yED coordinates to graphml.
Aric Hagberg
2012-04-15
1
-0
/
+5
*
Better error message for unsupported types in graphml writer
Aric Hagberg
2012-02-25
1
-1
/
+1
*
skip doctests (fail with python3.1)
Aric Hagberg
2011-09-25
1
-1
/
+1
*
Add svg yfiles patch.
Aric Hagberg
2011-09-21
1
-2
/
+5
*
Updated graphml to use @open_file
Ben Edwards
2011-08-17
1
-6
/
+6
*
Should check for bool type.
Aric Hagberg
2011-08-17
1
-1
/
+1
*
Update bool test to include True/False and use correct data name.
Aric Hagberg
2011-08-16
1
-2
/
+4
*
Handle string "true","false" in graphml reader.
Aric Hagberg
2011-08-16
1
-1
/
+5
*
Handle long type in GraphML. Put in handling of "integer" for Gephi bug.
Aric Hagberg
2011-08-11
1
-3
/
+8
*
The correct GraphML type is int not integer.
Aric Hagberg
2011-08-11
1
-1
/
+1
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-3
/
+3
*
Use node and edge labels from yfiles graphml.
Aric Hagberg
2011-06-18
1
-2
/
+11
*
Use iterators instead of lists when possible. Addresses #560
Loïc Séguin-C.
2011-05-28
1
-1
/
+1
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-6
/
+11
*
Allow use of either cElementTree or ElementTree.
Aric Hagberg
2011-05-10
1
-10
/
+15
*
Thanks for the patch.
Aric Hagberg
2011-04-05
1
-1
/
+2
*
Decode xml tostring in _str_() method.
Aric Hagberg
2011-03-01
1
-3
/
+7
*
Update types in graphml: Gephi writes "integer" for graphml type.
Aric Hagberg
2011-01-28
1
-1
/
+1
*
Use try/except to import elementtree to work with IronPython2.7.
Aric Hagberg
2011-01-28
1
-1
/
+0
*
Add generate_graphml() option.
Aric Hagberg
2011-01-13
1
-3
/
+44
*
Read and write graph data with GraphML.
Aric Hagberg
2010-11-29
1
-11
/
+19
*
Pretty print GraphML.
Aric Hagberg
2010-11-25
1
-3
/
+26
*
Don't write NetworkX multigraph edge keys as GraphML edge ids
Aric Hagberg
2010-11-24
1
-8
/
+19
*
Allow unicode types for nodes in read_graphml.
Aric Hagberg
2010-11-23
1
-8
/
+10
*
Add unicode type to known Python types in graphml reader/writer.
Aric Hagberg
2010-11-23
1
-2
/
+8
*
Hack to read graphml files with the yfiles extension. The graphics data is d...
Aric Hagberg
2010-10-17
1
-4
/
+22
*
Handle float and double types correctly in GraphML.
Aric Hagberg
2010-10-14
1
-2
/
+3
*
Clean up doctest temporary example files.
Aric Hagberg
2010-09-20
1
-0
/
+5
*
Use the correct name for xml.etree
Aric Hagberg
2010-08-30
1
-2
/
+2
*
Don't import graphml reader/writer and skip tests if xml.elementtree missing.
aric
2010-08-29
1
-1
/
+20
*
Add some documentation to read/write functions
aric
2010-08-20
1
-0
/
+7
*
Use faster cElementtree. Addresses #210
aric
2010-08-19
1
-1
/
+1
*
Update GraphML reader and writer to use xml.etree version.
aric
2010-08-19
1
-304
/
+304
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-23
/
+24
*
Rewrite parse_graphml to handle attributes for graph, node, and edge.
dschult
2010-05-05
1
-46
/
+169
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-5
/
+3
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Merge attrgraph branch into trunk
aric
2009-08-11
1
-13
/
+15
[next]