summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
* Use unpacking operator on dicts to prevent constructing intermediate objects ...DiamondJoseph2023-05-023-15/+8
* Fix typos (#6620)Harri Nieminen2023-04-044-9/+9
* Better default alpha value for viz attributes in gexf writer (#6612)Ross Barnowski2023-04-032-1/+11
* Use generator to limit memory footprint of read_graph6. (#6519)Ross Barnowski2023-03-191-1/+1
* Lint using Ruff (#6371)danieleades2023-02-199-61/+78
* Update developer requirements (#6429)Jarrod Millman2023-02-144-6/+3
* Fix docstring heading title. (#6424)Ross Barnowski2023-02-121-4/+4
* Add generate / write "network text" (formerly graph_str) (#5602)Jon Crall2023-01-302-202/+1755
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-132-2/+2
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-052-4/+4
* Amount of nodes and edges have mistakes when reading adjlist file (#6132)Alimi Qudirah2022-11-011-0/+13
* Update GML parsing/writing to allow empty lists/tuples as node attributes (#6...Ross Barnowski2022-10-192-10/+28
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-124-7/+7
* Propose to make new node_link arguments keyword only. (#5928)Ross Barnowski2022-08-171-1/+9
* Bump nodelink args deprecation expiration to v3.2 (#5933)Ross Barnowski2022-08-171-6/+6
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-112-44/+232
* Remove old Appveyor cruft (#5924)Jarrod Millman2022-08-112-4/+4
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-125-8/+8
* Remove pyyaml dependency (#5763)Jarrod Millman2022-06-213-137/+0
* Remove gdal dependency (#5766)Jarrod Millman2022-06-163-639/+0
* Remove gpickle (#5773)Jarrod Millman2022-06-163-185/+0
* remove old attr keyword from json_graph/tree (#5785)Matt Schwennesen2022-06-162-86/+2
* update cytoscape functions to drop old signature (#5784)Dan Schult2022-06-162-88/+2
* Rm jit.py (#5751)Dilara Tekinoglu2022-06-153-185/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0232-44/+72
* Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)code-review-doctor2022-04-241-1/+1
* Don't use graph6 with directed graphs (#5443) (#5444)Riccardo Bucco2022-03-312-8/+61
* Update black (#5438)Mridul Seth2022-03-294-8/+8
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-2/+18
* Minor improvements from general code readthrough (#5414)Ross Barnowski2022-03-251-1/+14
* Update sparse6 urls to use https (#5424)Ross Barnowski2022-03-251-6/+6
* Add exception for unconnected graph (#5287)Dimitrios Papageorgiou2022-01-282-0/+7
* Update gexf website link in documentation (#5275)Mathieu Bastian2022-01-231-7/+7
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-122-10/+12
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-173-7/+7
* Drop Py37 (#5143)Jarrod Millman2021-10-233-115/+8
* Change exception varname e to err (#5130)Dan Schult2021-10-1510-52/+51
* More informative GraphML exceptions (#5058)Ross Barnowski2021-09-142-6/+53
* Add see also refs to de/stringizers in gml docstrings. (#5053)Ross Barnowski2021-09-101-0/+6
* Support `comments=None` in read/parse edgelist (#5051)Ross Barnowski2021-09-102-7/+18
* Style changes (#5022)Dan Schult2021-08-141-2/+1
* fix typo (#5008)Xiangyu Xu2021-08-052-2/+2
* Added security warning to gefx parser (#5003)bt-nia2021-08-041-0/+5
* added security warning for graphml files (#5004)bt-nia2021-08-041-0/+6
* Added security warning to the pickle documentation (#5002)bt-nia2021-08-041-0/+4
* 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
* bugfix-for-issue-4353: modify default edge_id format (#4842)Berlin Cho2021-06-142-5/+158
* Decode GraphML/yEd shape type (#4694)Attila Nagy2021-06-142-3/+45
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1