summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph
Commit message (Expand)AuthorAgeFilesLines
...
| * Refactoring duplicated code.Rhile Nova2017-02-271-13/+5
| * Test expected DiGraph, but was implemented with Graph.Rhile Nova2017-02-131-1/+1
| * Fixing handling of tuple nodes in reader.Rhile Nova2017-02-131-0/+8
| * Changes to remove integer maping from node_link format.Rhile Nova2017-02-132-11/+24
* | Merge pull request #2351 from UplinkPhobia/add-cytoscape-compatAric Hagberg2017-04-023-0/+169
|\ \
| * | Fixed various bugsTristan Poupard2017-01-192-16/+26
| * | Fixed a typo breaking the name tagsPhobia2017-01-181-1/+1
| * | Added cytoscape JSON handlingPhobia2016-12-233-0/+159
| |/
* | json.dumps optional parameters are keyword-only in 3.6.Jordi Torrents2017-04-021-1/+1
|/
* Changed target_data to tdata.thegreathippo2016-05-161-1/+1
* Remove attr_dict from add_node, add_edgethegreathippo2016-05-011-3/+6
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-261-2/+2
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-262-2/+2
* removed temporary files from test.Francois Malassenet2016-04-171-10/+2
* bad end of line fixed.Francois Malassenet2016-04-171-1/+1
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-171-1/+1
* node_link_graph converts node lists into tuplesFrancois Malassenet2016-04-172-2/+21
* Remove sphinx errors that have crept in.Dan Schult2016-04-141-6/+8
* Generalize and improve docstrings of node_link.pyMichael-E-Rose2016-02-232-52/+69
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-2/+2
* Update jit_graph and testsMridul Seth2016-01-222-29/+44
* Add jit_graph and testsMridul Seth2016-01-163-22/+35
* name, not titleOllie Glass2016-01-161-1/+1
* node titlesOllie Glass2016-01-161-1/+2
* JIT typosOllie Glass2016-01-161-1/+1
* Solve merge conflictMridul Seth2016-01-162-0/+100
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* node-link repr. contains graph dict 'as is'jandanielr2014-10-072-6/+8
* Allow JSON attributes to be customizedysitu2014-05-306-84/+229
* Remove JSON serializer helpersAric Hagberg2014-04-203-81/+0
* Add JSON format documentationAric Hagberg2014-01-041-1/+9
* JSON graph fix to handle unicode dict keysAric Hagberg2013-10-223-3/+19
* Whitespace cleanupAric Hagberg2013-01-261-11/+10
* Fix multigraph handling with node-link format.Aric Hagberg2013-01-262-11/+22
* Whitespace cleanup. Copy before pop.Aric Hagberg2013-01-262-16/+29
* Add multigraph handling to json adjacency format.Aric Hagberg2013-01-261-5/+15
* Add tests to distribution.Aric Hagberg2011-11-154-0/+0
* JSON graph data generators and serializers.Aric Hagberg2011-09-199-0/+534