summaryrefslogtreecommitdiff
path: root/networkx/readwrite/gexf.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+4
* Update gexf website link in documentation (#5275)Mathieu Bastian2022-01-231-7/+7
* Change exception varname e to err (#5130)Dan Schult2021-10-151-4/+4
* Added security warning to gefx parser (#5003)bt-nia2021-08-041-0/+5
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-0/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-1/+1
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-40/+43
* Fix typo (#4312)Erik Brendel2020-11-021-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-5/+5
* Add edge label in GEXF writer as an optional attribute (#3347)Jonathan Schneider2020-08-161-0/+5
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-7/+5
* Fix typo: np.int -> np.int_ (#4013)Neil2020-06-221-1/+1
* Fix typo (#3838)Harri Nieminen2020-02-251-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+3
* Convert %-format to fstringJarrod Millman2020-01-011-34/+34
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Fix PEP8 issuesJarrod Millman2019-10-211-355/+382
* Deprecate make_strJarrod Millman2019-10-211-28/+28
* Remove unused importsJarrod Millman2019-10-211-9/+2
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-15/+0
* Fixes issue 3610: Bug in version attribute of gexf.pyPalAditya2019-10-191-4/+4
* Enable more doctestsJarrod Millman2019-10-181-1/+1
* Use pytest for doctestJarrod Millman2019-10-121-7/+4
* add check of attr type before converting inf/nan in GEXF (#3636)Dan Schult2019-10-061-21/+15
* Fixes #3573:GEXF output problem (#3606)Aditya Pal2019-09-271-29/+62
* Update copyrightJarrod Millman2019-03-301-1/+1
* Fix GEXF edge_ids and numpy types (#3363)Dan Schult2019-03-301-18/+36
* Add dynamic graph attribute start/end field into node element in gexf utils, ...Martin Váňa2018-02-181-0/+12
* Update copyrightJarrod Millman2018-01-201-1/+1
* Correct order of edge key and data in GEXFwriter.add_edges (#2666)Dan Schult2017-09-121-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-25/+25
* Simplify base classes. (#2604)Dan Schult2017-08-121-12/+12
* Revise docs (#2524)Jarrod Millman2017-07-191-8/+8
* Use version 1.2draft by default and apply PEP8 to gexf.py (#2355)Michael E. Rose2017-07-051-56/+65
* Gexf viz (#2436)Michael E. Rose2017-06-281-2/+3
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-3/+3
* added documentation for write_gexf viz attrs (#2466)salotz2017-06-081-0/+12
* correct logic in GEXFWriterMridul Seth2017-03-211-5/+8
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-261-1/+1
* Update allowable bool types for GraphML and GEXF.chebee7i2016-04-161-0/+1
* Write meta tag and add graph attributes to graph tagMichael-E-Rose2016-02-241-4/+18
* Apply PEP8 to gexf.py and fix a boolean conversion bugMichael-E-Rose2016-02-241-401/+366
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Ensure that write_gexf and write_graphml output XML declarationysitu2014-07-041-1/+1
* Remove duplicate XML header in GEXF/GraphML outputysitu2014-05-211-2/+0
* Fixes #1063.chebee7i2014-02-201-2/+8
* add class method GEXFWriter.alter_graph_mode_timeformatChengyi Yang2013-11-081-9/+20
* add dynamic Graph surport to gexf (1.2draft)ycysuk2013-11-071-12/+45