summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/semiconnected.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `topo_order` kwarg from `is_semiconnected` without deprecation. (#6651)Ross Barnowski2023-05-031-9/+14
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Format w/ blackJarrod Millman2020-07-101-3/+4
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-2/+2
* added topo_order parameter to functions that rely on topological_sort (#3447)Anthony Labarre2019-05-211-3/+8
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Correct see also linksMichael-E-Rose2016-04-201-4/+4
* Format/Correct/Extend docstrings and update top of modulesMichael-E-Rose2016-04-161-12/+15
* topolgical_sort, lexicographical_topological_sortNeil2015-08-311-2/+2
* Add recognition algorithm for semiconnected graphsysitu2014-04-251-0/+64