summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_gml.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Lint using Ruff (#6371)danieleades2023-02-191-6/+6
* Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...Ross Barnowski2022-10-191-4/+20
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+7
* Update black (#5438)Mridul Seth2022-03-291-5/+5
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-201-0/+103
* Cleanup old platforms (#4202)Jarrod Millman2020-09-101-4/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-24/+27
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-5/+5
* 3511 gml list support (#3649)Anton Lodder2019-12-121-0/+96
* Update styleJarrod Millman2019-11-181-134/+147
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-13/+13
* Remove old Python 2 codeJarrod Millman2019-10-181-21/+9
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-10/+10
* Remove unused importsJarrod Millman2019-10-121-1/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-30/+30
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-2/+3
* Bugfix: Added flexibility in reading values for label and id (#3603)Kanishk Tantia2019-09-281-19/+37
* When exporting to GML, write non 32-bit numbers as strings. (#3540)Tobias Blass2019-08-151-0/+27
* Fix reading labels from gml files (#3184) (#3185)Clayton A Davis2018-11-041-0/+11
* Fix typo in write_gml and add test (#2769)Dan Schult2017-11-251-0/+17
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Remove automatic assignment of G.name from many generators (#2557)Dan Schult2017-07-271-0/+1
* Add GML handling for bool and tuple types (#2513)Dan Schult2017-07-151-2/+2
* Update `write_gml` docstring (#2504)Jarrod Millman2017-07-091-12/+13
* Ensure label in gml output is quoted (#2497)Jarrod Millman2017-07-081-3/+33
* Fix test ordering in readwriteAric Hagberg2016-07-311-1/+1
* TST: test that creates the bugDaniel McDonald2015-09-291-0/+84
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Enhance GML parser/generator tests (cont'd)ysitu2014-10-201-3/+23
* Enhance GML parser/generator testsysitu2014-10-201-0/+103
* Simplify GML parser and add list attribute handlingysitu2014-10-191-3/+3
* Fix comments in GML parser and test casesysitu2014-10-161-2/+0
* Adjust GML test casesysitu2014-10-121-76/+94
* GML read/write with numeric HTML entities. #1061chebee7i2014-02-161-9/+37
* Add unit test for #1048.chebee7i2014-01-181-14/+37
* Write bools to gml formatas 0/1.Aric Hagberg2011-09-151-1/+24
* Remove double quotes in test.Aric Hagberg2010-11-291-11/+11
* Change name of keyword from label->relabel in read_gml.Aric Hagberg2010-10-171-5/+25
* Update GML reader and writer toaric2010-08-291-8/+15
* Check to see if we can get pyparsing from matplotlib.aric2010-08-111-1/+4
* Switch gml test to nose class.aric2010-06-191-0/+82