summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
...
* Update string formatJarrod Millman2020-01-015-51/+44
* Upgrade to Py36 syntaxJarrod Millman2020-01-0119-68/+56
* Convert %-format to fstringJarrod Millman2020-01-018-85/+71
* 3511 gml list support (#3649)Anton Lodder2019-12-122-70/+191
* Update styleJarrod Millman2019-11-182-270/+295
* Deprecate Python 2/3 compatibility codeJarrod Millman2019-11-181-10/+8
* Fix test_numpy_type to pass under Python 3.8Steve Kowalik2019-11-141-1/+50
* Remove shebang from non-executablesJarrod Millman2019-11-116-6/+0
* Remove superfluous encoding informationJarrod Millman2019-11-116-6/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-1119-147/+3
* Remove old Python 2 codeJarrod Millman2019-11-104-74/+14
* Add testsJarrod Millman2019-10-242-44/+77
* Fix PEP8 issuesJarrod Millman2019-10-212-370/+393
* Deprecate is_string_likeJarrod Millman2019-10-212-13/+13
* Deprecate make_strJarrod Millman2019-10-219-83/+82
* Enable tests (#3678)Jarrod Millman2019-10-212-31/+29
* Remove unused importsJarrod Millman2019-10-215-22/+6
* Skip doctests when missing dependenciesJarrod Millman2019-10-2110-92/+0
* Fixes issue 3610: Bug in version attribute of gexf.pyPalAditya2019-10-192-14/+113
* Remove unused importsJarrod Millman2019-10-183-6/+1
* PEP8 fixesJarrod Millman2019-10-1815-61/+44
* Use pytest.importorskipJarrod Millman2019-10-181-6/+3
* PEP8 fixes to testsJarrod Millman2019-10-188-60/+59
* Enable more doctestsJarrod Millman2019-10-184-8/+8
* Remove old Python 2 codeJarrod Millman2019-10-187-86/+29
* Remove remaining SkipTestsJarrod Millman2019-10-141-16/+0
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-6/+1
* Use pytest for doctestJarrod Millman2019-10-129-28/+17
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-129-55/+40
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-126-34/+34
* replace assert_almost_equal and raises in algorithms/testsDan Schult2019-10-121-6/+4
* Remove unused importsJarrod Millman2019-10-1214-21/+7
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-1216-229/+229
* Fix gdal testsJarrod Millman2019-10-121-30/+25
* Fix yaml testsStefan van der Walt2019-10-121-7/+8
* replace idiom from networkx import * in test filesDan Schult2019-10-121-9/+9
* 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-1210-157/+162
* First round of pytest fixesStefan van der Walt2019-10-122-0/+0
* add check of attr type before converting inf/nan in GEXF (#3636)Dan Schult2019-10-062-32/+40
* Allow jit_graph to read json string or json object (#3628)Dan Schult2019-10-032-4/+14
* Bugfix: Added flexibility in reading values for label and id (#3603)Kanishk Tantia2019-09-282-30/+64
* Fixes #3573:GEXF output problem (#3606)Aditya Pal2019-09-272-66/+128
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Fix test_gexf to handle default serialisation order of the XML attributesJarrod Millman2019-09-171-2/+59
* Fix issue 3491 (#3588)Aditya Pal2019-09-172-1/+33
* When exporting to GML, write non 32-bit numbers as strings. (#3540)Tobias Blass2019-08-152-0/+30
* Write mixed-type attributes correctly in write_graphml_lxml (#3536)Alex Henrie2019-08-132-18/+27
* Fix typo in "G>raph Modelling Language" (#3468)Peter Cock2019-06-081-1/+1
* Improve edgelist See Also (#3423)Ivan Tham2019-05-061-7/+10