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
/
gexf.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
-2
/
+8
*
add class method GEXFWriter.alter_graph_mode_timeformat
Chengyi Yang
2013-11-08
1
-9
/
+20
*
add dynamic Graph surport to gexf (1.2draft)
ycysuk
2013-11-07
1
-12
/
+45
*
Allow "True" and "False" as gexf bools.
chebee7i
2013-10-07
1
-1
/
+1
*
Merge pull request #941 from hagberg/gexf-long
Aric Hagberg
2013-08-27
1
-0
/
+2
|
\
|
*
Use long type for GEXF with Python2 long or Python3 int.
Aric Hagberg
2013-08-24
1
-0
/
+2
*
|
Merge pull request #914 from hagberg/gexf-bool
Aric Hagberg
2013-08-13
1
-1
/
+4
|
\
\
|
*
|
Use lowercase true|false in GEXF writer
Aric Hagberg
2013-07-24
1
-1
/
+4
*
|
|
Merge pull request #929 from brycethomas/issue928
Aric Hagberg
2013-08-13
1
-8
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
minor fixes to serialization and tests
Bryce Thomas
2013-08-12
1
-1
/
+1
|
*
|
Fixes #928
Bryce Thomas
2013-08-11
1
-8
/
+13
|
|
/
*
|
Fixes #885
Bryce Thomas
2013-08-11
1
-12
/
+21
|
/
*
Merge pull request #875 from hagberg/gexf-shape
Aric Hagberg
2013-05-25
1
-1
/
+1
|
\
|
*
Bug writing shapes in GEXF format
Aric Hagberg
2013-05-25
1
-1
/
+1
*
|
Whitespace cleanup. Formatting. Copyright.
Aric Hagberg
2013-02-09
1
-11
/
+16
*
|
Remove node 'label' attribute if relabel=True
Aric Hagberg
2013-02-09
1
-0
/
+1
*
|
Use node id in edges if specified as attribute
Aric Hagberg
2013-02-09
1
-1
/
+3
|
/
*
Set None for node_type by default in read_gexf method.
Ramiro Gomez
2012-10-05
1
-3
/
+3
*
removed unnecessary encode('utf-8') calls
Ramiro Gomez
2012-10-05
1
-3
/
+3
*
set default alpha channel to 1 instead of 100
Ramiro Gomez
2012-10-05
1
-1
/
+1
*
enable node ids with non ascii chars in gexf files
Ramiro Gomez
2012-10-05
1
-3
/
+3
*
set default to 100 for alpha channel in viz:color
Ramiro Gomez
2012-10-05
1
-1
/
+1
*
Done generate "None" when writing GEXF dynamic data with no start/end time sp...
Aric Hagberg
2012-07-08
1
-3
/
+9
*
Merge commit with resolved changes in gexf.
Aric Hagberg
2012-01-06
1
-66
/
+61
|
\
|
*
Whitespace housekeeping.
Aric Hagberg
2012-01-06
1
-65
/
+62
|
*
Convert id and label to strings if needed in write_gexf
Aric Hagberg
2012-01-06
1
-2
/
+2
*
|
Properly convert node id to string. Addresses #673.
Chris Ellison
2012-01-06
1
-3
/
+3
|
/
*
skip doctests (fail with python3.1)
Aric Hagberg
2011-09-25
1
-1
/
+1
*
Updated gexf to use @open_file
Ben Edwards
2011-08-17
1
-8
/
+6
*
Changed File handle name and utils in new directory, also changes
Ben Edwards
2011-07-15
1
-3
/
+3
*
Use iterators instead of lists when possible. Addresses #560
Loïc Séguin-C.
2011-05-28
1
-1
/
+1
*
Fix a few cases where False and 0 might be confused in GEXF interface.
Aric Hagberg
2011-05-11
1
-4
/
+8
*
Fix test with False==0 issue so GEXF writer handles weight=0.
Aric Hagberg
2011-05-11
1
-2
/
+4
*
Allow use of either cElementTree or ElementTree.
Aric Hagberg
2011-05-10
1
-7
/
+9
*
Decode xml tostring in _str_() method.
Aric Hagberg
2011-03-01
1
-2
/
+6
*
Handle version 1.2draft of GEXF.
Aric Hagberg
2011-02-06
1
-38
/
+121
*
Handle Gephi gexf file format issue of writing weights.
Aric Hagberg
2011-01-28
1
-0
/
+8
*
Use try/except to import elementtree to work with IronPython2.7.
Aric Hagberg
2011-01-28
1
-2
/
+6
*
Rename the networkx multigraph 'key' to 'networkx_key' when reading/writing GEXF
Aric Hagberg
2011-01-15
1
-1
/
+12
*
Update docstring.
Aric Hagberg
2011-01-13
1
-3
/
+0
*
Add string option with generate_gexf()
Aric Hagberg
2011-01-13
1
-3
/
+55
*
Use sequential edge id counter instead of NetworkX key.
Aric Hagberg
2010-12-11
1
-9
/
+10
*
Add some error checking on GEXF relabeling.
Aric Hagberg
2010-10-17
1
-1
/
+13
*
Add GEXF reader/writer.
Aric Hagberg
2010-10-16
1
-0
/
+739