summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/node_link.py
Commit message (Expand)AuthorAgeFilesLines
* Use unpacking operator on dicts to prevent constructing intermediate objects ...DiamondJoseph2023-05-021-6/+3
* Lint using Ruff (#6371)danieleades2023-02-191-1/+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-111-40/+164
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-2/+18
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-4/+8
* Format w/ blackJarrod Millman2020-07-101-30/+36
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-5/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Deprecate make_strJarrod Millman2019-10-211-4/+4
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Removed unused imports (#2653)James Lamb2017-10-011-2/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Fixed bug on custom attrs usage: unavailable iteritems method for dict.Ramil Nugmanov2017-05-251-7/+4
* Merge pull request #2366 from rhilenova/bugfix-for-issues-2328-and-2332Aric Hagberg2017-04-021-15/+12
|\
| * Refactoring duplicated code.Rhile Nova2017-02-271-13/+5
| * Fixing handling of tuple nodes in reader.Rhile Nova2017-02-131-0/+8
| * Changes to remove integer maping from node_link format.Rhile Nova2017-02-131-10/+7
* | json.dumps optional parameters are keyword-only in 3.6.Jordi Torrents2017-04-021-1/+1
|/
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-2/+3
* Remove sphinx errors that have crept in.Dan Schult2016-04-141-6/+8
* Generalize and improve docstrings of node_link.pyMichael-E-Rose2016-02-231-33/+50
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* node-link repr. contains graph dict 'as is'jandanielr2014-10-071-4/+6
* Allow JSON attributes to be customizedysitu2014-05-301-21/+73
* JSON graph fix to handle unicode dict keysAric Hagberg2013-10-221-2/+3
* Whitespace cleanupAric Hagberg2013-01-261-11/+10
* Fix multigraph handling with node-link format.Aric Hagberg2013-01-261-7/+15
* JSON graph data generators and serializers.Aric Hagberg2011-09-191-0/+109