summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Use unpacking operator on dicts to prevent constructing intermediate objects ...DiamondJoseph2023-05-021-4/+2
* remove old attr keyword from json_graph/tree (#5785)Matt Schwennesen2022-06-161-69/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Add exception for unconnected graph (#5287)Dimitrios Papageorgiou2022-01-281-0/+2
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-181-23/+80
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-5/+4
* fix "see also" links in json_graph.tree (#4222)wim glenn2020-09-281-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-4/+4
* Format w/ blackJarrod Millman2020-07-101-11/+11
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+4
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-7/+1
* Deprecate make_strJarrod Millman2019-10-211-3/+2
* 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
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-2/+2
* Allow JSON attributes to be customizedysitu2014-05-301-35/+74
* JSON graph fix to handle unicode dict keysAric Hagberg2013-10-221-1/+2
* JSON graph data generators and serializers.Aric Hagberg2011-09-191-0/+113