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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle graph name attribute in relabel_nodes
Dan Schult
2016-05-18
1
-4
/
+0
*
Changed target_data to tdata.
thegreathippo
2016-05-16
1
-1
/
+1
*
Fix edge addition in read_shp function
thegreathippo
2016-05-01
1
-1
/
+3
*
Remove attr_dict from add_node, add_edge
thegreathippo
2016-05-01
2
-6
/
+9
*
Change calls to add_edge method to pass values as keywords rather than a dict
thegreathippo
2016-04-26
1
-2
/
+2
*
Modified all add_node, add_edge, and add_edges_from methods.
thegreathippo
2016-04-26
6
-9
/
+9
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
5
-5
/
+5
*
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
*
Add back 0/1 bools for convenience to GraphML.
chebee7i
2016-04-16
2
-12
/
+21
*
Update GraphML and GEXF tests.
chebee7i
2016-04-16
2
-15
/
+17
*
Update allowable bool types for GraphML and GEXF.
chebee7i
2016-04-16
2
-4
/
+7
*
Remove sphinx errors that have crept in.
Dan Schult
2016-04-14
3
-8
/
+11
*
Merge pull request #2027 from dschult/math_ticks
Aric Hagberg
2016-03-12
2
-30
/
+30
|
\
|
*
string literals in docstrings get no backticks.
Dan Schult
2016-03-07
1
-8
/
+8
|
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
2
-30
/
+30
*
|
fix issue #1948 and PEP8 formatting
vpodpecan
2016-03-07
1
-59
/
+68
*
|
Merge pull request #2000 from Michael-E-Rose/node_link-improvement
Aric Hagberg
2016-03-06
2
-52
/
+69
|
\
\
|
*
|
Generalize and improve docstrings of node_link.py
Michael-E-Rose
2016-02-23
2
-52
/
+69
|
|
/
*
|
Merge pull request #2002 from jfinkels/sparse6-doc-cleanup
Aric Hagberg
2016-03-06
2
-44
/
+55
|
\
\
|
*
|
Cleans documentation for graph6 and sparse6 I/O.
Jeffrey Finkelstein
2016-02-17
2
-44
/
+55
|
|
/
*
|
Apply PEP8 to test_gexf and update
Michael-E-Rose
2016-02-24
1
-89
/
+86
*
|
Write meta tag and add graph attributes to graph tag
Michael-E-Rose
2016-02-24
1
-4
/
+18
*
|
Apply PEP8 to gexf.py and fix a boolean conversion bug
Michael-E-Rose
2016-02-24
1
-401
/
+366
|
/
*
Remove "fail" and "error" from names of test functions
Dan Schult
2016-02-06
6
-7
/
+7
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
4
-5
/
+5
*
Merge pull request #1966 from dschult/master
Aric Hagberg
2016-01-31
1
-21
/
+22
|
\
|
*
Small changes leftover from #1847
Dan Schult
2016-01-30
1
-21
/
+22
*
|
Merge pull request #1962 from wuhaochen/gml_read
Aric Hagberg
2016-01-31
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Change the re to avoid extra group
Haochen Wu
2016-01-28
1
-1
/
+1
|
*
Change variable name to avoid conflict with python keyword
Haochen Wu
2016-01-28
1
-9
/
+9
|
*
Allow single line tokens
Haochen Wu
2016-01-28
1
-1
/
+1
*
|
Merge pull request #1847 from goulu/master
Dan Schult
2016-01-30
1
-11
/
+5
|
\
\
|
*
|
literal_destringizer : SyntaxError raises ValueError...
Philippe Guglielmetti
2015-11-12
1
-1
/
+1
|
*
|
removed lib2to3 requirement (Python 3.2 no more supported)
Philippe Guglielmetti
2015-11-11
1
-8
/
+5
|
*
|
removed lib2to3 imports
Philippe Guglielmetti
2015-11-11
1
-3
/
+0
*
|
|
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 copyrights
Mridul Seth
2016-01-01
9
-9
/
+9
*
|
Adds number_of_isolates function and updates docs.
Jeffrey Finkelstein
2015-12-10
1
-1
/
+1
|
/
*
Merge pull request #1744 from danlamanna/fix-graphml-properties-1487
Dan Schult
2015-10-31
2
-12
/
+115
|
\
|
*
Fix argument ordering to preserve backwards compatibility
Dan LaManna
2015-10-31
1
-1
/
+1
|
*
Fix XML fixture to stop using 'long' type
Dan LaManna
2015-08-23
1
-1
/
+1
|
*
Add test to catch when there are >2 children
Dan LaManna
2015-08-23
1
-1
/
+5
[next]