summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: fixups to parse_edgelist. (#4128)Ross Barnowski2020-08-101-16/+17
* Fix parse_edgelist behavior with multiple attributes (#4125)Christoph Martin2020-08-032-1/+47
* Format w/ blackJarrod Millman2020-07-1035-977/+1238
* Ran pyupgrade --py36plusJarrod Millman2020-07-101-1/+1
* Organize removal of deprecated codeJarrod Millman2020-07-071-2/+2
* Fixed Bug in generate_gml(G, stringizer=None) (#3841)Abhi2020-07-061-1/+1
* MAINT: Update from_graph6_bytes arg/docs. (#4034)Ross Barnowski2020-07-051-8/+8
* Correctly infer numpy float types (#3919)Alex Henrie2020-07-052-2/+14
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-059-51/+58
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-3/+3
* Fix typo: np.int -> np.int_ (#4013)Neil2020-06-222-2/+2
* Add option for named key ids to GraphML writing. (#3960)ryan-duve2020-05-172-9/+100
* Add extra information when casting 'id' to int() fails. (Resolves #3910) (#3916)Lukas Lösche2020-04-151-1/+6
* added default arg for json dumps for jit_data func (#3891)Pedro Ortale2020-04-061-2/+6
* Fix typo (#3838)Harri Nieminen2020-02-251-2/+2