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
*
Fix, now raise NetworkXError instead of TypeError
Antoine Mazières
2015-10-27
1
-1
/
+1
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
1
-6
/
+6
*
minor changes related to _iter removal
Dan Schult
2015-08-07
1
-19
/
+19
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-2
/
+2
*
Update classes doc
Mridul Seth
2015-07-29
1
-15
/
+14
*
Quick doc fixes
Mridul Seth
2015-07-14
1
-3
/
+3
*
Merge pull request #1638 from MridulS/adjiter
Dan Schult
2015-07-03
1
-34
/
+5
|
\
|
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-34
/
+5
*
|
Merge pull request #1634 from MridulS/selfloops
Dan Schult
2015-07-03
1
-10
/
+10
|
\
\
|
*
|
Update G.number_of_selfloops()
Mridul Seth
2015-07-03
1
-1
/
+1
|
*
|
Make selfloop methods return iterator instead of list in graph class
Mridul Seth
2015-07-02
1
-10
/
+10
|
|
/
*
|
Add comment about single node test in degree method
Mridul Seth
2015-07-03
1
-0
/
+3
|
/
*
Remove commented out code
Mridul Seth
2015-06-27
1
-88
/
+0
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-1
/
+34
*
Add new degree() implementation to graph.py
Mridul Seth
2015-06-19
1
-79
/
+102
*
Merge pull request #1588 from MridulS/neigbhorsiter
Dan Schult
2015-06-17
1
-20
/
+5
|
\
|
*
Remove neighbors_iter, G.neighbors() now returns an iterator instead of list
Mridul Seth
2015-06-12
1
-20
/
+5
*
|
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-69
/
+18
*
|
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
1
-54
/
+38
|
\
\
|
*
|
Update changes to G.nodes()
Mridul Seth
2015-06-16
1
-14
/
+11
|
*
|
Fix TODO in networkx/classes/graph.py
Mridul Seth
2015-06-13
1
-2
/
+0
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-55
/
+44
|
|
/
*
|
Minor docstring fixes.
chebee7i
2015-06-15
1
-1
/
+1
*
|
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
[next]