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
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-2
/
+1
*
doc: update documentation when providing an iterator over current graph to ad...
Sultan Orazbayev
2022-12-12
1
-0
/
+17
*
Add ThinGraph example to Multi*Graph doc_strings (#6160)
nsengaw4c
2022-11-09
1
-0
/
+21
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
1
-2
/
+2
*
Move factory attributes to the class instead of instance. (#5850)
Dan Schult
2022-07-15
1
-1
/
+0
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
1
-5
/
+0
*
Touchups to MG and MDG edges docstrings. (#5708)
Ross Barnowski
2022-06-09
1
-8
/
+12
*
Update multigraph docstrings to reflect `remove_edges_from` behavior. (#5699)
Ross Barnowski
2022-06-08
1
-5
/
+31
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-4
/
+4
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-3
/
+4
*
Update .degree() docs: outdated return type (#5529)
Brit
2022-04-28
1
-7
/
+4
*
Multigraph docs update (#5389)
Peter Mawhorter
2022-03-14
1
-49
/
+89
*
Fix missing backticks (#5381)
Matthias Bussonnier
2022-03-09
1
-2
/
+2
*
More numpy.matrix cleanups for NX2.7 (#5319)
Ross Barnowski
2022-02-12
1
-4
/
+4
*
Fixed inconsistent documentation for nbunch parameter in DiGraph.edges() (#5037)
Anutosh Bhat
2021-12-12
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-6
/
+6
*
Raise ValueError if None is added as a node. (#4892)
Dan Schult
2021-06-15
1
-0
/
+4
*
add special processing of `multigraph_input` upon graph init (#4823)
Dan Schult
2021-05-27
1
-2
/
+44
*
Fix bad import pattern (#4839)
Ross Barnowski
2021-05-26
1
-0
/
+2
*
Fix to_undirected doc typo (#4821)
Justin Cai
2021-05-20
1
-1
/
+1
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-3
/
+0
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-65
/
+65
*
MultiGraph from graphml with explicit edge ids #3470 (#3763)
kiryph
2020-08-16
1
-2
/
+2
*
Format w/ black
Jarrod Millman
2020-07-10
1
-12
/
+19
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-4
/
+4
*
Update links to Py3 docs (#4042)
Jarrod Millman
2020-07-02
1
-3
/
+3
*
Update string format
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-2
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-10
/
+10
*
implemented node_attr_dict_factory and graph_attr_dict_factory. (#3205)
Ramil Nugmanov
2018-10-27
1
-5
/
+16
*
Simplify the Graphview and SubGraphView system (#3073)
Dan Schult
2018-07-20
1
-88
/
+40
*
Update docs for G.copy and set_*_attributes. (#3024)
Dan Schult
2018-06-19
1
-8
/
+7
*
speedup of filters for induced subgraph (#3017)
Dan Schult
2018-06-17
1
-0
/
+20
*
Remove cyclic reference in G.root_graph (#3014)
Dan Schult
2018-06-16
1
-1
/
+1
*
Remove circular references between graphs and views. (#3011)
Dan Schult
2018-06-14
1
-4
/
+2
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-1
/
+1
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
change variable names to avoid kwargs clobber (#2824)
Dan Schult
2018-01-10
1
-16
/
+16
*
Adjust docs for graph class edge attrib assignment (#2817)
Dan Schult
2018-01-08
1
-5
/
+9
*
Speedups for subgraph and copy methods (#2744)
Dan Schult
2017-11-09
1
-3
/
+3
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-3
/
+3
*
Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)
Dan Schult
2017-09-07
1
-1
/
+1
*
Review and update tutorial/docs due to 2.0 changes (#2650)
Dan Schult
2017-09-07
1
-50
/
+67
*
Unravel subgraph chains (#2635)
Dan Schult
2017-08-26
1
-10
/
+14
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-8
/
+8
*
Update docs of base class and function modules. (#2615)
Dan Schult
2017-08-15
1
-55
/
+174
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-78
/
+6
[next]