summaryrefslogtreecommitdiff
path: root/networkx/classes/multigraph.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-2/+1
* doc: update documentation when providing an iterator over current graph to ad...Sultan Orazbayev2022-12-121-0/+17
* Add ThinGraph example to Multi*Graph doc_strings (#6160)nsengaw4c2022-11-091-0/+21
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-2/+2
* Move factory attributes to the class instead of instance. (#5850)Dan Schult2022-07-151-1/+0
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-5/+0
* Touchups to MG and MDG edges docstrings. (#5708)Ross Barnowski2022-06-091-8/+12
* Update multigraph docstrings to reflect `remove_edges_from` behavior. (#5699)Ross Barnowski2022-06-081-5/+31
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+4
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-3/+4
* Update .degree() docs: outdated return type (#5529)Brit2022-04-281-7/+4
* Multigraph docs update (#5389)Peter Mawhorter2022-03-141-49/+89
* Fix missing backticks (#5381)Matthias Bussonnier2022-03-091-2/+2
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-121-4/+4
* Fixed inconsistent documentation for nbunch parameter in DiGraph.edges() (#5037)Anutosh Bhat2021-12-121-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-6/+6
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-151-0/+4
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-271-2/+44
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* Fix to_undirected doc typo (#4821)Justin Cai2021-05-201-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-3/+0
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-65/+65
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-161-2/+2
* Format w/ blackJarrod Millman2020-07-101-12/+19
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-4/+4
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-3/+3
* Update string formatJarrod Millman2020-01-011-4/+4
* Convert %-format to fstringJarrod Millman2020-01-011-2/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-10/+10
* implemented node_attr_dict_factory and graph_attr_dict_factory. (#3205)Ramil Nugmanov2018-10-271-5/+16
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-88/+40
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-8/+7
* speedup of filters for induced subgraph (#3017)Dan Schult2018-06-171-0/+20
* Remove cyclic reference in G.root_graph (#3014)Dan Schult2018-06-161-1/+1
* Remove circular references between graphs and views. (#3011)Dan Schult2018-06-141-4/+2
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-16/+16
* Adjust docs for graph class edge attrib assignment (#2817)Dan Schult2018-01-081-5/+9
* Speedups for subgraph and copy methods (#2744)Dan Schult2017-11-091-3/+3
* Fix links (#2663)Jarrod Millman2017-09-111-3/+3
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-1/+1
* Review and update tutorial/docs due to 2.0 changes (#2650)Dan Schult2017-09-071-50/+67
* Unravel subgraph chains (#2635)Dan Schult2017-08-261-10/+14
* Comply with pep8Jarrod Millman2017-08-171-8/+8
* Update docs of base class and function modules. (#2615)Dan Schult2017-08-151-55/+174
* Simplify base classes. (#2604)Dan Schult2017-08-121-78/+6