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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Refactoring duplicated code.
Rhile Nova
2017-02-27
1
-13
/
+5
|
*
Test expected DiGraph, but was implemented with Graph.
Rhile Nova
2017-02-13
1
-1
/
+1
|
*
Fixing handling of tuple nodes in reader.
Rhile Nova
2017-02-13
1
-0
/
+8
|
*
Changes to remove integer maping from node_link format.
Rhile Nova
2017-02-13
2
-11
/
+24
*
|
Merge pull request #2351 from UplinkPhobia/add-cytoscape-compat
Aric Hagberg
2017-04-02
3
-0
/
+169
|
\
\
|
*
|
Fixed various bugs
Tristan Poupard
2017-01-19
2
-16
/
+26
|
*
|
Fixed a typo breaking the name tags
Phobia
2017-01-18
1
-1
/
+1
|
*
|
Added cytoscape JSON handling
Phobia
2016-12-23
3
-0
/
+159
|
|
/
*
|
json.dumps optional parameters are keyword-only in 3.6.
Jordi Torrents
2017-04-02
1
-1
/
+1
|
/
*
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
*
Modified all add_node, add_edge, and add_edges_from methods.
thegreathippo
2016-04-26
1
-2
/
+2
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
2
-2
/
+2
*
removed temporary files from test.
Francois Malassenet
2016-04-17
1
-10
/
+2
*
bad end of line fixed.
Francois Malassenet
2016-04-17
1
-1
/
+1
*
node_link_graph converts node lists into tuples
Francois Malassenet
2016-04-17
1
-1
/
+1
*
node_link_graph converts node lists into tuples
Francois Malassenet
2016-04-17
2
-2
/
+21
*
Remove sphinx errors that have crept in.
Dan Schult
2016-04-14
1
-6
/
+8
*
Generalize and improve docstrings of node_link.py
Michael-E-Rose
2016-02-23
2
-52
/
+69
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-2
/
+2
*
Update jit_graph and tests
Mridul Seth
2016-01-22
2
-29
/
+44
*
Add jit_graph and tests
Mridul Seth
2016-01-16
3
-22
/
+35
*
name, not title
Ollie Glass
2016-01-16
1
-1
/
+1
*
node titles
Ollie Glass
2016-01-16
1
-1
/
+2
*
JIT typos
Ollie Glass
2016-01-16
1
-1
/
+1
*
Solve merge conflict
Mridul Seth
2016-01-16
2
-0
/
+100
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-1
/
+1
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-2
/
+2
*
node-link repr. contains graph dict 'as is'
jandanielr
2014-10-07
2
-6
/
+8
*
Allow JSON attributes to be customized
ysitu
2014-05-30
6
-84
/
+229
*
Remove JSON serializer helpers
Aric Hagberg
2014-04-20
3
-81
/
+0
*
Add JSON format documentation
Aric Hagberg
2014-01-04
1
-1
/
+9
*
JSON graph fix to handle unicode dict keys
Aric Hagberg
2013-10-22
3
-3
/
+19
*
Whitespace cleanup
Aric Hagberg
2013-01-26
1
-11
/
+10
*
Fix multigraph handling with node-link format.
Aric Hagberg
2013-01-26
2
-11
/
+22
*
Whitespace cleanup. Copy before pop.
Aric Hagberg
2013-01-26
2
-16
/
+29
*
Add multigraph handling to json adjacency format.
Aric Hagberg
2013-01-26
1
-5
/
+15
*
Add tests to distribution.
Aric Hagberg
2011-11-15
4
-0
/
+0
*
JSON graph data generators and serializers.
Aric Hagberg
2011-09-19
9
-0
/
+534
[prev]