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
/
graphml.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-2
/
+2
*
DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)
Ross Barnowski
2023-01-13
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+0
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-2
/
+2
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-4
/
+4
*
More informative GraphML exceptions (#5058)
Ross Barnowski
2021-09-14
1
-6
/
+17
*
added security warning for graphml files (#5004)
bt-nia
2021-08-04
1
-0
/
+6
*
bugfix-for-issue-4353: modify default edge_id format (#4842)
Berlin Cho
2021-06-14
1
-5
/
+56
*
Decode GraphML/yEd shape type (#4694)
Attila Nagy
2021-06-14
1
-3
/
+10
*
Deserializing custom default properties graph ml (#4872)
Jeroen Bergmans
2021-06-07
1
-2
/
+9
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-1
/
+1
*
Remove xml import checks (#4393)
Jarrod Millman
2020-11-26
1
-2
/
+2
*
Move a few imports inside functions to improve import speed of the library (#...
Dan Schult
2020-11-12
1
-51
/
+64
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-6
/
+3
*
graphml: re-add graph attribute type 'long' after 857aa81 removed it (#4189)
josch
2020-09-05
1
-0
/
+1
*
DOC,BLD: Fix doc build warning from markup error. (#4174)
Ross Barnowski
2020-08-21
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-13
/
+13
*
MultiGraph from graphml with explicit edge ids #3470 (#3763)
kiryph
2020-08-16
1
-17
/
+33
*
Format w/ black
Jarrod Millman
2020-07-10
1
-129
/
+197
*
Ran pyupgrade --py36plus
Jarrod Millman
2020-07-10
1
-1
/
+1
*
Correctly infer numpy float types (#3919)
Alex Henrie
2020-07-05
1
-2
/
+3
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-2
/
+2
*
Fix typo: np.int -> np.int_ (#4013)
Neil
2020-06-22
1
-1
/
+1
*
Add option for named key ids to GraphML writing. (#3960)
ryan-duve
2020-05-17
1
-9
/
+25
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+3
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-19
/
+19
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+0
*
Remove old Python 2 code
Jarrod Millman
2019-11-10
1
-27
/
+2
*
Fix PEP8 issues
Jarrod Millman
2019-10-21
1
-15
/
+11
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-23
/
+23
*
Remove unused imports
Jarrod Millman
2019-10-21
1
-9
/
+2
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-15
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-7
/
+4
*
Write mixed-type attributes correctly in write_graphml_lxml (#3536)
Alex Henrie
2019-08-13
1
-18
/
+12
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Expand read/write_Graphml numeric type to support numpy numeric types (#3041)
Dan Schult
2018-06-29
1
-0
/
+17
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-2
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-1
/
+3
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Dictionary comprehensions from #1700 merged conflicts (#2768)
Dan Schult
2017-11-25
1
-2
/
+2
*
Fixed a problem when reading graphml files where nodes that were part of grou...
Daniel Bradburn
2017-10-01
1
-7
/
+12
*
Update docs
Jarrod Millman
2017-08-18
1
-2
/
+3
*
Graphml: consistent I/O for key and data attributes of edges in multi-graphs ...
Mohammad Hossein Sekhavat
2017-07-31
1
-20
/
+24
*
Update graphml to care for a number of issues. (#2515)
Dan Schult
2017-07-19
1
-176
/
+438
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
1
-1
/
+1
*
Add back 0/1 bools for convenience to GraphML.
chebee7i
2016-04-16
1
-2
/
+7
*
Update allowable bool types for GraphML and GEXF.
chebee7i
2016-04-16
1
-4
/
+6
*
Fix argument ordering to preserve backwards compatibility
Dan LaManna
2015-10-31
1
-1
/
+1
[next]