summaryrefslogtreecommitdiff
path: root/networkx/readwrite/gml.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-2/+2
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...Ross Barnowski2022-10-191-6/+8
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+5
* Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)code-review-doctor2022-04-241-1/+1
* Update black (#5438)Mridul Seth2022-03-291-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-10/+10
* Add see also refs to de/stringizers in gml docstrings. (#5053)Ross Barnowski2021-09-101-0/+6
* Expand destringizer example in read_gml docstring (#4925)Randy2021-06-281-1/+13
* Update read_gml docstring with destringizer ex (#4916)Randy2021-06-221-15/+16
* DOC: point towards web archive link in GML docs (#4864)Mridul Seth2021-06-021-5/+5
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-201-7/+21
* Update black (#4814)Jarrod Millman2021-05-181-1/+1
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-6/+12
* Organize removal of deprecated codeJarrod Millman2020-07-071-2/+2
* Fixed Bug in generate_gml(G, stringizer=None) (#3841)Abhi2020-07-061-1/+1
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-10/+10
* Update string formatJarrod Millman2020-01-011-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-24/+16
* Convert %-format to fstringJarrod Millman2020-01-011-4/+2
* 3511 gml list support (#3649)Anton Lodder2019-12-121-70/+95
* Update styleJarrod Millman2019-11-181-136/+148
* Deprecate Python 2/3 compatibility codeJarrod Millman2019-11-181-10/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Remove old Python 2 codeJarrod Millman2019-11-101-42/+10
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-8/+0
* Use pytest for doctestJarrod Millman2019-10-121-1/+1
* Bugfix: Added flexibility in reading values for label and id (#3603)Kanishk Tantia2019-09-281-11/+27
* When exporting to GML, write non 32-bit numbers as strings. (#3540)Tobias Blass2019-08-151-0/+3
* Fix typo in "G>raph Modelling Language" (#3468)Peter Cock2019-06-081-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Fix reading labels from gml files (#3184) (#3185)Clayton A Davis2018-11-041-8/+9
* Update docstrings in gml to warn about underscores. (#3104)Dan Schult2018-07-311-4/+7
* Pep8 fixesJarrod Millman2018-01-201-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix typo in write_gml and add test (#2769)Dan Schult2017-11-251-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Add GML handling for bool and tuple types (#2513)Dan Schult2017-07-151-5/+16
* Update `write_gml` docstring (#2504)Jarrod Millman2017-07-091-34/+117
* Ensure label in gml output is quoted (#2497)Jarrod Millman2017-07-081-3/+9
* Add hint to duplicated edge error (#2499)Jarrod Millman2017-07-081-1/+3
* Handle graph name attribute in relabel_nodesDan Schult2016-05-181-4/+0
* Change calls to add_edge method to pass values as keywords rather than a dictthegreathippo2016-04-261-2/+2
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-261-1/+1