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
/
digraph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Warning" is not a numpydoc section
Aric Hagberg
2015-06-13
1
-4
/
+2
*
Expand data keyword in G.edges and add default data
Dan Schult
2015-01-17
1
-10
/
+23
*
Address ironpython issues from #1327
Dan Schult
2015-01-09
1
-8
/
+9
*
Meld special classes with base classes.
Dan Schult
2015-01-02
1
-27
/
+116
*
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
*
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
/
+1
*
Change node lookups to G.node instead of G.adj
Dan Schult
2012-02-05
1
-4
/
+4
*
Remove spurious iter() and iter(dict.keys()) calls due to 2to3.
Dan Schult
2011-06-18
1
-6
/
+6
*
Remove weight is False or True backward compatibility in degree methods.
Dan Schult
2011-06-18
1
-4
/
+2
*
Change degree() and friends to accept weight= keyword instead of weighted=
Dan Schult
2011-06-18
1
-36
/
+53
*
DiGraph and MultiDigraph reverse(copy=True) methods don't make a proper copy ...
Aric Hagberg
2011-06-09
1
-5
/
+5
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
1
-12
/
+7
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-5
/
+1
*
Add graph attribute 'name'.
Aric Hagberg
2011-04-16
1
-3
/
+2
*
Remove statements that do nothing.
Loïc Séguin-C.
2011-02-11
1
-2
/
+1
*
Add reciprocal option in to_undirected().
Aric Hagberg
2010-09-28
1
-5
/
+16
*
Remove iteritems 2ism and add test.
aric
2010-08-07
1
-2
/
+2
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-35
/
+41
*
Move from list comprehensions to generator expressions where appropriate.
dschult
2010-05-05
1
-11
/
+8
*
Remove annoying white space at end of line...
dschult
2010-05-04
1
-109
/
+109
*
Remove the now unused copy=True argument from the subgraph methods.
dschult
2010-04-18
1
-1
/
+1
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-0
/
+1
*
Remove with_labels keyword from *degree() methods.
aric
2010-04-15
1
-30
/
+19
*
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
-118
/
+1
*
I'm committing an attempt to give the base classes a method
dschult
2010-04-13
1
-1
/
+118
*
Spelling enhancements
aric
2010-04-07
1
-1
/
+1
*
Use to_networkx_graph() instead of from_whatever()
aric
2010-04-07
1
-4
/
+2
*
Add more documentation on shallow and deep copies
aric
2010-04-06
1
-6
/
+19
*
Allow add_nodes_from to accept (node,attrdict) 2-tuple pairs.
dschult
2010-03-25
1
-6
/
+35
*
Fix subgraph copy of node attributes in
dschult
2010-03-11
1
-1
/
+2
*
Change subgraph to create a copy of the connectivity
dschult
2010-03-05
1
-65
/
+40
*
Update benchmark.py to NX1.0 and include speed tests of subgraph with edge data.
dschult
2010-03-02
1
-12
/
+37
*
Document in_degree* and out_degree*
aric
2009-08-29
1
-2
/
+132
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Fix minor docstring and rst warnings.
aric
2009-08-14
1
-1
/
+2
*
Fix spelling error
aric
2009-08-13
1
-2
/
+2
*
change delete_* to remove_* and has_neighbor to has_edge
dschult
2009-08-13
1
-2
/
+0
*
Update docstrings... add default values for optional arguments
dschult
2009-08-13
1
-36
/
+43
*
Remove deprecated methods has_neighbor and delete_*
aric
2009-08-12
1
-7
/
+0
*
Remove path_graph and complete_graph from docstrings in base classes
dschult
2009-08-11
1
-22
/
+39
*
Merge attrgraph branch into trunk
aric
2009-08-11
1
-593
/
+676
*
Add documentation to DiGraph's successors to make it clear
dschult
2009-04-14
1
-2
/
+8
*
Apply patch to add documentation for classes. Addresses #204.
aric
2009-03-06
1
-45
/
+472
*
Add in_edges_iter() and in_edges() to DiGraph and MultiDiGraph
aric
2008-12-21
1
-3
/
+54
*
implement DiGraph reverse by switching pred and succ dictionaries
aric
2008-12-02
1
-3
/
+10
*
fix docstrings in graph and digraph
aric
2008-11-08
1
-32
/
+0
[next]