summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_gexf.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Py37 (#5143)Jarrod Millman2021-10-231-110/+3
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-2/+0
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-6/+3
* Add edge label in GEXF writer as an optional attribute (#3347)Jonathan Schneider2020-08-161-3/+4
* Format w/ blackJarrod Millman2020-07-101-125/+135
* Update string formatJarrod Millman2020-01-011-24/+24
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Fix test_numpy_type to pass under Python 3.8Steve Kowalik2019-11-141-1/+50
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Fixes issue 3610: Bug in version attribute of gexf.pyPalAditya2019-10-191-10/+109
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* PEP8 fixes to testsJarrod Millman2019-10-181-14/+14
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-5/+1
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-4/+4
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-34/+34
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-30/+29
* add check of attr type before converting inf/nan in GEXF (#3636)Dan Schult2019-10-061-11/+25
* Fixes #3573:GEXF output problem (#3606)Aditya Pal2019-09-271-37/+66
* Fix test_gexf to handle default serialisation order of the XML attributesJarrod Millman2019-09-171-2/+59
* Fix GEXF edge_ids and numpy types (#3363)Dan Schult2019-03-301-0/+82
* Add dynamic graph attribute start/end field into node element in gexf utils, ...Martin Váňa2018-02-181-5/+7
* Fix links (#2663)Jarrod Millman2017-09-111-2/+2
* Simplify base classes. (#2604)Dan Schult2017-08-121-5/+5
* Use version 1.2draft by default and apply PEP8 to gexf.py (#2355)Michael E. Rose2017-07-051-10/+9
* Gexf viz (#2436)Michael E. Rose2017-06-281-1/+1
* Fix test ordering in readwriteAric Hagberg2016-07-311-2/+4
* Update GraphML and GEXF tests.chebee7i2016-04-161-2/+2
* Apply PEP8 to test_gexf and updateMichael-E-Rose2016-02-241-89/+86
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Allow "True" and "False" as gexf bools.chebee7i2013-10-071-6/+12
* Merge pull request #914 from hagberg/gexf-boolAric Hagberg2013-08-131-1/+8
|\
| * Fix assertion bug in testAric Hagberg2013-07-241-1/+1
| * Use lowercase true|false in GEXF writerAric Hagberg2013-07-241-1/+8
* | minor fixes to serialization and testsBryce Thomas2013-08-121-0/+4
|/
* Fixing strange merge.Chris Ellison2012-01-061-20/+20
* Merge commit with resolved changes in gexf.Aric Hagberg2012-01-061-8/+18
|\
| * Whitespace housekeeping.Aric Hagberg2012-01-061-6/+6
| * Convert id and label to strings if needed in write_gexfAric Hagberg2012-01-061-0/+10
* | Make test include 'label' and 'pid' attributes. Addresses #673Chris Ellison2012-01-061-5/+7
* | Properly convert node id to string. Addresses #673.Chris Ellison2012-01-061-0/+25
|/
* Allow use of either cElementTree or ElementTree.Aric Hagberg2011-05-101-6/+2
* Add GEXF reader/writer.Aric Hagberg2010-10-161-0/+273