summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_graphml.py
Commit message (Expand)AuthorAgeFilesLines
* bugfix-for-issue-4353: modify default edge_id format (#4842)Berlin Cho2021-06-141-0/+102
* Decode GraphML/yEd shape type (#4694)Attila Nagy2021-06-141-0/+35
* Deserializing custom default properties graph ml (#4872)Jeroen Bergmans2021-06-071-0/+39
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-28/+28
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-3/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-1/+0
* MAINT: remove deprecated numpy type aliases. (#4373)Ross Barnowski2020-11-201-1/+1
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-0/+51
* graphml: re-add graph attribute type 'long' after 857aa81 removed it (#4189)josch2020-09-051-0/+23
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+1
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-161-16/+160
* Format w/ blackJarrod Millman2020-07-101-127/+129
* Correctly infer numpy float types (#3919)Alex Henrie2020-07-051-0/+11
* Add option for named key ids to GraphML writing. (#3960)ryan-duve2020-05-171-0/+75
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Deprecate make_strJarrod Millman2019-10-211-1/+1
* Remove unused importsJarrod Millman2019-10-211-2/+2
* PEP8 fixesJarrod Millman2019-10-181-26/+17
* PEP8 fixes to testsJarrod Millman2019-10-181-14/+15
* Remove old Python 2 codeJarrod Millman2019-10-181-13/+4
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-11/+2
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-14/+14
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-55/+55
* Use class methods for class setup/teardown, cont.Jarrod Millman2019-10-121-0/+4
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-41/+42
* Write mixed-type attributes correctly in write_graphml_lxml (#3536)Alex Henrie2019-08-131-0/+15
* Expand read/write_Graphml numeric type to support numpy numeric types (#3041)Dan Schult2018-06-291-0/+52
* Fixed a problem when reading graphml files where nodes that were part of grou...Daniel Bradburn2017-10-011-0/+292
* Simplify base classes. (#2604)Dan Schult2017-08-121-11/+11
* Graphml: consistent I/O for key and data attributes of edges in multi-graphs ...Mohammad Hossein Sekhavat2017-07-311-0/+29
* Update graphml to care for a number of issues. (#2515)Dan Schult2017-07-191-193/+352
* Fix tests failing because of ordering issues.Valentin Lorentz2016-07-301-17/+11
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-1/+1
* Add back 0/1 bools for convenience to GraphML.chebee7i2016-04-161-10/+14
* Update GraphML and GEXF tests.chebee7i2016-04-161-13/+15
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-2/+2
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Fix XML fixture to stop using 'long' typeDan LaManna2015-08-231-1/+1
* Add test to catch when there are >2 childrenDan LaManna2015-08-231-1/+5
* Fix type inference to be python3 compatibleDan LaManna2015-08-231-5/+21
* Allow GraphML to infer numeric typesDan LaManna2015-08-231-1/+35
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Add tests for parse_graphml() where appropriate.Chris2013-02-071-0/+34
* Refactor external submodule.Chris Ellison2011-08-291-13/+12
* Should check for bool type.Aric Hagberg2011-08-171-0/+32
* Use node and edge labels from yfiles graphml.Aric Hagberg2011-06-181-0/+3
* Make Graph.name a property that sets/gets Graph.graph['name']Aric Hagberg2011-05-161-16/+16
* Allow use of either cElementTree or ElementTree.Aric Hagberg2011-05-101-22/+20
* Allow unicode types for nodes in read_graphml.Aric Hagberg2010-11-231-0/+22