summaryrefslogtreecommitdiff
path: root/networkx/classes/multidigraph.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Di graph edges doc fix (#6108)nsengaw4c2022-11-141-2/+2
* Add ThinGraph example to Multi*Graph doc_strings (#6160)nsengaw4c2022-11-091-0/+21
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-1/+1
* 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/+8
* Update multigraph docstrings to reflect `remove_edges_from` behavior. (#5699)Ross Barnowski2022-06-081-3/+13
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+5
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-9/+14
* Update .degree() docs: outdated return type (#5529)Brit2022-04-281-7/+4
* Fixed wrong dict factory usage on MultiDiGraph (#5456)FabianBall2022-04-041-1/+1
* Updated MultiDiGraph documentation to include more examples of actually (#5387)Peter Mawhorter2022-03-141-25/+48
* 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
* Remove attr_dict from parameters list in the docstring (#4642)Oleh Marshev2021-02-271-3/+0
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-3/+0
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-37/+37
* Format w/ blackJarrod Millman2020-07-101-13/+25
* 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-1/+1
* Update string formatJarrod Millman2020-01-011-2/+2
* 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-5/+5
* 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-170/+19
* 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 circular references between graphs and views. (#3011)Dan Schult2018-06-141-11/+5
* Misc. typos (#2872)luzpaz2018-02-141-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-2/+0
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-11/+12
* Adjust docs for graph class edge attrib assignment (#2817)Dan Schult2018-01-081-2/+4
* Speedups for subgraph and copy methods (#2744)Dan Schult2017-11-091-4/+4
* Fix links (#2663)Jarrod Millman2017-09-111-3/+3
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-3/+5
* Review and update tutorial/docs due to 2.0 changes (#2650)Dan Schult2017-09-071-44/+69
* Unravel subgraph chains (#2635)Dan Schult2017-08-261-10/+14
* Comply with pep8Jarrod Millman2017-08-171-14/+14
* Update docs of base class and function modules. (#2615)Dan Schult2017-08-151-69/+176