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
/
classes
/
graph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes
Aric Hagberg
2015-06-13
1
-3
/
+1
*
Fixing failed merge.
chebee7i
2015-04-09
1
-6
/
+0
*
Merge remote-tracking branch 'pebenito/master' into pebenito-sysfix
chebee7i
2015-04-09
1
-0
/
+4
|
\
|
*
Remove sys.stdout.write() in Graph.nbunch_iter()/bunch_iter()
Chris PeBenito
2015-03-25
1
-2
/
+0
*
|
Merge branch 'master' into pep8
Goran Cetusic
2015-03-26
1
-2
/
+2
|
\
\
|
|
/
|
*
Correct add_nodes_from use of adjlist_dict_factory
Dan Schult
2015-03-06
1
-2
/
+2
*
|
pep8 fix for base graph clases and methods
Goran Cetusic
2015-03-26
1
-119
/
+104
|
/
*
Expand data keyword in G.edges and add default data
Dan Schult
2015-01-17
1
-19
/
+44
*
Address ironpython issues from #1327
Dan Schult
2015-01-09
1
-7
/
+8
*
Meld special classes with base classes.
Dan Schult
2015-01-02
1
-17
/
+109
*
Make add_nodes_from compatible with IronPython
ysitu
2014-07-03
1
-18
/
+16
*
clarified edge attribute update precedence in add_edges_from()
Arne Neumann
2014-04-12
1
-0
/
+3
*
Fixed typo
Roy Hyunjin Han
2013-11-04
1
-1
/
+1
*
Fix/adjust/remove/modify tests that depend on dictionary ordering.
Aric Hagberg
2012-07-08
1
-3
/
+0
*
Adjust graph/digraph/multigraph/multidgraph node attribute example so it does...
Aric Hagberg
2012-06-23
1
-1
/
+2
*
Add comment about edges() v out_edges().
Aric Hagberg
2012-04-08
1
-0
/
+2
*
Change node lookups to G.node instead of G.adj
Dan Schult
2012-02-05
1
-22
/
+24
*
Correct name for "see also" docstrings with method nodes_with_selfloops()
Dan Schult
2011-11-21
1
-2
/
+2
*
Allow arbitrary attribute names for the weight in add_weighted_edges_from.
Dan Schult
2011-09-06
1
-4
/
+7
*
Adjust idiom list( stuff ) where unnecessary--mostly due to 2to3,
Dan Schult
2011-06-18
1
-3
/
+3
*
Remove spurious iter() and iter(dict.keys()) calls due to 2to3.
Dan Schult
2011-06-18
1
-5
/
+5
*
Remove weight is False or True backward compatibility in degree methods.
Dan Schult
2011-06-18
1
-2
/
+0
*
Change degree() and friends to accept weight= keyword instead of weighted=
Dan Schult
2011-06-18
1
-25
/
+34
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
1
-11
/
+6
*
Fix a few doctests without proper nx prefix.
Aric Hagberg
2011-05-21
1
-0
/
+1
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-5
/
+8
*
Add graph attribute 'name'.
Aric Hagberg
2011-04-16
1
-2
/
+2
*
More imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-2
/
+1
*
Better typsetting of example.
Aric Hagberg
2011-02-06
1
-0
/
+1
*
Rename nlist->nodes in methods where nodes is now a container.
Aric Hagberg
2011-01-15
1
-11
/
+11
*
Graph.add_star(), Graph.add_cycle() and Graph.add_path() now accept any itera...
Loïc Séguin-C.
2011-01-15
1
-6
/
+9
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-77
/
+71
*
Move from list comprehensions to generator expressions where appropriate.
dschult
2010-05-05
1
-3
/
+3
*
Remove annoying white space at end of line...
dschult
2010-05-04
1
-144
/
+144
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-0
/
+2
*
Remove with_labels keyword from *degree() methods.
aric
2010-04-15
1
-14
/
+10
*
Improve subgraph documentation about attributes and
dschult
2010-04-14
1
-3
/
+3
*
Revert "view" testing - now moved to branch
aric
2010-04-14
1
-113
/
+0
*
I'm committing an attempt to give the base classes a method
dschult
2010-04-13
1
-0
/
+113
*
Spelling enhancements
aric
2010-04-07
1
-1
/
+1
*
Use to_networkx_graph() instead of from_whatever()
aric
2010-04-07
1
-3
/
+2
*
Add more documentation on shallow and deep copies
aric
2010-04-06
1
-6
/
+18
*
Make bunch_iter work with python 2.4. (exception messages differ slightly)
dschult
2010-04-05
1
-1
/
+1
*
Allow add_nodes_from to accept (node,attrdict) 2-tuple pairs.
dschult
2010-03-25
1
-3
/
+32
*
fix subgraph method so it only copies node attributes
dschult
2010-03-11
1
-1
/
+2
*
Change subgraph to create a copy of the connectivity
dschult
2010-03-05
1
-51
/
+36
*
Switching to shallow copy makes checking for empty dict
dschult
2010-03-03
1
-19
/
+10
*
Review of subgraph speed improvements. Added comments.
aric
2010-03-02
1
-3
/
+11
*
Speed up subgraph method for graphs that don't use edge data
dschult
2010-03-02
1
-16
/
+25
*
Improve English in error message
aric
2009-09-23
1
-1
/
+1
[next]