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
/
tests
/
test_gml.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-6
/
+6
*
Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...
Ross Barnowski
2022-10-19
1
-4
/
+20
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-5
/
+7
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-5
/
+5
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-1
/
+1
*
Fixes read/write_gml with nan/inf attributes (#4497)
happy
2021-05-20
1
-0
/
+103
*
Cleanup old platforms (#4202)
Jarrod Millman
2020-09-10
1
-4
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-24
/
+27
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-5
/
+5
*
3511 gml list support (#3649)
Anton Lodder
2019-12-12
1
-0
/
+96
*
Update style
Jarrod Millman
2019-11-18
1
-134
/
+147
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-13
/
+13
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-21
/
+9
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-10
/
+10
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-1
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-30
/
+30
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-2
/
+3
*
Bugfix: Added flexibility in reading values for label and id (#3603)
Kanishk Tantia
2019-09-28
1
-19
/
+37
*
When exporting to GML, write non 32-bit numbers as strings. (#3540)
Tobias Blass
2019-08-15
1
-0
/
+27
*
Fix reading labels from gml files (#3184) (#3185)
Clayton A Davis
2018-11-04
1
-0
/
+11
*
Fix typo in write_gml and add test (#2769)
Dan Schult
2017-11-25
1
-0
/
+17
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
*
Remove automatic assignment of G.name from many generators (#2557)
Dan Schult
2017-07-27
1
-0
/
+1
*
Add GML handling for bool and tuple types (#2513)
Dan Schult
2017-07-15
1
-2
/
+2
*
Update `write_gml` docstring (#2504)
Jarrod Millman
2017-07-09
1
-12
/
+13
*
Ensure label in gml output is quoted (#2497)
Jarrod Millman
2017-07-08
1
-3
/
+33
*
Fix test ordering in readwrite
Aric Hagberg
2016-07-31
1
-1
/
+1
*
TST: test that creates the bug
Daniel McDonald
2015-09-29
1
-0
/
+84
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
Enhance GML parser/generator tests (cont'd)
ysitu
2014-10-20
1
-3
/
+23
*
Enhance GML parser/generator tests
ysitu
2014-10-20
1
-0
/
+103
*
Simplify GML parser and add list attribute handling
ysitu
2014-10-19
1
-3
/
+3
*
Fix comments in GML parser and test cases
ysitu
2014-10-16
1
-2
/
+0
*
Adjust GML test cases
ysitu
2014-10-12
1
-76
/
+94
*
GML read/write with numeric HTML entities. #1061
chebee7i
2014-02-16
1
-9
/
+37
*
Add unit test for #1048.
chebee7i
2014-01-18
1
-14
/
+37
*
Write bools to gml formatas 0/1.
Aric Hagberg
2011-09-15
1
-1
/
+24
*
Remove double quotes in test.
Aric Hagberg
2010-11-29
1
-11
/
+11
*
Change name of keyword from label->relabel in read_gml.
Aric Hagberg
2010-10-17
1
-5
/
+25
*
Update GML reader and writer to
aric
2010-08-29
1
-8
/
+15
*
Check to see if we can get pyparsing from matplotlib.
aric
2010-08-11
1
-1
/
+4
*
Switch gml test to nose class.
aric
2010-06-19
1
-0
/
+82