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
/
gml.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-2
/
+2
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
1
-1
/
+1
*
Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...
Ross Barnowski
2022-10-19
1
-6
/
+8
*
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
/
+5
*
Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)
code-review-doctor
2022-04-24
1
-1
/
+1
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-10
/
+10
*
Add see also refs to de/stringizers in gml docstrings. (#5053)
Ross Barnowski
2021-09-10
1
-0
/
+6
*
Expand destringizer example in read_gml docstring (#4925)
Randy
2021-06-28
1
-1
/
+13
*
Update read_gml docstring with destringizer ex (#4916)
Randy
2021-06-22
1
-15
/
+16
*
DOC: point towards web archive link in GML docs (#4864)
Mridul Seth
2021-06-02
1
-5
/
+5
*
Fixes read/write_gml with nan/inf attributes (#4497)
happy
2021-05-20
1
-7
/
+21
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-1
/
+1
*
Safer repr format of variables (#4413)
Miroslav Šedivý
2020-12-06
1
-1
/
+1
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-2
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-6
/
+12
*
Organize removal of deprecated code
Jarrod Millman
2020-07-07
1
-2
/
+2
*
Fixed Bug in generate_gml(G, stringizer=None) (#3841)
Abhi
2020-07-06
1
-1
/
+1
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-10
/
+10
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-24
/
+16
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-4
/
+2
*
3511 gml list support (#3649)
Anton Lodder
2019-12-12
1
-70
/
+95
*
Update style
Jarrod Millman
2019-11-18
1
-136
/
+148
*
Deprecate Python 2/3 compatibility code
Jarrod Millman
2019-11-18
1
-10
/
+8
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-8
/
+0
*
Remove old Python 2 code
Jarrod Millman
2019-11-10
1
-42
/
+10
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-8
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-1
/
+1
*
Bugfix: Added flexibility in reading values for label and id (#3603)
Kanishk Tantia
2019-09-28
1
-11
/
+27
*
When exporting to GML, write non 32-bit numbers as strings. (#3540)
Tobias Blass
2019-08-15
1
-0
/
+3
*
Fix typo in "G>raph Modelling Language" (#3468)
Peter Cock
2019-06-08
1
-1
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Fix reading labels from gml files (#3184) (#3185)
Clayton A Davis
2018-11-04
1
-8
/
+9
*
Update docstrings in gml to warn about underscores. (#3104)
Dan Schult
2018-07-31
1
-4
/
+7
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-3
/
+3
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Fix typo in write_gml and add test (#2769)
Dan Schult
2017-11-25
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-1
/
+1
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Add GML handling for bool and tuple types (#2513)
Dan Schult
2017-07-15
1
-5
/
+16
*
Update `write_gml` docstring (#2504)
Jarrod Millman
2017-07-09
1
-34
/
+117
*
Ensure label in gml output is quoted (#2497)
Jarrod Millman
2017-07-08
1
-3
/
+9
*
Add hint to duplicated edge error (#2499)
Jarrod Millman
2017-07-08
1
-1
/
+3
*
Handle graph name attribute in relabel_nodes
Dan Schult
2016-05-18
1
-4
/
+0
*
Change calls to add_edge method to pass values as keywords rather than a dict
thegreathippo
2016-04-26
1
-2
/
+2
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
1
-1
/
+1
[next]