summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#6620)Harri Nieminen2023-04-043-6/+6
* Better default alpha value for viz attributes in gexf writer (#6612)Ross Barnowski2023-04-031-0/+10
* Lint using Ruff (#6371)danieleades2023-02-192-13/+13
* Add generate / write "network text" (formerly graph_str) (#5602)Jon Crall2023-01-301-82/+1263
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-3/+3
* Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...Ross Barnowski2022-10-191-4/+20
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-124-7/+7
* Remove pyyaml dependency (#5763)Jarrod Millman2022-06-211-38/+0
* Remove gdal dependency (#5766)Jarrod Millman2022-06-161-288/+0
* Remove gpickle (#5773)Jarrod Millman2022-06-161-75/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0213-25/+40
* Don't use graph6 with directed graphs (#5443) (#5444)Riccardo Bucco2022-03-311-8/+59
* Update black (#5438)Mridul Seth2022-03-291-5/+5
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-232-114/+7
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* More informative GraphML exceptions (#5058)Ross Barnowski2021-09-141-0/+36
* Support `comments=None` in read/parse edgelist (#5051)Ross Barnowski2021-09-101-0/+8
* Style changes (#5022)Dan Schult2021-08-141-2/+1
* bugfix-for-issue-4353: modify default edge_id format (#4842)Berlin Cho2021-06-141-0/+102
* Decode GraphML/yEd shape type (#4694)Attila Nagy2021-06-141-0/+35
* Deserializing custom default properties graph ml (#4872)Jeroen Bergmans2021-06-071-0/+39
* Refactor testing utilities (#4829)Jarrod Millman2021-05-268-117/+111
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-3/+2
* Remove pyyaml dependency via module getattr (#4802)Ross Barnowski2021-05-202-50/+38
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-201-0/+103
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-212-14/+14
* TST: An approach to parametrizing read_edgelist tests. (#4292)Ross Barnowski2021-01-051-120/+127
* Add random_ordered_tree and forest_str (#4294)Jon Crall2020-12-171-0/+315
* Remove xml import checks (#4393)Jarrod Millman2020-11-262-3/+0
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-6/+3
* MAINT: remove deprecated numpy type aliases. (#4373)Ross Barnowski2020-11-201-1/+1
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-0/+51
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-311-0/+25
* Cleanup old platforms (#4202)Jarrod Millman2020-09-101-4/+1
* graphml: re-add graph attribute type 'long' after 857aa81 removed it (#4189)josch2020-09-051-0/+23
* Format python in docstrings (#4168)Jarrod Millman2020-08-192-5/+3
* Add edge label in GEXF writer as an optional attribute (#3347)Jonathan Schneider2020-08-161-3/+4
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-161-16/+160
* Fix parse_edgelist behavior with multiple attributes (#4125)Christoph Martin2020-08-031-0/+42
* Format w/ blackJarrod Millman2020-07-1012-461/+533
* Correctly infer numpy float types (#3919)Alex Henrie2020-07-051-0/+11
* Add option for named key ids to GraphML writing. (#3960)ryan-duve2020-05-171-0/+75
* Update string formatJarrod Millman2020-01-011-24/+24
* Upgrade to Py36 syntaxJarrod Millman2020-01-019-16/+15
* 3511 gml list support (#3649)Anton Lodder2019-12-121-0/+96
* Update styleJarrod Millman2019-11-181-134/+147
* 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-112-2/+0