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
/
multigraph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update classes doc
Mridul Seth
2015-07-29
1
-3
/
+7
*
Merge pull request #1638 from MridulS/adjiter
Dan Schult
2015-07-03
1
-3
/
+3
|
\
|
*
Update adjacency_iter() method to adjacency() and remove adjacency_list()
Mridul Seth
2015-07-03
1
-3
/
+3
*
|
Merge pull request #1634 from MridulS/selfloops
Dan Schult
2015-07-03
1
-16
/
+16
|
\
\
|
*
|
Make selfloop methods return iterator instead of list in MultiGraph class
Mridul Seth
2015-07-02
1
-16
/
+16
|
|
/
*
|
Add comment about single node test in degree method
Mridul Seth
2015-07-03
1
-0
/
+3
|
/
*
Remove degree_iter(),now degree() returns an integer for single node and iter...
Mridul Seth
2015-06-27
1
-20
/
+31
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-73
/
+15
*
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
1
-5
/
+5
|
\
|
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-5
/
+5
*
|
Minor docstring fixes.
chebee7i
2015-06-15
1
-2
/
+2
*
|
"Warning" is not a numpydoc section
Aric Hagberg
2015-06-13
1
-4
/
+2
|
/
*
pep8 for multigraph
Goran Cetusic
2015-03-26
1
-112
/
+106
*
Expand data keyword in G.edges and add default data
Dan Schult
2015-01-17
1
-40
/
+68
*
Meld special classes with base classes.
Dan Schult
2015-01-02
1
-22
/
+96
*
clarified edge attribute update precedence in add_edges_from()
Arne Neumann
2014-04-12
1
-0
/
+3
*
Adjust graph/digraph/multigraph/multidgraph node attribute example so it does...
Aric Hagberg
2012-06-23
1
-1
/
+2
*
Allow .remove_edges_from() to work with 4-tuples (u,v,k,d) for multi(di)graph.
Dan Schult
2012-06-20
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
-4
/
+4
*
Correct name for "see also" docstrings with method nodes_with_selfloops()
Dan Schult
2011-11-21
1
-1
/
+1
*
Remove spurious iter() and iter(dict.keys()) calls due to 2to3.
Dan Schult
2011-06-18
1
-2
/
+2
*
Remove weight is False or True backward compatibility in degree methods.
Dan Schult
2011-06-18
1
-1
/
+1
*
Change degree() and friends to accept weight= keyword instead of weighted=
Dan Schult
2011-06-18
1
-10
/
+13
*
Remove deprecated "from_whatever()" in favor of to_networkx_graph().
Aric Hagberg
2011-06-04
1
-11
/
+6
*
Make Graph.name a property that sets/gets Graph.graph['name']
Aric Hagberg
2011-05-16
1
-3
/
+0
*
More imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-2
/
+1
*
Start edge key search at len(keydict) instead of 0 to save time with many mul...
Dan Schult
2010-11-29
1
-2
/
+2
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-34
/
+37
*
Move from list comprehensions to generator expressions where appropriate.
dschult
2010-05-05
1
-5
/
+4
*
Remove annoying white space at end of line...
dschult
2010-05-04
1
-90
/
+90
*
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
*
Improve subgraph documentation about attributes and
dschult
2010-04-14
1
-3
/
+3
*
Spelling enhancements
aric
2010-04-07
1
-2
/
+2
*
Use to_networkx_graph() instead of from_whatever()
aric
2010-04-07
1
-1
/
+0
*
Add more documentation on shallow and deep copies
aric
2010-04-06
1
-3
/
+10
*
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
-62
/
+37
*
Update benchmark.py to NX1.0 and include speed tests of subgraph with edge data.
dschult
2010-03-02
1
-20
/
+86
*
Silly changes to remove_edge that might speed it up and hopefully
dschult
2009-10-16
1
-12
/
+10
*
Add to docstring in remove_edge: a second cause of raising NetworkXError
dschult
2009-10-16
1
-1
/
+2
*
Add documentation and adjust tests for remove_edge() change.
aric
2009-10-16
1
-8
/
+32
*
Change remove_edge() behavior for MultiGraph and MultiDiGraph
aric
2009-10-16
1
-15
/
+18
*
Add more documentation to MultiGraph and MultiDiGraph. Allow optional keys=
aric
2009-09-09
1
-25
/
+63
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Fix minor docstring and rst warnings.
aric
2009-08-14
1
-1
/
+4
*
Fix spelling error
aric
2009-08-13
1
-1
/
+1
*
Update docstrings... add default values for optional arguments
dschult
2009-08-13
1
-39
/
+56
*
Remove deprecated methods has_neighbor and delete_*
aric
2009-08-12
1
-8
/
+0
[next]