summaryrefslogtreecommitdiff
path: root/networkx/algorithms/chains.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed unused root argument in has_bridges (#5846)Juanita Gomez2022-07-221-0/+4
* added examples on chain decomposition (#5641)Lukong1232022-05-171-0/+6
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* Format w/ blackJarrod Millman2020-07-101-6/+6
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Use string instead of dict in chains.pyAric Hagberg2016-11-041-2/+2
* Adds chain decomposition algorithm.Jeffrey Finkelstein2016-10-201-0/+169