index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
readwrite
/
json_graph
/
tree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unpacking operator on dicts to prevent constructing intermediate objects ...
DiamondJoseph
2023-05-02
1
-4
/
+2
*
remove old attr keyword from json_graph/tree (#5785)
Matt Schwennesen
2022-06-16
1
-69
/
+2
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Add exception for unconnected graph (#5287)
Dimitrios Papageorgiou
2022-01-28
1
-0
/
+2
*
Remove dictionary from signature of tree_graph and tree_data (#4786)
Ross Barnowski
2021-05-18
1
-23
/
+80
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-5
/
+4
*
fix "see also" links in json_graph.tree (#4222)
wim glenn
2020-09-28
1
-2
/
+2
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-4
/
+4
*
Format w/ black
Jarrod Millman
2020-07-10
1
-11
/
+11
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-7
/
+1
*
Deprecate make_str
Jarrod Millman
2019-10-21
1
-3
/
+2
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-2
/
+2
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-2
/
+2
*
Modified all add_node, add_edge, and add_edges_from methods.
thegreathippo
2016-04-26
1
-2
/
+2
*
Allow JSON attributes to be customized
ysitu
2014-05-30
1
-35
/
+74
*
JSON graph fix to handle unicode dict keys
Aric Hagberg
2013-10-22
1
-1
/
+2
*
JSON graph data generators and serializers.
Aric Hagberg
2011-09-19
1
-0
/
+113