summaryrefslogtreecommitdiff
path: root/networkx/readwrite
Commit message (Expand)AuthorAgeFilesLines
* Handle graph name attribute in relabel_nodesDan Schult2016-05-181-4/+0
* Changed target_data to tdata.thegreathippo2016-05-161-1/+1
* Fix edge addition in read_shp functionthegreathippo2016-05-011-1/+3
* Remove attr_dict from add_node, add_edgethegreathippo2016-05-012-6/+9
* Change calls to add_edge method to pass values as keywords rather than a dictthegreathippo2016-04-261-2/+2
* Modified all add_node, add_edge, and add_edges_from methods.thegreathippo2016-04-266-9/+9
* Remove attr_dict calls to graph's add_node; replace with **.thegreathippo2016-04-265-5/+5
* 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
* Add back 0/1 bools for convenience to GraphML.chebee7i2016-04-162-12/+21
* Update GraphML and GEXF tests.chebee7i2016-04-162-15/+17
* Update allowable bool types for GraphML and GEXF.chebee7i2016-04-162-4/+7
* Remove sphinx errors that have crept in.Dan Schult2016-04-143-8/+11
* Merge pull request #2027 from dschult/math_ticksAric Hagberg2016-03-122-30/+30
|\
| * string literals in docstrings get no backticks.Dan Schult2016-03-071-8/+8
| * Change default role for sphinx to 'obj'Dan Schult2016-03-032-30/+30
* | fix issue #1948 and PEP8 formattingvpodpecan2016-03-071-59/+68
* | Merge pull request #2000 from Michael-E-Rose/node_link-improvementAric Hagberg2016-03-062-52/+69
|\ \
| * | Generalize and improve docstrings of node_link.pyMichael-E-Rose2016-02-232-52/+69
| |/
* | Merge pull request #2002 from jfinkels/sparse6-doc-cleanupAric Hagberg2016-03-062-44/+55
|\ \
| * | Cleans documentation for graph6 and sparse6 I/O.Jeffrey Finkelstein2016-02-172-44/+55
| |/
* | Apply PEP8 to test_gexf and updateMichael-E-Rose2016-02-241-89/+86
* | Write meta tag and add graph attributes to graph tagMichael-E-Rose2016-02-241-4/+18
* | Apply PEP8 to gexf.py and fix a boolean conversion bugMichael-E-Rose2016-02-241-401/+366
|/
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-066-7/+7
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-024-5/+5
* Merge pull request #1966 from dschult/masterAric Hagberg2016-01-311-21/+22
|\
| * Small changes leftover from #1847Dan Schult2016-01-301-21/+22
* | Merge pull request #1962 from wuhaochen/gml_readAric Hagberg2016-01-311-10/+10
|\ \ | |/ |/|
| * Change the re to avoid extra groupHaochen Wu2016-01-281-1/+1
| * Change variable name to avoid conflict with python keywordHaochen Wu2016-01-281-9/+9
| * Allow single line tokensHaochen Wu2016-01-281-1/+1
* | Merge pull request #1847 from goulu/masterDan Schult2016-01-301-11/+5
|\ \
| * | literal_destringizer : SyntaxError raises ValueError...Philippe Guglielmetti2015-11-121-1/+1
| * | removed lib2to3 requirement (Python 3.2 no more supported)Philippe Guglielmetti2015-11-111-8/+5
| * | removed lib2to3 importsPhilippe Guglielmetti2015-11-111-3/+0
* | | 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 copyrightsMridul Seth2016-01-019-9/+9
* | Adds number_of_isolates function and updates docs.Jeffrey Finkelstein2015-12-101-1/+1
|/
* Merge pull request #1744 from danlamanna/fix-graphml-properties-1487Dan Schult2015-10-312-12/+115
|\
| * Fix argument ordering to preserve backwards compatibilityDan LaManna2015-10-311-1/+1
| * Fix XML fixture to stop using 'long' typeDan LaManna2015-08-231-1/+1
| * Add test to catch when there are >2 childrenDan LaManna2015-08-231-1/+5