summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deserializing custom default properties graph ml (#4872)Jeroen Bergmans2021-06-072-2/+48
* DOC: point towards web archive link in GML docs (#4864)Mridul Seth2021-06-021-5/+5
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* 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-204-140/+122
* Fixes read/write_gml with nan/inf attributes (#4497)happy2021-05-202-7/+124
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-184-158/+243
* Update black (#4814)Jarrod Millman2021-05-182-2/+2
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-212-14/+14
* fixes Github Actions failures (#4548)Douglas Fenstermacher2021-01-201-1/+1
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-096-12/+22
* 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-173-0/+506
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-122-3/+3
* Deprecate jit (#4428)Jarrod Millman2020-12-101-0/+14
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* Remove xml import checks (#4393)Jarrod Millman2020-11-264-6/+3
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-6/+3
* MAINT: remove deprecated numpy type aliases. (#4373)Ross Barnowski2020-11-201-1/+1
* Deprecate nx_shp (#4298)Jarrod Millman2020-11-131-0/+18
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-123-91/+158
* Add FutureWarning in preparation for simplifying cytoscape function signature...Ross Barnowski2020-11-122-8/+69
* Fix typo (#4312)Erik Brendel2020-11-021-1/+1
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-312-1/+32
* Deprecate gpickle (#4282)Jarrod Millman2020-10-291-0/+15
* Deprecate nx_yaml (#4281)Jarrod Millman2020-10-291-0/+14
* Format w/ black==20.8b1Jarrod Millman2020-10-063-9/+5
* fix "see also" links in json_graph.tree (#4222)wim glenn2020-09-281-2/+2
* Cleanup old platforms (#4202)Jarrod Millman2020-09-101-4/+1
* DOC: Update docstrings in cytoscape module (#4180)Ross Barnowski2020-09-101-2/+81
* graphml: re-add graph attribute type 'long' after 857aa81 removed it (#4189)josch2020-09-052-0/+24
* fix issue #4173: cytoscape_graph(input_data) did modify the original data (#4...Carlos González Rotger2020-08-252-2/+11
* DOC,BLD: Fix doc build warning from markup error. (#4174)Ross Barnowski2020-08-211-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-1916-111/+103
* Add edge label in GEXF writer as an optional attribute (#3347)Jonathan Schneider2020-08-162-3/+9
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-162-33/+193