summaryrefslogtreecommitdiff
path: root/networkx/classes/ordered.py
Commit message (Expand)AuthorAgeFilesLines
* Drop Py37 (#5143)Jarrod Millman2021-10-231-4/+4
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-041-4/+87
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-6/+7
* Add missing code block (#3630)Antoine2019-10-041-0/+2
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-38/+2
* Add docs to orderedgraph module about subgraph (#3016)Dan Schult2018-06-161-0/+16
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-0/+36
* Doc ordered graph classes (#2516)Jarrod Millman2017-07-161-1/+12
* Add adjlist_outer_dict_factory.Valentin Lorentz2016-08-091-4/+8
* pep8 for multigraphGoran Cetusic2015-03-261-0/+1
* Remove compatibility code for Python 2.6.chebee7i2015-02-161-30/+21
* Remove unnecessary (and debatable) comment.chebee7i2015-02-161-2/+0
* Add ordered variants of default graph classes.chebee7i2015-02-161-0/+55