summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/adjacency.py
Commit message (Expand)AuthorAgeFilesLines
* Use unpacking operator on dicts to prevent constructing intermediate objects ...DiamondJoseph2023-05-021-5/+3
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-5/+5
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-19/+19
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-7/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-2/+2
* Changed target_data to tdata.thegreathippo2016-05-161-1/+1
* Remove attr_dict from add_node, add_edgethegreathippo2016-05-011-3/+6
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-261-1/+1
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-1/+1
* Allow JSON attributes to be customizedysitu2014-05-301-24/+60
* Whitespace cleanup. Copy before pop.Aric Hagberg2013-01-261-15/+17
* Add multigraph handling to json adjacency format.Aric Hagberg2013-01-261-5/+15
* JSON graph data generators and serializers.Aric Hagberg2011-09-191-0/+111