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
/
adjacency.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unpacking operator on dicts to prevent constructing intermediate objects ...
DiamondJoseph
2023-05-02
1
-5
/
+3
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-5
/
+5
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-19
/
+19
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-7
/
+1
*
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
*
Changed target_data to tdata.
thegreathippo
2016-05-16
1
-1
/
+1
*
Remove attr_dict from add_node, add_edge
thegreathippo
2016-05-01
1
-3
/
+6
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
1
-1
/
+1
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-1
/
+1
*
Allow JSON attributes to be customized
ysitu
2014-05-30
1
-24
/
+60
*
Whitespace cleanup. Copy before pop.
Aric Hagberg
2013-01-26
1
-15
/
+17
*
Add multigraph handling to json adjacency format.
Aric Hagberg
2013-01-26
1
-5
/
+15
*
JSON graph data generators and serializers.
Aric Hagberg
2011-09-19
1
-0
/
+111